As a user, I want to see the match details and be able to change my score
Acceptance Criteria
- user should be able to see match details,such as Sport type,ID,time,etc.
- user should have an page to edit any of match details, such as change their score,etc.
- match Details should be editable, and changes can be saved after modification when you seek the match details page.
- user should have the button to cancel socre changes before saving and revert to the previous information.
- user should have the button to submit their modified socre.
- if the user enters invalid data (like an score), an error message should be displayed.
- the match can see by everyone and add by admin.
- (optional) according to sport type to search matches.
Task
- create html by Thyemleaf and CSS structure
- display details on a match list page
- create a match details editing page
- make user details editable
- add a cancel button to revert changes
- add a save changes button
- implement validation and error messaging
- user privacy and access control
- (optional)Create a search box and search button to show special match list.