Skip to content
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

Smart Information Aggregation in Inspection Panel #11

Open
MisterGC opened this issue Jun 9, 2023 · 0 comments
Open

Smart Information Aggregation in Inspection Panel #11

MisterGC opened this issue Jun 9, 2023 · 0 comments
Labels
UI This issue concerns the HTML parts of the frontend. Unrefined

Comments

@MisterGC
Copy link
Contributor

MisterGC commented Jun 9, 2023

To enhance the usability of the inspection panel in the map viewer component, the system should introduce a smarter information aggregation mechanism. This feature would automatically summarize important information from deeper levels of the tree-structured data and present it at higher levels.

Rather than requiring users to manually expand and collapse various nodes to find relevant information about a map feature and its relations, this intelligent aggregation would allow users to gain insights from a broader perspective without diving into the details unless needed.

This smart information aggregation should be designed to prioritize and summarize the most commonly needed or important information based on the feature's context. The criteria for this prioritization could be informed by user feedback or data usage patterns.

Implementing this feature would significantly enhance the user experience by simplifying the exploration of attribute information and feature relationships, reducing the need for excessive node expansion and enabling faster access to relevant information.

There are simple cases like a child with one simple value which is then propagated up. But ideally this mechanism allows aggregation of more complex information which is propagated over multiple levels. Also consider removing the aggregation when the associated node has been expanded.

@josephbirkner josephbirkner added UI This issue concerns the HTML parts of the frontend. Unrefined labels Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
UI This issue concerns the HTML parts of the frontend. Unrefined
Projects
None yet
Development

No branches or pull requests

2 participants