demarches-normaliennes/app/views/instructeurs/procedures
Nicolas Bouilleaud a4166d3c57 Refactor Instructeur.notifications_* methods
- rename `dossiers_id_with_notifications` to `followed_dossiers_with_notifications`,
- rename `notifications_per_procedure` to `procedures_with_notifications`,
- return an ActiveRecord::Relation instead of the result of the query, so that the call place can compose it,
- `merge` with the wanted Dossier scope in the call places, don’t bother passing it as a parameter,
- use the “state” (now “scope”) parameter as a scope method that can be just applied on `Dossier`.
2019-09-25 14:10:00 +02:00
..
_dossier_actions.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
_download_dossiers.html.haml Enable export v2 for all 2019-08-14 12:53:51 +01:00
_header_field.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
email_notifications.html.haml Rename gestionnaire in code to instructeur 2019-08-12 13:47:01 +02:00
index.html.haml Refactor Instructeur.notifications_* methods 2019-09-25 14:10:00 +02:00
show.html.haml Refactor Instructeur.notifications_* methods 2019-09-25 14:10:00 +02:00
stats.html.haml First attempt at procedure stats 2019-09-17 16:43:48 +02:00