Website
CurrentPresident
Store account role: Administrator = 1; Staff = 2; Manager = 3; Customer = 4
1. (1.0 point) Authentication function. Using AccountEmail and Account Password for the authentication/authorization process.
If the user with a Administrator Role or Staff Role logs in successfully, save this information to a temporary parameter. In case the login is unsuccessful, display the message "You do not have permission to do this function!".
.
All CRUD actions are required with Administrator role,
Staff role is required for only Read action.
2. (2.0 points) Check if login is successful (Staff or Administrator role), list all of items in CoppaltaliaPlayer table (each record includes information of CoppaltaliaPlayer and ClubName). Paging is required for this function, 4 records/1page.
Close
+ 100%
Zoom