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 admin je suis informé des infos remontées par le champ SIRET #11013

Merged
merged 3 commits into from
Dec 17, 2024

Conversation

colinux
Copy link
Member

@colinux colinux commented Nov 4, 2024

Closes #11008 en vue du webinaire du 12/12
Seconde partie de #11099

Quelques spécificités tant que toutes les données associées au SIRET ne sont pas correctement gérées en tant que colonnes (certaines données établissement, d'adresse, générées pour les exports etc…)

Capture d’écran 2024-11-04 à 18 41 14
Capture d’écran 2024-12-06 à 15 45 37

@colinux colinux added the en attente En attente d'autres stories label Nov 4, 2024
@colinux colinux force-pushed the admin-knows-api-fields branch from 282ecfb to 2bea6ed Compare November 4, 2024 17:41
Copy link

codecov bot commented Nov 4, 2024

Codecov Report

Attention: Patch coverage is 90.90909% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.39%. Comparing base (e44a3d3) to head (75945a9).
Report is 156 commits behind head on main.

Files with missing lines Patch % Lines
...ntrollers/administrateurs/procedures_controller.rb 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11013      +/-   ##
==========================================
- Coverage   84.40%   84.39%   -0.02%     
==========================================
  Files        1181     1181              
  Lines       26026    26039      +13     
  Branches     4907     4909       +2     
==========================================
+ Hits        21968    21975       +7     
- Misses       4058     4064       +6     

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

@colinux colinux force-pushed the admin-knows-api-fields branch 2 times, most recently from 3d46004 to eecb4eb Compare November 5, 2024 08:55
Copy link
Contributor

@mfo mfo left a comment

Choose a reason for hiding this comment

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

sur le principe ca me semble top niveau ui/ux.
par contre sur l'implem je te propose qqch asap, j'espère que tu trouveras ça formidable :D

@colinux colinux force-pushed the admin-knows-api-fields branch from eecb4eb to f42d8de Compare November 19, 2024 17:54
@colinux colinux removed the en attente En attente d'autres stories label Nov 20, 2024
@colinux colinux force-pushed the admin-knows-api-fields branch 4 times, most recently from ef85336 to f6fd8bc Compare November 27, 2024 14:40
@colinux colinux force-pushed the admin-knows-api-fields branch 3 times, most recently from ccba83f to ed423f3 Compare November 28, 2024 14:28
@colinux colinux force-pushed the admin-knows-api-fields branch from ed423f3 to 49791e8 Compare December 4, 2024 15:20
@colinux colinux changed the title (wip): ETQ admin je suis informé des infos remontées par le champ SIRET ETQ admin je suis informé des infos remontées par le champ SIRET Dec 4, 2024
@colinux colinux force-pushed the admin-knows-api-fields branch from 49791e8 to 8bc3017 Compare December 4, 2024 15:36
@colinux colinux force-pushed the admin-knows-api-fields branch from 8bc3017 to 3b67345 Compare December 6, 2024 14:42
@colinux colinux force-pushed the admin-knows-api-fields branch from 3b67345 to 75945a9 Compare December 9, 2024 09:47
@colinux colinux marked this pull request as ready for review December 9, 2024 09:50
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.

je me demandais si ca valait le coup de marquer graphiquement les colonnes visibles dans le tableau de bord.

@@ -422,6 +422,26 @@ def administrateurs
@admins = paginate(@admins, 'users.email')
end

def api_champ_columns
_, @type_de_champ = @procedure.draft_revision.coordinate_and_tdc(params[:stable_id])
regex_prefix = /^#{Regexp.escape(@type_de_champ.libelle)}([^\p{L}]+SIRET)?[^\p{L}]+/
Copy link
Member

Choose a reason for hiding this comment

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

je trouve ça dommage de sortir de la grosse artillerie alors qu'on a l'information.

contre proposition

  • on ajoute les attributs prefix et name aux colonnes
  • on définit def label = prefix + name

et tu fais un simple filter_map { _1.name }

Copy link
Member Author

Choose a reason for hiding this comment

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

Au départ j'étais parti sur un truc dans ce genre là. Ça amenait bcp de code "juste pour ça" ici surtout que c'est plus qu'une histoire de préfixe. Je sais plus bien mais ya déjà une notion de prefix et label qui a une logique un peu différente, ça menait de la confusion et exposait de nouvelles méthodes publiques. Avec je sais plus qui on était pas chaud pour changer le contrat maintenant.

Par contre sur le moyen terme quand on aura déployé ça à autre tdc , le bloc personne morale etc, et qu'on y verra plus clair sur nos besoins, on pourra carrément un plan plus uniforme

@colinux colinux added this pull request to the merge queue Dec 17, 2024
Merged via the queue into demarches-simplifiees:main with commit 123d363 Dec 17, 2024
18 checks passed
@colinux colinux deleted the admin-knows-api-fields branch December 17, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ETQ admin je suis informé des infos remontées par les API à partir d'un SIRET, etc…
3 participants