Skip to content

as a admin,i want to create match record so that i can fix wrong data,

acceptance criteria

  • Admin can input all required fields (e.g., match date, teams, score, location).
  • System validates the input data and provides feedback on errors (e.g., missing required fields, incorrect formats).
  • Upon successful creation, the match table is saved, and a confirmation message is shown.
  • The new entry is immediately visible in the match table list.

tasks

  • Design and implement a form for creating a match table entry.
  • Validate the input fields (e.g., non-empty values, valid formats for date and score).
  • Create backend API endpoints to handle match table creation.
  • Save new match data in the database.
  • Display a confirmation message upon successful creation.
  • Update the match table list UI dynamically after adding a new entry.
Edited by Zhicheng Xu