Description
Build the detail page for a single payroll group showing group information, members, and member details in a tabular format.
Create group detail page at src/app/groups/[id]/page.tsx.
Relevant files:
frontend/src/app/groups/[id]/page.tsx (new)
Acceptance Criteria
Dependencies
FE-7 (Layout), FE-8 (Table component)
Additional Notes
- Use mock data for the group and members
- [id] parameter can be a mock UUID
- Could show group statistics (total members, total percentage, etc.)
Description
Build the detail page for a single payroll group showing group information, members, and member details in a tabular format.
Create group detail page at
src/app/groups/[id]/page.tsx.Relevant files:
frontend/src/app/groups/[id]/page.tsx(new)Acceptance Criteria
Edit Groupbutton (links to edit page, not implemented yet)Add Memberbutton (opens modal, not fully implemented)Dependencies
FE-7 (Layout), FE-8 (Table component)
Additional Notes