Skip to content

Commit

Permalink
Tech - Ajout des catégories d'infractions manquantes (#4044)
Browse files Browse the repository at this point in the history
## Linked issues

- Après une revue des catégories de Poséidon

----

- [ ] Tests E2E (Cypress)
  • Loading branch information
louptheron authored Jan 23, 2025
2 parents 0d7e4ce + 2cbc116 commit c3397a2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@ enum class InfractionCategory(
val value: String,
) {
FISHING("Pêche"),
REGISTER("Registre Inter."),
ENVIRONMENT("Environnement"),
SAILOR("Gens de Mer"),
MARITIME_NAVIGATION("Navigation Maritime"),
MARITIME_SECURITY("Sécurité Maritime"),
MARITIME_PORTS("Ports Maritimes"),
SECURITY("Sécurité / Rôle"),
}

0 comments on commit c3397a2

Please sign in to comment.