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

Column (DisplayComponent) "calculated percentage" #1806

Closed
sleidig opened this issue Apr 5, 2023 · 3 comments · Fixed by #1992
Closed

Column (DisplayComponent) "calculated percentage" #1806

sleidig opened this issue Apr 5, 2023 · 3 comments · Fixed by #1992
Assignees
Labels
released on @master managed by CI (semantic-release) released managed by CI (semantic-release) Type: Feature new user-facing feature

Comments

@sleidig
Copy link
Member

sleidig commented Apr 5, 2023

As a user I want to see the automatically calculated percentage of attendance from my entries of working + absent days.

Objective
Display some dynamically calculated details in a table, like the ratio / percentage of two other properties of an entity. (e.g. for entity having manually recorded properties for "working days" and "days absent", display additionally the percentage of absent days).

Proposed Solutions & Alternatives
Could be similar to our BMI calculation

@sleidig sleidig added the Type: Feature new user-facing feature label Apr 5, 2023
@sleidig sleidig moved this from Triage to Todo [community help wanted] in All Tasks & Issues Apr 24, 2023
@christophscheuing christophscheuing self-assigned this Jul 6, 2023
@sleidig
Copy link
Member Author

sleidig commented Jul 6, 2023

assume an Entity instance like this:

{ totalDays: 20, attendedDays: 15 }

then should display: "25%"

@sleidig sleidig moved this from Todo [community help wanted] to In Progress in All Tasks & Issues Jul 7, 2023
@christophscheuing christophscheuing moved this from In Progress to In Review in All Tasks & Issues Sep 7, 2023
sleidig added a commit that referenced this issue Sep 21, 2023
…#1992)

as a list column, configurable
closes #1806

Co-authored-by: Simon <simon@aam-digital.com>
Co-authored-by: Sebastian <sebastian@aam-digital.com>
@github-project-automation github-project-automation bot moved this from In Review to Done in All Tasks & Issues Sep 21, 2023
@aam-digital-ci
Copy link
Collaborator

🎉 This issue has been resolved in version 3.24.0-master.10 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@aam-digital-ci aam-digital-ci added the released on @master managed by CI (semantic-release) label Sep 21, 2023
@aam-digital-ci
Copy link
Collaborator

🎉 This issue has been resolved in version 3.24.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@aam-digital-ci aam-digital-ci added the released managed by CI (semantic-release) label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released on @master managed by CI (semantic-release) released managed by CI (semantic-release) Type: Feature new user-facing feature
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants