-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI: (for discussion) Add a map view #1820
Comments
For location aware things and use cases this is surely a great addition. Some thoughts:
Ditto currently lacks however any "Geo" features, like eg searching for things within a given radius of a geolocation. |
Fully agree. That could also make sense for other customized UIs for features: If a feature knows its definition, there could be also a customized editor for that feature (which has to be somewhere else). This sounds like a micro-frontend approach. may be better convert this issue to a discussion 😉 |
@thfries yes, such an micro-frontend or component approach would be really great to have to be able to fully customize the UI. Maybe this can still be combined in the Explorer UI, but this surely needs the ability for much customization. |
Hi @thjaeckle, you are right, the target user group need to be considered. So a valid option would be to increase the ability to customize in the existing UI. As discussed, domain specific and ditto independent code must be kept separately. All together, rather long term ideas... |
Yes, customising the existing UI (maybe even with the help of WoT models for "providing" separate "widgets" based on certain models or even semantic types/units) would be really a long term goal :) |
One nice feature to visualize some of the concepts:
Add a new tab on the right of the Things table. Display a map on this tab
On the map, show markers for things in the things search if they have a "known" position feature. This could be...
You could do a search for things that have this feature.
Update the markers on SSE updates (moving / rotating things)
Allow to select a thing by clicking on the marker.
The text was updated successfully, but these errors were encountered: