Mark completed custom hooks in checklist

This commit is contained in:
2026-05-09 13:56:55 +02:00
parent facb75e294
commit 3d2aea7f7c
+4 -4
View File
@@ -54,12 +54,12 @@
| # | Item | ✅ | ✔️ |
|---|------|----|----|
| 19 | `useServerHealth.ts` — polls `/api/health` every 30s | [ ] | [ ] |
| 20 | `useClock.ts` — interval that updates `now` every 10s | [ ] | [ ] |
| 21 | `useGeolocation.ts` — wraps `navigator.geolocation` | [ ] | [ ] |
| 19 | `useServerHealth.ts` — polls `/api/health` every 30s | [x] | [x] |
| 20 | `useClock.ts` — interval that updates `now` every 10s | [x] | [x] |
| 21 | `useGeolocation.ts` — wraps `navigator.geolocation` | [x] | [x] |
| 22 | `useOriginStation.ts` — finds nearest station from geolocation | [x] | [x] |
| 23 | `useJourneys.ts` — the complex `fetchAll` logic, per-event journey fetching | [x] | [x] |
| 24 | `useBikeRoute.ts` — fetches bicycle route for an event (NEW) | [ ] | [ ] |
| 24 | `useBikeRoute.ts` — fetches bicycle route for an event (NEW) | [x] | [x] |
| 25 | `useCalendar.ts` — URL/file import with merge logic | [x] | [x] |
| 26 | `useEventsStore.ts` — shared events state via Context (NEW) | [x] | [x] |