Commit Graph
8 Commits
Author SHA1 Message Date
Pierre MartinandClaude Opus 4.8 b2361fcfb9 docs: capitalize the event list and form seam solution (T1)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 12:37:37 +02:00
Pierre MartinandClaude Opus 4.8 596b5e22fd feat: show the event time range, not just its start
Pierre's field test: the agenda announces "10:30 → 12:30", the list only
said "à 10:30". The end date was already parsed and already in the
payload; it was purely missing from the display.

Naively rendering start → end would have been wrong four ways, all
measured against the real parser:
- no DTEND: the parser sets fin === debut, so "de 10:30 à 10:30"
- crossing midnight: "samedi de 22:00 à 02:00" hides the end date
- all-day: DTEND is EXCLUSIVE (RFC 5545), so a one-day event carries
  the next day, and a 18→20 festival carries the 21st

The last one is the dangerous one: it yields a wrong date, not just an
ugly one. The end day is therefore fin minus one day, computed from
local components since a floating date has no timezone.

DECISIONS.md records the exclusive DTEND for the sibling task, which
fills the town hall's end date field straight from DTEND.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-17 11:55:23 +02:00
Pierre MartinandClaude Opus 4.8 f994bfac30 docs: record the list to content script seam (T1)
Documents the single storage key (revising the sibling task's "key =
uid" seam, which had no way to transport the uid), the explicit ISO
serialisation, and why the café fallback is display-only.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-14 18:23:38 +02:00
Pierre MartinandClaude Opus 4.8 c493349e4a docs: capitalize iCalendar parser solution (T1)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 01:26:32 +02:00
Pierre MartinandClaude Opus 4.8 2a25f1c34e docs: record iCalendar parser decisions (T1)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 01:18:29 +02:00
Pierre MartinandClaude Opus 4.8 b359902c69 docs: capitalize CalDAV feed reading solution (T1)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-30 00:20:45 +02:00
Pierre MartinandClaude Opus 4.8 ade15c5635 docs: capitalize Firefox extension skeleton solution
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 23:51:48 +02:00
Pierre MartinandClaude Sonnet 4.6 328df2d181 Initialise le projet : documentation et squelette
Extension Firefox pour publier une sélection d'événements du calendrier
Nextcloud de L'Atelier du Huit vers l'agenda de la mairie de Cugnaux.

- README : vue d'ensemble et installation
- CLAUDE.md : guide agent et contraintes structurantes
- docs/RECHERCHE.md : faits techniques vérifiés (CalDAV, formulaire, agenda, ICS)
- docs/DECISIONS.md : choix d'architecture et leur pourquoi
- package.json : Bun comme outil de dev minimaliste (pas de build au runtime)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 23:40:13 +02:00