as a admin,i want to update data in match table so that i can fix wrong data.
Acceptance Criteria
- Admin can select a match table entry to edit.
- All current data of the selected entry is pre-filled in an editable form.
- System validates updated data for correctness (e.g., valid formats, non-empty fields).
- Upon successful update, the edited data is saved and a success message is displayed.
- The updated entry is immediately visible in the match table list.
Tasks
- Implement an edit button or action on each match table entry.
- Create a form to edit match table details with pre-filled data.
- Validate the updated input fields.
- Develop backend API endpoints to handle match table updates.
- Save the updated data to the database.
- Update the match table list UI dynamically after editing an entry.
- Display a confirmation message upon successful update.