Script
Script
Today I will be presenting my computer science internal assessment where I will go through all my
success critereas and see if they are fulfilled through my web application this is made for my cricket
coach who runs a academy
When the user clicks on the player profile, they will be directed to a page where they can view all the
players registered to the academy . The system will retrieve the player data from the database and
display it on the page.
When the user clicks on the add player button, they will be directed to a form where they can enter
the player's details and upload their profile picture. The system will enter the user input and store
the data in the database
When the user clicks on any training method from the home page, they will be directed to a page
where they can view all the details of the training. The system will retrieve the training data from the
database and display it on the page.
When the user clicks on matches, they will be directed to a page where they can view a list of all the
matches added. The system will retrieve the match data from the database and display it on the
page.
When the user clicks on any match, they will be directed to a page where they can view the entire
match summary and individual player performances. The system will retrieve the match and player
data from the database and display it on the page.
When the user clicks on add match, they will be directed to a form where they can enter all the
match summary details. The system will enter the user input and store the data in the database.
When the user adds a new match and adds a player performance, the individual performance will be
updated in the player stats in the database.
On every screen, the user will have a navigation bar where they have options to return back to the
home page and either view matches or view player data. The system will provide a consistent user
experience by maintaining a navigation bar on every page.