Frontend Artifact (frontend-artifact)
Responsibility
As @FrontendDev, after the page is implemented, push the frontend deliverable set and run-url to Multica frontend-artifact (product-requirement mapping surface). This is the input for @Reviewer (G1) and @Tester (T1/T2), and the basis for release/verification.
Push content (must be complete)
- Page list (route + name + screenshot/link)
- Component/state/style deliverable set
- run-url (reachable after deployment)
- Requirement/design traceability (which AC each page covers)
Flow
- Implement pages per
multica-frontend-impl, consuming upstreammultica-design-ui-impldesign links. - Assemble the deliverable set + run-url.
- Push to Multica
frontend-artifact(product-requirement mapping):python scripts/import_to_multica.py --artifact frontend --json frontend-artifact.json(seereferences/import-contract.md). - Hand off to @Reviewer (G1 business review) and @Tester (T1/T2).
Notes
- Keep fields 1:1 with requirement/design; do not drift.
- run-url must be reachable; otherwise @Tester T3 will be BLOCKED.
- Do not confuse with
backend-artifact(that is @BackendDev's contract surface).