Files
agendula/docs
makiolaj 772407801d privacy: point the controller contact at support@
The address in the policy's Controller section is the one a reader uses to
exercise their rights under Art. 15-21 GDPR. Those requests belong in a
mailbox meant for them rather than in the general business inbox, so the
policy now names support@jeanlucmakiola.de.

business@ stays reachable; it is simply no longer the published address.
2026-09-15 16:09:35 +02:00
..
2026-06-27 23:10:24 +02:00
2026-06-27 23:10:24 +02:00

Agendula — documentation

Agendula is a Material 3 Expressive task app for Android: a pure front-end over the OpenTasks TaskContract provider (synced by DAVx5 / SmoothSync / DecSync over CalDAV), with no own database or sync stack. Sibling to Calendula. See the top-level ../README.md for the project pitch.

Index

Doc What it covers
ARCHITECTURE.md How Agendula is built today — layers, the data seam, provider resolution, the reminder engine, DI, build/tooling, manifest. Start here to work on the code.
ROADMAP.md Status and what's next — milestones (M0M6 + Posture B), what's done, open decisions, how to build/verify.
PLAN.md The original implementation plan and design rationale — the A-now-B-later thesis, what transfers from Calendula, the locked decisions. The "why".
RELEASING.md How to cut a release — the git-tag-as-source-of-truth flow, CI jobs, F-Droid repo, required secrets.

Also: ../CHANGELOG.md (Keep a Changelog format; tag sections feed the release notes).

How the docs relate

  • PLAN is the design decisions (mostly stable; the "why").
  • ARCHITECTURE is the current shape of the code (kept in sync with the source as it grows).
  • ROADMAP is the moving status layer (update as milestones land).
  • RELEASING is the operational runbook.