2026-07-13 02:09:49 +03:30
|
|
|
---
|
|
|
|
|
description: Lab Tasks tab — sort, grouping, filters, prosthesis colors
|
|
|
|
|
globs: frontend/src/components/ui/lab/TasksPage.tsx,frontend/src/components/ui/lab/Task*.tsx,frontend/src/components/lab/taskListGrouping.ts,frontend/src/components/treatment/prosthesisTypeDisplay.ts,frontend/src/components/shared/catalog-type-colors.ts,backend/src/modules/tasks/**
|
|
|
|
|
alwaysApply: false
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Lab Tasks
|
|
|
|
|
|
|
|
|
|
- **Default sort:** newest `labCase.sentAt` first; `stepOrder` asc within prosthesis group (backend `buildOrderBy`).
|
|
|
|
|
- **Grouping:** only when `sortBy=date`; flat list + hint for other sorts.
|
|
|
|
|
- **Prosthesis colors:** `PROSTHESIS_TYPE_COLORS` + `prosthesisTypeBadgeStyleFromCatalog` — never row index.
|
2026-07-13 13:22:38 +03:30
|
|
|
- **Important only:** server-side `important=true` (not client per-page).
|
|
|
|
|
- **Show in case:** `GET /tasks/locate-page` finds page in full list; highlight + scroll.
|
2026-07-13 02:09:49 +03:30
|
|
|
|
|
|
|
|
Full map: `.cursor/skills/lab-tasks/SKILL.md`
|