-
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
[TECH] Ajouter cappedTubes requirement (PIX-???) #11421
base: pix-16445-refacto-quests
Are you sure you want to change the base?
[TECH] Ajouter cappedTubes requirement (PIX-???) #11421
Conversation
Une fois les applications déployées, elles seront accessibles via les liens suivants :
Les variables d'environnement seront accessibles via les liens suivants : |
for (const { tubeId, level } of cappedTubes) { | ||
sumTotal += level; // ceci est très cavalier, je présuppose que le référentiel n'a aucun trou \o/ | ||
const dataForTubeId = this.#dataByTubeId[tubeId] ?? []; | ||
sumValidated += dataForTubeId.filter(({ isValidated, difficulty }) => isValidated && difficulty <= level).length; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
edge case qui existe : possible d'avoir 2 ke qui pointent vers un acquis de meme tube et de meme niveau, mais pas le meme id d'acquis
il faut donc idéalement compter que "une" fois les acquis de même niveau
091e833
to
5445cd1
Compare
b067a11
to
7719619
Compare
5445cd1
to
de0770e
Compare
…inations Co-authored-by: Yvonnick Frin <[email protected]> Co-authored-by: Xavier Carron <[email protected]>
…le truc) Co-authored-by: Yvonnick Frin <[email protected]> Co-authored-by: Xavier Carron <[email protected]>
Co-authored-by: Laura BERGOENS <[email protected]>
Co-authored-by: Yvonnick Frin <[email protected]> Co-authored-by: Xavier Carron <[email protected]>
Co-authored-by: Yvonnick Frin <[email protected]> Co-authored-by: Xavier Carron <[email protected]>
…ased on a subset of skillids
…nstances of base requirements
de0770e
to
c945fac
Compare
33312a3
to
6cadbff
Compare
🥞 Problème
🥓 Proposition
🧃 Remarques
On peut séparer les deux derniers commits du reste pour avoir un truc mergeable
😋 Pour tester