SFU-Blueprint / Pedals

Apache License 2.0
2 stars 0 forks source link

/manage/shift and /manage/people Confirmation Popup #69

Closed dangminhduc1101 closed 1 month ago

dangminhduc1101 commented 1 month ago

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

  1. Pull the latest updates from the develop branch.
  2. 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.
  3. Add the confirmation popup that appears before saving any changes on /manage/shift and /manage/people.
  4. Submit a pull request and tag @dangminhduc1101 for review.
dangminhduc1101 commented 1 month ago

Resolved with ad9d80c