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

Search functionality (Client-Side) #10

Closed
uda832 opened this issue Apr 7, 2018 · 1 comment
Closed

Search functionality (Client-Side) #10

uda832 opened this issue Apr 7, 2018 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@uda832
Copy link
Owner

uda832 commented Apr 7, 2018

Implement the search functionality on the client-side (JS):

  • Create the UI elements on the top navigation bar
  • Event handler functions (search button's onclick, input box's onkeydown for the ENTER key)
  • Logic to search through the DataStore on the client-side
  • Logic to send the request to (and receive the response from) server to search through the database
@uda832 uda832 added the enhancement New feature or request label Apr 7, 2018
@uda832
Copy link
Owner Author

uda832 commented Apr 16, 2018

Implemented and tested on 04/15/2018

Commit: 52b041c

@uda832 uda832 closed this as completed Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants