-
Notifications
You must be signed in to change notification settings - Fork 21
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
extend the total calculations below a subrecord list (generalize educational-material component) #2004
Comments
see #2004 --------- Co-authored-by: Sebastian <sebastian@aam-digital.com>
🎉 This issue has been resolved in version 3.25.0-master.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
@brajesh-lab I have an approach in mind how to easily generalize the component for any entity type. Will implement a draft and mark you to review and also look at it then. |
to be usable with any entity type, not just EducationalMaterial closes #2004
to be usable with any entity type, not just EducationalMaterial closes #2004
🎉 This issue has been resolved in version 3.25.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.25.1-master.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.25.1-master.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.25.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
As a user I want to quickly get an overview and summary of a list of data, like the average number of pencils handed out to a child.
We already have a very basic summary of total amounts in the
EducationalMaterialComponent
(example in demo system).Apart from a simple summed up total, some use cases required to see an average of the values in a table. Also, this component should become more generic and not tied to the EducationMaterial entity type anymore.
EducationalMaterialComponent
to be usable for any entity type (similar to theRelatedEntitiesComponent
)to be designed in collaboration with the client having the specific requirement
The text was updated successfully, but these errors were encountered: