Skip to content
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

fix river basin names and improve errors in hierarchy #98

Conversation

JulienCorny
Copy link
Contributor

  • Améliore l'affichage du nom du bassin versant onglet 9 :

    • affiche seulement le nom du bassin versant principal (la hiérarchisation étant seulement calculée sur le bassin versant principal)
    • affiche une explication (i) sur les bassins versants liés à la ZH
    • nom du bassin versant affiché même lorsque la hiérarchisation ne peut pas être calculée : la détermination du bassin versant principal est donc sorti du calcul des règles de hiérarchisation et fait en amont (main_id_rb passé en paramètre pour le calcul des règles) et stocké en bdd (pr_zh.main_id_rb)
    • abandon du toaster lors d'une erreur pendant le calcul de la hiérarchie du bassin versant : à la place l'erreur est clairement affichée sous le nom du bassin versant. Exemple :
      image
    • si aucun bassin versant n'est associé en bdd à une ZH, "aucun" est indiqué :
      image
  • Ces améliorations sont répercutées aussi dans la fiche principale onglet 9

  • 2 migrations alembic associées à ces changements pour ajouter et remplir une colonne pr_zh.main_id_rb

  • Quelques erreurs sqlalchemy liées aux bassins versants et zones hydro corrigées au passage (dont l'erreur sur les zones hydro signalée ici : Replace Hydro Area error, Object instead of Hydro Area name #93)

@JulienCorny JulienCorny merged commit 44677c1 into PnX-SI:develop Dec 10, 2024
2 checks passed
@JulienCorny JulienCorny deleted the fix/main_rb_vs_hierarchy_error_display branch December 10, 2024 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants