-
Notifications
You must be signed in to change notification settings - Fork 56
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
[FEATURE] Prendre en compte flashcards dans les scripts CSV (PIX-15634)(PIX-15857) #10897
Merged
pix-service-auto-merge
merged 3 commits into
dev
from
pix-15857-add-flashcards-in-csv-extract
Jan 10, 2025
Merged
[FEATURE] Prendre en compte flashcards dans les scripts CSV (PIX-15634)(PIX-15857) #10897
pix-service-auto-merge
merged 3 commits into
dev
from
pix-15857-add-flashcards-in-csv-extract
Jan 10, 2025
+260
−16
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
dianeCdrPix
changed the title
[FEATURE] Prendre en compte flashcards dans les scripts CSV (PIX-15634)(PIX-15857)
Draft: [FEATURE] Prendre en compte flashcards dans les scripts CSV (PIX-15634)(PIX-15857)
Dec 24, 2024
dianeCdrPix
changed the title
Draft: [FEATURE] Prendre en compte flashcards dans les scripts CSV (PIX-15634)(PIX-15857)
[FEATURE] Prendre en compte flashcards dans les scripts CSV (PIX-15634)(PIX-15857)
Dec 24, 2024
dianeCdrPix
force-pushed
the
pix-15857-add-flashcards-in-csv-extract
branch
from
December 24, 2024 10:44
c9f9464
to
011e860
Compare
yannbertrand
force-pushed
the
pix-15857-add-flashcards-in-csv-extract
branch
from
January 6, 2025 10:33
10c4cc0
to
a1118a4
Compare
clemlatz
force-pushed
the
pix-15857-add-flashcards-in-csv-extract
branch
2 times, most recently
from
January 6, 2025 10:47
63b856f
to
ea54a3d
Compare
dianeCdrPix
force-pushed
the
pix-15857-add-flashcards-in-csv-extract
branch
2 times, most recently
from
January 9, 2025 11:12
96c6c98
to
349540f
Compare
yannbertrand
reviewed
Jan 9, 2025
api/src/devcomp/infrastructure/datasources/learning-content/modules/didacticiel-modulix.json
Outdated
Show resolved
Hide resolved
clemlatz
approved these changes
Jan 9, 2025
dianeCdrPix
force-pushed
the
pix-15857-add-flashcards-in-csv-extract
branch
2 times, most recently
from
January 10, 2025 09:16
ccc7034
to
e91dbfe
Compare
pix-service-auto-merge
force-pushed
the
pix-15857-add-flashcards-in-csv-extract
branch
from
January 10, 2025 09:44
e91dbfe
to
5ec9b3e
Compare
Co-authored-by: Clément Latzarus <[email protected]> Co-authored-by: Diane Cordier <[email protected]> Co-authored-by: Eric Lim <[email protected]>
pix-service-auto-merge
force-pushed
the
pix-15857-add-flashcards-in-csv-extract
branch
from
January 10, 2025 10:50
5ec9b3e
to
13f6593
Compare
pix-service-auto-merge
deleted the
pix-15857-add-flashcards-in-csv-extract
branch
January 10, 2025 10:56
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🎄 Problème
Les scripts
get-elements-csv.js
,get-modules-csv.js
permettent d’extraire le référentiel de Modulix pour faire des stats.Il faut ajouter l'élement Flashcards dans ce qui peut être extrait.
🎁 Proposition
Ajouter flashcards dans les éléments extractables.
🧦 Remarques
Pour
get-proposals-csv
, on rééchangera avec le métier pour comprendre les besoins.🎅 Pour tester
Utiliser les scripts
get-modules-csv
etget-elements-csv
et s'assurer que les flashcards sont bien comptabilisées