There is currently no confirmation popup when changes are made in /manage/shift and /manage/people pages. A confirmation popup should be added to ensure that users are aware of and can confirm their changes before they are saved.
Instructions
Pull the latest updates from the develop branch.
Start the server by running npm run dev (if needed, navigate to the src/ folder and run npm ci), then go to localhost:3000/manage/shift and localhost:3000/manage/people.
Add the confirmation popup that appears before saving any changes on /manage/shift and /manage/people.
Submit a pull request and tag @dangminhduc1101 for review.
Problem
There is currently no confirmation popup when changes are made in
/manage/shift
and/manage/people
pages. A confirmation popup should be added to ensure that users are aware of and can confirm their changes before they are saved.Instructions
develop
branch.npm run dev
(if needed, navigate to thesrc/
folder and runnpm ci
), then go tolocalhost:3000/manage/shift
andlocalhost:3000/manage/people
./manage/shift
and/manage/people
.