Mark completed custom hooks in checklist
This commit is contained in:
+4
-4
@@ -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] |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user