Summary
Add a capacity-board route with shared style overlap so it intentionally edits common app-shell and global-style files.
Conflict Surface
src/app/capacity-board/page.tsx
src/app/page.tsx
src/app/layout.tsx
src/app/globals.css
Scope
- Add or refine the
capacity-board route.
- Update shared entry points and global presentation.
- Aim for roughly 400-500 changed lines overall, staying reasonably close to that range.
Acceptance Criteria
- The route exists and is linked from the landing page.
- Shared layout or global style changes are included.
- The work intentionally overlaps common files to create merge conflicts after one PR lands.
- Final PR diff is roughly 400-500 changed lines.
Summary
Add a
capacity-boardroute with shared style overlap so it intentionally edits common app-shell and global-style files.Conflict Surface
src/app/capacity-board/page.tsxsrc/app/page.tsxsrc/app/layout.tsxsrc/app/globals.cssScope
capacity-boardroute.Acceptance Criteria