name: page-care-upgrade description: Upgrade /care route UI, data flow, and route-specific behavior for parity work. Use when implementing or stabilizing /care and its directly related feature modules and hooks.
page-care-upgrade
Trigger
- Improve or finish /care
- Resolve parity work for DANG-CARE-001
- Stabilize the route before QA or Done
Input Context
- Route: /care
- Page file: frontend/src/app/(main)/care/page.tsx
- Parity: DANG-CARE-001
- Priority: P1
Read First
- docs/status/PAGE-UPGRADE-BOARD.md
- docs/status/SKILL-DOC-MATRIX.md
- docs/status/PROJECT-STATUS.md
- frontend/src/app/(main)/care/page.tsx
Related Files
- frontend/src/app/(main)/care/page.tsx
- frontend/src/components/features/care/*
- frontend/src/lib/hooks/useCare.ts
Recommended Feature Skills
- feature-data-binding-and-loading
Procedure
- Confirm the route's current status and parity expectations from board and status docs.
- Limit edits to the route and the directly related feature modules, hooks, and supporting files.
- Implement explicit loading, empty, error, and success behavior where relevant.
- Reuse existing shared components and hooks before adding new abstractions.
- Keep docs and daily evidence in sync when route behavior or parity status changes.
Acceptance Focus
- care request CRUD, filtering, request and accept flow
- Route behavior matches current status docs.
- No mock or hardcoded fallback remains in the production path.
Validation
- cd frontend && npx tsc --noEmit
- Run the narrowest relevant test or lint path available.
- Verify route behavior manually if no automated check exists.
- Update route docs if status or evidence changed.
Output
- Scope: DANG-CARE-001
- Files:
- Validation:
- Daily Sync:
- Risks:
- Self-Review:
- Next Recommendations: