Skip to content

As a participant, I need a fixture list to see the schedule of each sport so that I can see all the Matches in different sports

Acceptance criteria

  • When the page loads, then the fixture list must display data fetched from the MariaDB database(include the all,pools,TableTennis and Darts)
  • When the match schedule is confirmed by two users, then the fixture list must show this match as part of the schedule in another page.
  • those fixture list must be divided into separate sport: it must be divided into sections based on the sport type clearly
  • When the user clicks on the match, Then they should be able to see details of the match, including the participants and any other relevant information.
  • When the list is displayed, Then it must be sorted by date

Tasks

  • create html/CSS structure
  • display all schedule matches list
  • display pools list
  • display Table list
  • display Darts list
  • display ongoing list page
  • display clink to detail page
  • display fixture list by date , old to new or new to old
  • display a new introduce page when click into a particular competition
  • make fixture list responsive
Edited by Haoyu Sun