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

User Story 4: Search by keyword #4

Open
SarimFaraz opened this issue Sep 12, 2024 · 0 comments
Open

User Story 4: Search by keyword #4

SarimFaraz opened this issue Sep 12, 2024 · 0 comments

Comments

@SarimFaraz
Copy link
Collaborator

SarimFaraz commented Sep 12, 2024

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.
@SarimFaraz SarimFaraz self-assigned this Sep 12, 2024
@SarimFaraz SarimFaraz changed the title Search by keyword Add a search bar for keywords Sep 12, 2024
@SarimFaraz SarimFaraz changed the title Add a search bar for keywords search for keyword Sep 12, 2024
@SarimFaraz SarimFaraz changed the title search for keyword search by keyword Sep 12, 2024
@mayTkhin24 mayTkhin24 changed the title search by keyword User Story 2: Search by keyword Sep 12, 2024
@mayTkhin24 mayTkhin24 changed the title User Story 2: Search by keyword User Story 4: Search by keyword Sep 12, 2024
@SarimFaraz SarimFaraz added this to the Sprint 2 milestone Sep 12, 2024
@mayTkhin24 mayTkhin24 removed this from the Sprint 2 milestone Oct 10, 2024
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

2 participants