[Task] Keep minimal dev mode supported and documented: SQLite, filesystem storage, and no Redis/Celery unless explicitly enabled #17

Closed
opened 2026-07-06 11:28:42 +02:00 by zemion · 1 comment
Owner

Imported from the consolidated GovOPlaN product backlog.

  • Source: /mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/backlog.md
  • Line: 149
  • Section: Milestones > Milestone 8 - Production-Realistic Dev And Deployment Foundation
  • Source status: OPEN.

Imported backlog item:

- [ ] Keep minimal dev mode supported and documented: SQLite, filesystem storage, and no Redis/Celery unless explicitly enabled.
<!-- codex-backlog-fingerprint:1729cedbe9ecb677a7abcc8e --> Imported from the consolidated GovOPlaN product backlog. - Source: `/mnt/DATA/Nextcloud/ADD ideas UG/Products/govoplan/backlog.md` - Line: `149` - Section: `Milestones > Milestone 8 - Production-Realistic Dev And Deployment Foundation` - Source status: `OPEN.` Imported backlog item: ```markdown - [ ] Keep minimal dev mode supported and documented: SQLite, filesystem storage, and no Redis/Celery unless explicitly enabled. ```
zemion added this to the Milestone 8 - Production-Realistic Dev And Deployment Foundation milestone 2026-07-06 13:01:18 +02:00
Author
Owner

Codex status: done.

Completed evidence:

  • README.md documents the module-aware devserver, runtime SQLite path, no-Redis/no-Celery default, and missing-SQLite bootstrap behavior.
  • govoplan_core.devserver sets local runtime defaults for SQLite, filesystem storage, and mock mailbox state.
  • Fresh SQLite dev bootstrap initializes correctly without Redis/Celery.

Verification:

  • DATABASE_URL=sqlite:////tmp/govoplan-quickwin-minimal-*.db ENABLED_MODULES=access CELERY_ENABLED=false ./.venv/bin/python -m govoplan_core.devserver --smoke --no-reload -> smoke check OK, modules tenancy, access, dev bootstrap enabled

Closing because minimal development mode is supported and documented.

Codex status: done. Completed evidence: - `README.md` documents the module-aware devserver, runtime SQLite path, no-Redis/no-Celery default, and missing-SQLite bootstrap behavior. - `govoplan_core.devserver` sets local runtime defaults for SQLite, filesystem storage, and mock mailbox state. - Fresh SQLite dev bootstrap initializes correctly without Redis/Celery. Verification: - `DATABASE_URL=sqlite:////tmp/govoplan-quickwin-minimal-*.db ENABLED_MODULES=access CELERY_ENABLED=false ./.venv/bin/python -m govoplan_core.devserver --smoke --no-reload` -> smoke check OK, modules `tenancy, access`, dev bootstrap enabled Closing because minimal development mode is supported and documented.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: add-ideas/govoplan-core#17
No description provided.