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

[BACKEND] Keep history of the sessions operational data #25

Open
hadamrd opened this issue Mar 23, 2024 · 0 comments
Open

[BACKEND] Keep history of the sessions operational data #25

hadamrd opened this issue Mar 23, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hadamrd
Copy link
Owner

hadamrd commented Mar 23, 2024

We can go back them query them to generate for the user nice stats about performances of its past sessions.
A model to store these run states history should be added to the db model and linked with foreign key to the session table.
A signal must be added that kicks a create_session method of the SessionService whenever the SessionRun objects are created.
The benefits is to decouple the logic of creation deserialization and validation completely from the business logic.

@hadamrd hadamrd added the enhancement New feature or request label Mar 23, 2024
@hadamrd hadamrd added this to Grinder Mar 23, 2024
@hadamrd hadamrd moved this to Backlog in Grinder Mar 23, 2024
@hadamrd hadamrd moved this from Backlog to Ready in Grinder Mar 23, 2024
@hadamrd hadamrd moved this from Ready to Backlog in Grinder Mar 24, 2024
@hadamrd hadamrd moved this from Backlog to In progress in Grinder Apr 8, 2024
@hadamrd hadamrd changed the title Keep history of the sessions operational data [BACKEND] Keep history of the sessions operational data Apr 8, 2024
@hadamrd hadamrd pinned this issue Apr 8, 2024
@hadamrd hadamrd unpinned this issue Apr 8, 2024
@hadamrd hadamrd moved this from In progress to In review in Grinder Apr 9, 2024
@hadamrd hadamrd self-assigned this Apr 9, 2024
@hadamrd hadamrd moved this from In review to Done in Grinder Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant