-
Notifications
You must be signed in to change notification settings - Fork 1
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
Automatic generation of trip titles #295
Conversation
BundleMonFiles updated (1)
Unchanged files (3)
Total files change +1.14KB +0.06% Final result: ✅ View report in BundleMon website ➡️ |
"triggers": { | ||
"description": "Required to display additional information in the viewer and for the notification service", | ||
"type": "io.cozy.triggers" | ||
}, |
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.
I think this will break the capacity to execute services: you need to add the "POST" verb to the remaining triggers entry
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.
ne mettre aucun verbs c'est pas comme tous les avoir ?
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.
Si, je n'avais pas vu que avais enlevé le verbs pour les triggers. Ce serait bien de remettre "verbs": ["GET", "POST"]
comme avant, vu que coachco2 n'a aucune raison d'avoir les droits de suppression sur les jobs/triggers
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.
ok je corrige
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.
Est-ce que CoachCO2 est considéré comme une app de plateforme ? Parce que là on retire des permissions (on passe de ALL à juste GET / POST) et donc la stack va bloquer l'update automatique.
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.
Ok pour avancer je supprime les verbs. C'est ce qu'on avait initialement https://github.com/cozy/coachCO2/pull/280/files#diff-a43db2645aeeb047b98024a5a2a9aa005d0cdbf439bdf1aa10c46a3d1cee9c42 avant qu'on fasse le duplicata en introduisant les verbs https://github.com/cozy/coachCO2/pull/277/files#diff-a43db2645aeeb047b98024a5a2a9aa005d0cdbf439bdf1aa10c46a3d1cee9c42
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.
Bah non, si Coach est considéré comme app de plateforme autant faire le changement.
Et vu que ça l'est : https://github.com/cozy/cozy-stack/blob/afe48f05046eeca18f89d58b8dad759441fff3d9/pkg/consts/consts.go#L96C1-L108
gardons les changements.
Je voulais juste vous rappeler cette problématique, et que chercher l'info de savoir si app de plateforme ou pas est facile à trouver : soit stack soit vous demandez à l'infra la config.
because we wan't to use these helpers in aggregation service
On souhaite créer un titre au déplacement selon les noms des points de départ et d'arrivée des déplacements
voir issue #296 et question que cela a généré.
Info au reviewers : nous n'avons plus tellement le temps de changer l'approche...