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

Implement the Suggestions Database #587

Closed
2 tasks
4e6 opened this issue Jun 11, 2020 · 0 comments
Closed
2 tasks

Implement the Suggestions Database #587

4e6 opened this issue Jun 11, 2020 · 0 comments
Assignees

Comments

@4e6
Copy link
Contributor

4e6 commented Jun 11, 2020

Summary

The Suggestions database holds entries for fulfilling the auto-completion requests and contains additional indexes used to answer the different search criteria.

Value

The database contains entries in a suitable format that allows us to quickly respond to autocomplete requests.

Specification

  • Implement the code and data structures required to back the suggestions database.
  • Implement a traversal over the IR that gathers the requisite information and fills the database using it.

Acceptance Criteria & Test Cases

  • The database is implemented.
  • The module contains methods to fill the database from a given IR.
@4e6 4e6 self-assigned this Jun 11, 2020
@4e6 4e6 closed this as completed Jun 23, 2020
@iamrecursion iamrecursion transferred this issue from another repository Jun 23, 2020
This was referenced Jun 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant