Open zoyasiddiqui opened 11 months ago
I implemented this partially, so that if a user were to type in the exact name of the note they wanted to open, we take them directly to that note. Ideally they could type in a keyword and all of the notes would then display.
Search Notes Use Case
As with most note taking apps, some method that can be used to search the notes would be very useful. In our case, we initially planned (time permitting) to have each note have tags, and to permit users to search by tag. We planned to include a search bar on the opening page of our application where users could search by title, ID, or any tag they chose. This would also have allowed us to make an unlimited number of notes. This is a very useful feature to implement, and would make this application far more feasibly scalable.
Rough Outline for Implementation
Here is a rough outline for how we had planned to implement this use case, time permitting