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

LDA Chart and Routine #1797

Merged
merged 14 commits into from
Dec 6, 2023
Merged

LDA Chart and Routine #1797

merged 14 commits into from
Dec 6, 2023

Conversation

AlasDiablo
Copy link
Collaborator

No description provided.

@AlasDiablo AlasDiablo added the 👷‍♂️ Work In Progress PR en cours de développement label Nov 28, 2023
Copy link
Contributor

@touv touv left a comment

Choose a reason for hiding this comment

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

Je ne crois pas que ce graphiques s'inscrire dans la logique lodex notamment concernant les responsabilités de chaque composant :

  • Les formats graphiques affichent un flux de données standards à partir d’une URL et peuvent demander de filtrer ou trier ce résultat.
  • Les pré calcul, transforment le jeu de données initial selon un algorithme particulier et créer un (ou plusieurs formats de sortie) et stocke le résultat en base
  • Les routines récupèrent les données en base et adaptent éventuellement le résultat au format attendu par les graphiques

Nous pouvons en discuter et échanger sur le design de cette feature

@AlasDiablo AlasDiablo requested a review from touv December 1, 2023 07:57
@AlasDiablo AlasDiablo marked this pull request as ready for review December 4, 2023 07:32
@AlasDiablo AlasDiablo added 👷‍♂️ Ready For Review PR en attente de relecture et de validation and removed 👷‍♂️ Work In Progress PR en cours de développement labels Dec 4, 2023
src/app/custom/translations.tsv Outdated Show resolved Hide resolved
src/app/custom/translations.tsv Outdated Show resolved Hide resolved
path = value
value = get('weight')

[reducing]
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe you can simplify using [dedupe]

Co-authored-by: François Parmentier <francois.parmentier@gmail.com>
Copy link
Contributor

@parmentf parmentf left a comment

Choose a reason for hiding this comment

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

dedupe seems to yield warnings in the console at each duplicate, that may not be wanted.
Let's wait a better version of dedupe.

@parmentf parmentf merged commit 9fc0976 into master Dec 6, 2023
9 checks passed
@parmentf parmentf deleted the lda-chart-routine branch December 6, 2023 09:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👷‍♂️ Ready For Review PR en attente de relecture et de validation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants