You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Search 1.0:
The API for all searches is already implemented. At this point, we just need to wire up the UI to the APIs that do simple tag searches via a totally stupid, load everything in memory mechanism. Learn now. Fix later.
For now, we are doing a super duper simple implementation.
We pass in a list of tags, a hodgepodge set of #painTags and #contextTags which can describe a rough description of your project, team, and whatever else matters to you. A developer types in the search box to retrieve Idea Flows on the home page, Glossary Definitions with tags in the descriptions, or FAQs with tags in the WTF/YAY events or FAQ notes.
There are search boxes on all the pages that need to be wired into the APIs:
Future Vision: The plan is to ultimately have a searchable metrics system, that has semantic models sophisticated enough to do SPARQL-based SPC in software development. The search will eventually be against the semantic web as opposed to a postgres database, and get enriched with all kinds of rich capabilities.
The text was updated successfully, but these errors were encountered:
Search 1.0:
The API for all searches is already implemented. At this point, we just need to wire up the UI to the APIs that do simple tag searches via a totally stupid, load everything in memory mechanism. Learn now. Fix later.
For now, we are doing a super duper simple implementation.
We pass in a list of tags, a hodgepodge set of #painTags and #contextTags which can describe a rough description of your project, team, and whatever else matters to you. A developer types in the search box to retrieve Idea Flows on the home page, Glossary Definitions with tags in the descriptions, or FAQs with tags in the WTF/YAY events or FAQ notes.
There are search boxes on all the pages that need to be wired into the APIs:
http://om-ideaflow.herokuapp.com/s/#/
/ideaflow/task?tag={tag1}&tag={tag2}
/storyweb/glossary?tag={tag1}&tag={tag2}
/storyweb/faq?tag={tag1}&tag={tag2}
Future Vision: The plan is to ultimately have a searchable metrics system, that has semantic models sophisticated enough to do SPARQL-based SPC in software development. The search will eventually be against the semantic web as opposed to a postgres database, and get enriched with all kinds of rich capabilities.
The text was updated successfully, but these errors were encountered: