Skip to content
This repository has been archived by the owner on Sep 18, 2022. It is now read-only.

Step by step to test a branch

Austin edited this page Dec 24, 2018 · 1 revision
  1. Check out to the test branch

Run: npm install To install all of the dependencies Run npm run dev

  1. Check if
  • a. Employer can create new staff. [Edit Staff] -> [Create new staff]

  • Check if the new staff in mongo database: mongo use 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 fomo When accepting the shift, the status table changes
Clone this wiki locally