Skip to content

Wire up Search() 1.0 #45

Description

@accolasia

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.

Activity

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions