benjaminRoberts01375 / Map-Map

A SwiftUI application for overlaying photos of maps on a real map.
GNU General Public License v3.0
6 stars 1 forks source link

Use Notification Center to update what's being edited. #152

Closed benjaminRoberts01375 closed 3 months ago

benjaminRoberts01375 commented 3 months ago

Current Limitation: Currently the user directly interacts with what they want to edit. However, which item is being edited is immediately forgotten and has to be searched for again. While in small batches it's not an issue, as Map Map grows, it becomes slow.

Feature Request: Use Notification Center to broadcast which Map Map item is being edited.