hoanghm / Proact

2 stars 0 forks source link

Map UI component as summary of task/event locations #10

Open ogallagher opened 5 months ago

ogallagher commented 5 months ago

UI component that shows locations on a map that contribute to one or many tasks. These locations can additionally be moments in time, representing events where the user can participate.

ogallagher commented 5 months ago

Perhaps we should split this into 2 separate features: pure locations, and event locations (includes time)? The event locations could be represented by a location with a corresponding calendar event. The calendar event would then have everything besides the location, like datetime, participants, and recurrence.

ogallagher commented 4 months ago

Some progress on this was done in branch features/frontend-map, but instead of direct merge I think we'll want to cherry pick a few changes from there for compatibility w existing flutter scaffold.