Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wire up Search() 1.0 #45

Open
accolasia opened this issue Apr 1, 2017 · 0 comments
Open

Wire up Search() 1.0 #45

accolasia opened this issue Apr 1, 2017 · 0 comments

Comments

@accolasia
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants