Assignment 3 from BED-22 course. Hotel staff needs a webapi to figure out how much food to make. Using Razor Pages and local SQL server
The purpose of this assignment is to work with Identity service in EFCore, add Authentication and Authorisation features, and display it in Razor Pages.
-
There are 3 types of Users: Reception, Waiter and Kitchenstaff users
-
Different types of users have access to different sites for managing hotel data
-
Login is required
-
Receptionist features: ** Receptionists must be able to add amount of guests who will be having breakfast at a particular date ** Receptionists must be able to view
// TODO : finish specs, present completed features