SFU-Blueprint / Pedals

Apache License 2.0
0 stars 0 forks source link

/manage/people EditPeopleGrid components #53

Closed dangminhduc1101 closed 1 month ago

dangminhduc1101 commented 1 month ago

Problem

Create a new EditPeopleGrid component that follows the Figma design.

Expected Design

{3CFC9F75-B05B-43F5-9C0B-073BA0D66D9F}

Instructions

  1. Pull the latest changes from the develop branch.
  2. Start the server with npm run dev (navigate to the src/ folder and run npm ci if needed), then visit localhost:3000/manage/people.
  3. Use the reference code at manage/shift/components/EditShiftsGrid.tsx to create a new reusable component named EditPeopleGrid.tsx for the people page.
  4. Submit a pull request and tag @dangminhduc1101 for review.

Notes

This task is challenging and may require changes to the database and other routes. You can submit a pull request with whatever progress you’ve made, and I will review it, make necessary fixes, and adjust the task as needed.

dangminhduc1101 commented 1 month ago

Resolved with c5e6c24