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

Browse to Find Accounts #116

Open
mikelane opened this issue Feb 2, 2019 · 0 comments
Open

Browse to Find Accounts #116

mikelane opened this issue Feb 2, 2019 · 0 comments
Labels
Back End Primarily has work in python and django enhancement Front End Primarily has work in javascript and react

Comments

@mikelane
Copy link
Collaborator

mikelane commented Feb 2, 2019

Currently the only way to look up an account is by searching for it. Since the Cafe staff is used to looking up accounts in books by first letter of an account name, we would like to give them a similar option in the UI.

  • As an alternative to using the search field, there should be a way to browse accounts in alphabetical order.
  • Currently, if you click search without entering a search string, all accounts will be displayed. If would be preferable to be explicit about this and to have a way to skip to accounts starting with a certain letter

Stretch Goal: Note: the app is deployed on Azure
Implement autocomplete using ElasticSearch

  • Dockerize the entire project (using Docker Compose)
  • ES search returns a barter account ID?
  • Front end needs to populate and re-populate the accounts list as letters are typed (perhaps with some kind of sane timeout so it does not attempt to keep up with fast typing)
@mikelane mikelane added enhancement Front End Primarily has work in javascript and react Back End Primarily has work in python and django labels Feb 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Back End Primarily has work in python and django enhancement Front End Primarily has work in javascript and react
Projects
None yet
Development

No branches or pull requests

1 participant