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

amelioration : ETQ instructeur, je souhaite pouvoir filtrer les dossiers sur mon tableau de bord fonction des choix simple/multiple/etc.. sans conflit parmis les autres valeurs de ces même choix simple/multiple/etc... #10866

Merged
merged 6 commits into from
Oct 3, 2024

Conversation

mfo
Copy link
Contributor

@mfo mfo commented Sep 24, 2024

hs: https://secure.helpscout.net/conversation/2708763508/2094915?folderId=1653799

problème

ETQ instructeur, lorsque je veux filtrer par type de champ enumerable (donc ayant une liste finie, ex: une dropdown), dans le cas ou les options de l'enumerable peuvent se confondre (ex: Favorable, Defavorable), j'aimerais filtrer mon tableau de bord par la bonne occurence

solution

Avant on recherchait si la valeur du filtre était présente dans la valeur du type de champ [donc opérateur ilike]
Maintenant on recherche si la valeur du filtre est egale à la valeur du type de champ donc operateur =) :

@mfo mfo force-pushed the US/fix-filter-ilike branch from 020360f to 09d5245 Compare September 24, 2024 18:22
Copy link

codecov bot commented Sep 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.69%. Comparing base (cae524b) to head (c02e4ff).
Report is 76 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #10866      +/-   ##
==========================================
+ Coverage   84.68%   84.69%   +0.01%     
==========================================
  Files        1132     1132              
  Lines       25092    25102      +10     
  Branches     4702     4703       +1     
==========================================
+ Hits        21248    21260      +12     
+ Misses       3844     3842       -2     

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

@mfo mfo changed the title WIP – clean(deadcode): their is no column for avis.label. so clean this one clean(deadcode): their is no column for avis.label. so clean this one Sep 24, 2024
@mfo mfo force-pushed the US/fix-filter-ilike branch from c05967b to 75063ae Compare September 24, 2024 18:48
…en using `where("anything = ?", value)` synthax
@mfo mfo changed the title clean(deadcode): their is no column for avis.label. so clean this one ameliration : ETQ instructeur, je souhaite pouvoir filtrer les dossiers sur mon tableau de bord fonction des choix simple/multiple/etc.. sans conflit parmis les autres valeurs de ces même choix simple/multiple/etc... Sep 24, 2024
@mfo mfo changed the title ameliration : ETQ instructeur, je souhaite pouvoir filtrer les dossiers sur mon tableau de bord fonction des choix simple/multiple/etc.. sans conflit parmis les autres valeurs de ces même choix simple/multiple/etc... amelioration : ETQ instructeur, je souhaite pouvoir filtrer les dossiers sur mon tableau de bord fonction des choix simple/multiple/etc.. sans conflit parmis les autres valeurs de ces même choix simple/multiple/etc... Sep 24, 2024
Copy link
Member

@LeSim LeSim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bien joué

Comment on lines -250 to -253
if column == 'label'
dossiers
.joins(:groupe_instructeur)
.filter_ilike(table, column, values)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

la j'ai l'impression que tu supprimes la possibilité de filtrer par nom du groupe d'instructeur. C'est fait expres ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est du code mort, confère : https://github.com/demarches-simplifiees/demarches-simplifiees.fr/blob/main/app/models/concerns/columns_concern.rb#L55

Désormais on ne filtre pas sur le label d'un groupe d'instrcuteur (à la ilike), mais par énum

@mfo mfo added this pull request to the merge queue Oct 3, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 3, 2024
@mfo mfo added this pull request to the merge queue Oct 3, 2024
Merged via the queue into demarches-simplifiees:main with commit 5879d54 Oct 3, 2024
18 checks passed
@mfo mfo deleted the US/fix-filter-ilike branch October 3, 2024 13:17
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