cleanup: canonicalize external link provider IDs #358
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 milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#358
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: #355
Problem
task_external_linksis the sync identity surface, but provider IDs are raw strings in core code and tests. Google Calendar/Tasks sync will expand this surface, so provider IDs should be explicit before feature work depends on them.Solution
Add a small external-link provider contract for current/future sync sources:
ical,google_calendar, andgoogle_tasksAcceptance criteria