You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: