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
{{ message }}
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.
Run:
npm install
To install all of the dependencies
Run
npm run dev
Check if
a. Employer can create new staff.
[Edit Staff] -> [Create new staff]
Check if the new staff in mongo database:
mongouse Rostr
Check if the staff is in:
db.users.find().pretty()db.employees.find().pretty()db.employeesschedules.find().pretty()
Remember to check in employeesschedules to see if there is phone:
b. Login as the employees and the managers to make sure that it can receive new shifts from the managers.
Only shift that not accepted are seen in the fomoWhen accepting the shift, the status table changes