You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a student, I want to search for specific posts by keyword so that I can find a post faster.
Impact: High - It would make it much easier to find said post instead of scrolling and searching.
Effort: Medium - Involves creating a search option that can filter through posts and find related information.
Front-end
Implement a search bar feature that allows users to click and write for announcements.
Should show what the user is typing.
Should showcase a magnifying glass symbol to the right to showcase that it is a search capability.
back-end
Filter through all the posts in the database and show only those that have that specific word/letters.
Showcase a list of posts that have the specific keyword that is being searched.
If there is no post with that word, show that it cannot be found.
Highlight the posts with the keyword.
Testing
Make sure lines of code are being covered.
Write tests to check if the feature works.
The text was updated successfully, but these errors were encountered:
As a student, I want to search for specific posts by keyword so that I can find a post faster.
Impact: High - It would make it much easier to find said post instead of scrolling and searching.
Effort: Medium - Involves creating a search option that can filter through posts and find related information.
Front-end
back-end
Testing
The text was updated successfully, but these errors were encountered: