Frontend Implementation (frontend-impl)
Responsibility
As @FrontendDev, implement pages/components/state/style per the designer's multica-design-ui-impl output, then push the deliverable set to frontend-artifact via multica-artifact-frontend.
Conventions
- Component/state management follows the project's agreed stack.
- UI must match the design's states (normal/empty/error/loading).
- Reusable components go through the design system.
Acceptance checklist
- Pages implement all design states
- Responsive/layout matches design
- No hardcoded credentials/URLs
- run-url reachable after build
Flow
- Read upstream design links from
multica-design-ui-impl. - Implement pages/components.
- Self-check against the checklist.
- Push to
frontend-artifact(multica-artifact-frontend), then hand off to @Reviewer (G1) and @Tester (T1/T2/T3).