feat: locations and meetings integration #58
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
v0.1.0
v0.1.1
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#58
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
No support for locations or meetings in tasks. Can't attach a place, room, or video call link to a task. No auto-suggestions for frequently used locations. No meeting integration (calendar invites, video links).
Scope
locationfield to task model (free text + structured data)UX
Task detail gains a location field below due date with typeahead from history. Meeting URLs auto-detected and rendered as clickable links. Calendar view shows meeting times as time blocks rather than all-day items.
Status update: location infrastructure is largely in place.
Done:
location,meetingUrl,locationLat,locationLonfields on task schemause-location-searchhook for typeaheadEventBlock(calendar)Remaining:
Location field with geo search, meeting URL auto-detection, and calendar display all landed. Location and meeting link merged into a single input.