refactor: make geocoding provider selection server-owned #357
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#357
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
Calendar settings currently saves geocoding provider selection through client-side choreography: write one provider config, then delete/disable stale providers. If one request fails, multiple provider configs can remain and runtime precedence decides the winner. Generic provider mutation routes also accept raw provider strings too loosely.
Solution
Move active geocoding-provider selection into a server/core operation:
Acceptance criteria