Skip to content

Allow admin to create "internal" events not displayed to all users

Guillaume MARTINEZ requested to merge add-internal-events into develop

What does this MR do and why?

Allow admin to create "internal" events not displayed to all users

  • feat(*.IncidentEvent): Allow to create internal IncidentEvent only visible when logged in (#40 (closed))
  • feat(*.MaintenanceEvent): Allow to create internal MaintenanceEvent only visible when logged in (#40 (closed))

Implement #40 (closed)

Screenshots or screen recordings

Capture_d_écran_2022-06-22_à_19.28.18 Capture_d_écran_2022-06-22_à_19.29.21

MR acceptance checklist

  • My code follows the style guidelines of this project
  • I ran pylint and other linters for modified files
  • I have performed a self-review of my own code and tested it
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • My code needed automated testing. I have added them (this is optional task)
Edited by Guillaume MARTINEZ

Merge request reports