Update progress: Task 12 completed (LastConsultation tile)

This commit is contained in:
2026-02-13 17:28:16 +00:00
parent d0df9137f9
commit e2409183f3
2 changed files with 33 additions and 6 deletions
+6 -6
View File
@@ -112,12 +112,12 @@ Replace the "CareerRecord PMR" sidebar-nav + view-switching interface with a til
#### Task 12: Build LastConsultation tile
> Detail: `Ralph/refs/ref-06-bottom-tiles.md` (LastConsultation section)
- [ ] Create `src/components/tiles/LastConsultationTile.tsx`
- [ ] Full-width card
- [ ] Header info row (Date, Org, Type, Band)
- [ ] Role title + achievement bullet list
- [ ] Data from first entry in `src/data/consultations.ts`
- [ ] Run quality checks
- [x] Create `src/components/tiles/LastConsultationTile.tsx`
- [x] Full-width card
- [x] Header info row (Date, Org, Type, Band)
- [x] Role title + achievement bullet list
- [x] Data from first entry in `src/data/consultations.ts`
- [x] Run quality checks
#### Task 13: Build CareerActivity tile
> Detail: `Ralph/refs/ref-06-bottom-tiles.md` (CareerActivity section)