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

ETQ usager corrige le fait d'être informé d'un dossier inéligible dans certaines conditions #11131

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

colinux
Copy link
Member

@colinux colinux commented Dec 10, 2024

Des récents refacto avaient cassé l'affichage de la modale dans certains cas (dossier en construction, champ adresse… qui envoie un params[:validate]) : la modale n'était pas tjs présente dans le DOM, et le lien "Pkoi je ne peux pas déposer le dossier" ne marchait pas.

Le principe maintenant c'est que, si la révision a une clause d'inéligibilité, la modale est tjs dans le dom, mais c'est via du stimulus dans la réponse de l'update qu'on l'affiche si nécessaire.
J'ai l'impression que ça amène de la simplification.

TODO: tests

Au passage plusieurs amélioraitons/corrections vue en passant ou remontées sur HS, comme le fait qu'on invite à déposer un dossier alors qu'on peut pas.

Enregistrement.de.l.ecran.2024-12-10.a.19.10.42.mp4

APRES

Capture d’écran 2024-12-10 à 16 09 23

AVANT

Capture d’écran 2024-12-10 à 16 09 37

@colinux colinux added the bug label Dec 10, 2024
Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.93%. Comparing base (ef222c0) to head (dca46ff).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11131      +/-   ##
==========================================
- Coverage   84.43%   83.93%   -0.50%     
==========================================
  Files        1182     1185       +3     
  Lines       26112    26243     +131     
  Branches     4923     4942      +19     
==========================================
- Hits        22047    22028      -19     
- Misses       4065     4215     +150     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@colinux colinux force-pushed the fix-edit-footer-logic branch from 973203b to 2590c3a Compare December 11, 2024 14:39
@colinux colinux force-pushed the fix-edit-footer-logic branch from 2590c3a to dca46ff Compare December 11, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant