-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Add data aggregation panel #2495
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
Comments
Thanks for opening this issue!
|
@Bhavyajain21 this may be interesting for you |
@mtrezza
can you define how the response from the Cloud Function should look? This will ensure consistency and make it easier to render the information in the panel. Thank you! |
Bounty increased due to scope increase of the feature and its high value for the usability of the dashboard. |
I have checked the JSON response , I will get started with this feature asap |
🎉 This change has been released in version 6.0.0-alpha.14 |
🎉 This change has been released in version 6.0.0-beta.2 |
🎉 This change has been released in version 6.0.0 |
New Feature / Enhancement Checklist
Current Limitation
An object may have related information stored in other classes, for example a user and its related purchase history and its related payment transactions. This related information needs to be researched manually by going into the respective classes. With each navigation, only the information in the current class is visible, there is no aggregated view of all information at once, e.g. purchase history and payment transactions.
Feature / Enhancement Description
Add a slide-in panel that displays aggregated information related to the selected object in the data browser table.
The process should be:
Example Use Case
Dashboard options could look like this:
The response of the Cloud Function could be:
The panel could look like this:
Alternatives / Workarounds
Future extensions
The text was updated successfully, but these errors were encountered: