rewrite phase 4

This commit is contained in:
2026-05-09 13:37:54 +02:00
parent 4b42695717
commit facb75e294
9 changed files with 423 additions and 4 deletions
+4 -4
View File
@@ -57,11 +57,11 @@
| 19 | `useServerHealth.ts` — polls `/api/health` every 30s | [ ] | [ ] |
| 20 | `useClock.ts` — interval that updates `now` every 10s | [ ] | [ ] |
| 21 | `useGeolocation.ts` — wraps `navigator.geolocation` | [ ] | [ ] |
| 22 | `useOriginStation.ts` — finds nearest station from geolocation | [ ] | [ ] |
| 23 | `useJourneys.ts` — the complex `fetchAll` logic, per-event journey fetching | [ ] | [ ] |
| 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) | [ ] | [ ] |
| 25 | `useCalendar.ts` — URL/file import with merge logic | [ ] | [ ] |
| 26 | `useEventsStore.ts` — shared events state via Context (NEW) | [ ] | [ ] |
| 25 | `useCalendar.ts` — URL/file import with merge logic | [x] | [x] |
| 26 | `useEventsStore.ts` — shared events state via Context (NEW) | [x] | [x] |
---