refactor: add sync-source state and read-only import guard #444
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#444
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?
Parent: #123
Related: #290, #291, #442
Problem
Google Tasks and Google Calendar should share one multi-sync model instead of growing separate metadata blobs and one-off read-only checks.
The product direction is now: Google-imported rows are normal Delta task rows, but they are read-only to the user. Only the provider sync engine may mutate fields imported from Google. This needs to be enforced below the frontend so API routes, server actions, keyboard shortcuts, drag/resize, recurrence edits, and CLI paths cannot mutate imported rows by accident.
Decisions
integration_configs.metadata.Suggested storage shape
Exact names can change during implementation, but the durable source row should represent:
googlegoogle_tasks_list,google_calendarAcceptance criteria
integration_configs.Non-goals