You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to create an app that would be responsible for managing users (both staff and customers)
Desired features
Staff user class
Have a staff class that would be an extension to the regular user class
class should have some kind of field that acts like a wallet, giving staff an allowance (like a gift card) to spend on their working days.
Should also have a "position" field. This is a position during their shift, like in the kitchen/ at the register/etc. (Position should be its own model to accommodate for extra features)
Position class
Class to store available positions in the restaurant.
Should have a shift date field that would reference a shift object
An intermediate class to store how many if each position needed for shift
Shift class
Class to store shift information like start, end date time
Needs a staff field to reference all staff present during shift
Frontend
Frontend interfaces to interface with those classes
The text was updated successfully, but these errors were encountered:
Need to create an app that would be responsible for managing users (both staff and customers)
Desired features
Staff user class
Have a staff class that would be an extension to the regular user class
Position class
Class to store available positions in the restaurant.
Shift class
Class to store shift information like start, end date time
Frontend
Frontend interfaces to interface with those classes
The text was updated successfully, but these errors were encountered: