ワンクリックで
frontend-admin
Work on Madoc TS admin UI structure, React routes, and admin-specific SSR behaviors. Use when adding admin screens, updating management flows, or adjusting admin-only UI in services/madoc-ts.
メニュー
Work on Madoc TS admin UI structure, React routes, and admin-specific SSR behaviors. Use when adding admin screens, updating management flows, or adjusting admin-only UI in services/madoc-ts.
Understand and modify the full Madoc TS crowdsourcing contribution and review pipeline. Use when changing claim creation rules, crowdsourcing-task and crowdsourcing-review lifecycle behavior, reviewer assignment policy, or project settings that control submission/review flow in services/madoc-ts.
Work on Madoc TS site UI structure, React routes, and site-specific SSR behaviors. Use when adding or updating site pages, loaders, or site theme usage in services/madoc-ts.
Build, run, and debug the Madoc Docker/compose stack with the Docker daemon already running, including rebuilding images, starting/stopping services, inspecting containers/images, and using pm2 inside the madoc-ts container (server/queue/scheduler/auth) plus frontend rebuilds for volume-mounted assets.
Work on Madoc TS project export extension configs, export plan handling, and file output helpers. Use when adding export types or modifying export data flows in services/madoc-ts.
Work on Madoc TS activity stream endpoints and IIIF collection/manifest routing. Use when changing activity stream routes or IIIF data responses in services/madoc-ts.
Map and modify Madoc TS startup, server composition, routing setup, and SSR entrypoints. Use when tracing request flow, adding top-level middleware, wiring new services at boot, or debugging startup/SSR integration for services/madoc-ts.
| name | frontend-admin |
| description | Work on Madoc TS admin UI structure, React routes, and admin-specific SSR behaviors. Use when adding admin screens, updating management flows, or adjusting admin-only UI in services/madoc-ts. |
Describe the admin React app structure and routing so management UI changes follow existing patterns and permissions.
services/madoc-ts/src/frontend/admin/services/madoc-ts/src/frontend/admin/routes.tsxservices/madoc-ts/src/frontend/admin/server.tsxservices/madoc-ts/src/routes/admin/services/madoc-ts/src/frontend/shared/components/TabularSplitView.tsx shared split canvas/table scaffoldingservices/madoc-ts/src/frontend/shared/utility/tabular-grid-keyboard-navigation.ts shared tabular keyboard movementservices/madoc-ts/src/frontend/admin/routes.tsx to locate the route tree.services/madoc-ts/src/frontend/admin/server.tsx for SSR wiring and loader integration.