tracker: blank-start cleanup and foundation migration #305
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#305
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The scope cuts are merged, but Delta still carries code and schema residue from the larger product shape. If we start adding Google sync and self-hosting polish on top of that residue, every future PR will pay for old assumptions around login, reminders, generic automations, keymap customization, public sharing, and broad provider configuration.
This tracker coordinates the next migration stack: remove more unnecessary surface, fix the settings overlay regression created by the routing simplification, clean up calendar/keybinding UI fallout, and refactor the remaining app around clearer boundaries.
Direction
The target is a small, durable single-user self-hosted app:
Execution rules
Each child issue should be implemented as one reviewable PR unless it explicitly says otherwise.
For subagent-driven work, the subagent prompt must include:
Closes #ISSUE_NUMBERDo not keep multiple finished issues local-only in one branch. If stacking is necessary, make the base branch explicit and retarget to main before final merge.
Non-goals
Phase 0: repair obvious regressions, UI chrome, and repo debris
[ ] #306 — fix settings overlay so it opens over the current dashboard view instead of a blank background.
[ ] #317 — remove tracked editor artifacts and prevent obvious recurrence.
[ ] #326 — simplify all-day calendar row chrome and hide empty all-day lanes.
[ ] #327 — tune day/week time-grid lines while preserving 15-minute click targets.
[ ] #328 — decide the keybinding discoverability surface after customization removal.
Phase 1: align persistence with the blank-start product
[ ] #307 — compact or otherwise settle the blank-start migration baseline.
[ ] #308 — remove retired login/auth schema and setup residue.
[ ] #309 — remove reminder tables from the active schema.
[ ] #310 — remove or explicitly replace legacy share/source task fields.
[ ] #311 — delete the unused generic system config store unless it gets a concrete owner.
Phase 2: shrink settings/provider surface
[ ] #312 — collapse the static keymap provider after customization removal.
[ ] #313 — remove the empty integrations settings route unless #290 makes it real.
[ ] #314 — fix or retire the NLP recurrence provider contract.
[ ] #315 — simplify geocoding provider configuration.
[ ] #325 — centralize provider definitions before Google sync expands the surface.
[ ] #316 — prune stale CLI flags/docs so CLI contracts match the reduced app.
Phase 3: establish foundation seams
[ ] #318 — clarify dashboard provider ownership.
[ ] #319 — centralize dashboard server data loaders.
[ ] #320 — unify task input validation and normalization.
[ ] #321 — introduce a shared task mutation service boundary.
[ ] #322 — extract shared client task operations.
[ ] #323 — split task panel controller logic from rendering.
[ ] #324 — normalize keyboard scope handling.
Relationship to v0.1 work
This stack should happen before or alongside the Google sync work where it reduces risk. It should not block must-have integration issues unnecessarily, but schema/provider cleanup should land before #290, #123, or #291 start depending on more provider-specific storage.
barrettruth referenced this issue2026-05-11 19:19:09 +00:00
barrettruth referenced this issue2026-05-11 19:20:27 +00:00
Completed: all child issues listed in this blank-start cleanup tracker have landed and the closing PRs have merged into main. Closing the tracker; broader v0.1, Google sync, self-hosting, README, release, and CLI roadmap issues remain tracked separately.