Skip to content

Backlog for Version 1

Kanan Rahimov edited this page Sep 12, 2019 · 6 revisions

Version 1

  • Owner: @KenanBek
  • Status: In Progress
  • Updated: 31/08/2019

EPIC: Links page

Goal:

  • AS a User
  • WHEN I open the web site on "/" page
  • THEN I want to see list of the links

Breakdown:

  • Parse JSON with source links and regex for articles links [milestone-v1.0.0 | issue-#19]
  • Crawl the source links to parse article links (based on regex) [milestone-v1.0.0 | issue-#20]
  • Docker image for be/devhub
  • Docker image for end-to-end testing of be/devhub
  • Auto tag commit with a version number (? - research on 'versioning for monorepos')
  • Worker to parse article links from the given list of the sources
  • API endpoint to query a list of the links
  • Worker to index parsed list of the links
  • Todo: List FE items
  • Todo: List UI items

EPIC: Details page

Goal:

  • AS a User
  • WHEN I open the web site on "/" page
  • AND Click on one of the links
  • THEN I wan to see a preview of the link with details

Breakdown:

  • API endpoint to get details information of the given link
  • API endpoint to get the stats of the given link
  • Todo: List FE items
  • Todo: List UI items
Clone this wiki locally