Skip to Content
Hands-On Software Engineering with Golang
book

Hands-On Software Engineering with Golang

by Achilleas Anagnostopoulos
January 2020
Intermediate to advanced
640 pages
16h 56m
English
Packt Publishing
Content preview from Hands-On Software Engineering with Golang

User story – search

As an end user, I need to be able to submit full-text search queries, so as to to retrieve a list of relevant matching results from the content indexed by Links 'R' Us.

The acceptance criteria for this user story are as follows:

  • A frontend or API endpoint is provided for the users to submit a full-text query.
  • If the query matches multiple items, they are returned as a list that the end user can paginate through.
  • Each entry in the result list must contain the following items: title or link description, the link to the content, and a timestamp indicating when the link was last crawled. If feasible, the link may also contain a relevance score expressed as a percentage.
  • When the query does not match any item, an appropriate ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Software Architecture with Golang

Hands-On Software Architecture with Golang

Jyotiswarup Raiturkar

Publisher Resources

ISBN: 9781838554491Supplemental Content