rit-sse/WebsiteTheSSEquel

Story: Search Go Links

Opened this issue · 0 comments

Search Go Links

As a user, I want search Go Links, so that I can find specific go links that I'm interested in.

Associated Epic: Go Link

Definition of Done

  • Acceptance criteria defined
  • Solution tasks specified
  • Feature branch created
  • Unit tests written (on API code only for now)
  • Solution passes full suite of unit tests
  • Design documents updated if needed
  • Pull request created
  • Code is reviewed
  • Code is merged to develop branch
  • Tests pass on CI
  • Deployed to staging environment
  • Acceptance criteria is met

Acceptance Criteria

  • Given that the search bar is empty, when I click the search button, then all the Go Links should show.
  • Given that there is text in the search bar, when I click the search button, then only Go Links that have that text in their name or description should show.

Solution Tasks

  • [Task 1]
  • [Task 2]
  • [Task 3]