Home Page - Schedule
The home page of our web application shows a list of schedule of the Carleton Women's Volleyball team.
User can click on the team name to directly go to the team's scouting report.
Teams Page
The teams page of our web application displays all the teams that are part of NCAA D3.
There are list of features included in this page, which we will go over!
Search Bar
There is a search bar that allows the user to find the exact team.
Add Team
User can manually add a team by using the "Add Team" button.
Manage Roster
User can click the manage roster button to navigate to a page that handles roster management.
In that page, user can add and delete a member.
The team's roster is dynamically rendered based on the saved data given from the server.
View Scouting Report
Clicking this button will directly lead the user to the team's scouting report.
Shot Entry
Clicking this button will directly lead the user to the team's shot entry page.
Rotations
Clicking this button will directly lead the user to the team's rotations page.
Side Navigation Bar
Once a user is in a team specific page after clicking a button, the side navigation bar is activated for an easier navigation between pages.