-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move Dashboard calculations to Backend #151
Labels
Milestone
Comments
RamiSouai
added
question
Further information is requested
enhancement
frontend
backend
labels
Sep 26, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Oct 25, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Oct 25, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Oct 27, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 1, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 7, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 8, 2022
Weltraumschaf
added a commit
that referenced
this issue
Nov 10, 2022
Signed-off-by: Sven Strittmatter <[email protected]>
Amar-Bolkan
added a commit
that referenced
this issue
Nov 14, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 14, 2022
For now it will use the already existing TeamScore model as a DTO object.
Amar-Bolkan
added a commit
that referenced
this issue
Nov 14, 2022
TeamScore model is a class that was already present in the front end.
Amar-Bolkan
added a commit
that referenced
this issue
Nov 14, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 17, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 17, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 21, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 21, 2022
Weltraumschaf
added a commit
that referenced
this issue
Nov 22, 2022
Signed-off-by: Sven Strittmatter <[email protected]>
Amar-Bolkan
added a commit
that referenced
this issue
Nov 28, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 28, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 29, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 29, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 29, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 29, 2022
Amar-Bolkan
added a commit
that referenced
this issue
Nov 29, 2022
@rseedorff do you know what the state is of this ticket? |
Implemented as documented in the corresponding ADR: https://github.com/iteratec/TeamDojo/blob/main/docs/adr/adr_0005.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently in the Dashboard, we fetch all the required data and perform the score calculations on the client-side. It would be better to this on the Server then send all the necessary information to the browser to improve performance.
This issue serves to collect information for a possible ADR.
The text was updated successfully, but these errors were encountered: