Task 2. Implement CRUD actions with GUI.
3. (1.0 point) Authentication function
If user with a Manager and Staff role logs in successfully (using email address/password for login process),save this information to a temporary parameter. All CRUD actions are required authentication. In the case login unsuccessfully, display "You have no permission to access this function!".
All CRUD actions are required with Manager role,
Staff role is required for only Read action.
4. (1.5 points) Check if login successfully with Manager and Staff role, list all items in PerfumeInformation table (each record includes information of PerfumeInformation and ProductionCompanyName).
3
5. (1.0 point) Check if login successfully with Manager role, search perfume information by Ingredients or Concentration (using relative search).
6. (1.0 point) Check if login successfully with Manager role, delete the selected item with the confirmation then update the list of items.
+ 100%
Zoom
Close