-
-
Notifications
You must be signed in to change notification settings - Fork 102
Closed
Milestone
Description
Planing of showing contacts on the map.
ToDo:
- Caching Table for addresses to Cordinates (Address string), Lat, Lng, timelookedup
-
When to look up the results, We should query less then one time per second, so one demand is not possible => should be done in the backend in advanced, to not hit the one request per second limitation -
Extend the navigation to show "suggestions for contacts" -
Api call for contactSuggestions - phrase coordinat form vCard in backend and frontend
- make contact preview nice
- Delete Geo attribute from vCard
- Set geo attibute according to vCard version, in vCard v4 it should be an geo url.
- Check permission when setting Geo Attribute
Possible interesting vCard Attibutes
- ADR
- Can be multiple, I guess all are interesting
- GEO
- Different formates in v2,3 and v4
Problems
- it's currently possible to place a contact (edit its coordinates) even if it's from an address book shared with me with readonly permissions.
jancborchardt, thomas-mc-work, e-alfred and kevATin