-
Notifications
You must be signed in to change notification settings - Fork 25
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
Fiches salarié : Historique des transitions [GEN-384] #5527
base: master
Are you sure you want to change the base?
Conversation
This will be needed to easily log transitions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Il faudra également penser aux fausses "transitions" liées aux modifs dans l'admin non ?
@@ -90,6 +90,22 @@ def approval_data_sent(self, obj): | |||
return f"{number} ({start} – {end})" | |||
|
|||
|
|||
class EmployeeRecordTransitionLog(ReadonlyMixin, ItouTabularInline): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On ne veut pas également un "vrai" admin pour accéder aux asp_batch_line_number
& archived_json
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Je me suis posé la question, ma réponse a été de le faire dans un second temps, une fois le script de rattrapage d'historique passé et les champs cachés/supprimés pour les FS afin de pouvoir dire "maintenant l'historique est ici, tout y est, ne regardez pas ailleurs"
RàF :
🤔 Pourquoi ?
Comprendre ce qui a été fait et par qui pour en déduire ce qui fonctionné ou non pour la résolution de la problématique.
🍰 Comment ?
Log des transitions XWorflows
🏝️ Comment tester ?
Avec la suite de test.
💻 Captures d'écran