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

Correction suite retours sur le MVP en version 5.0.0-alpha.4 #222

Merged
merged 1 commit into from Apr 25, 2024

Conversation

ThomasDgop
Copy link
Collaborator

@ThomasDgop ThomasDgop commented Apr 18, 2024

  • Ajout des réglages manquants inactifs
  • Prise en compte d'une catégorie ouverte par défaut pour chaque mode
  • Correction libellé "Guide de lecture" qui doit être "Règle de lecture"

Copy link
Collaborator

@ffoodd ffoodd left a comment

Choose a reason for hiding this comment

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

Pas grand chose à dire non plus, bien joué :)

@@ -20,12 +20,20 @@ Object.freeze(stringServiceInstance);
// @note We don't freeze these services to be able to redefine certain variables
const routeServiceInstance = new RouteService();
Copy link
Collaborator

Choose a reason for hiding this comment

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

Faudrait qu’on trouve un moyen de factoriser ça, mais je sais pas trop comment. C’est quand même une sacrée tartine, là !

Pas d’urgence tant que ça marche, mais si quelqu’un a une idée, ça vaudrait le coup d’essayer :)

case 'visionPlus':
this.querySelector('app-layout').setAttribute('data-is-main-category', 'true');
break;
default:
Copy link
Collaborator

Choose a reason for hiding this comment

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

C’est le même quer facilePlus, donc on pourrait joindre les deux :

Suggested change
default:
case 'facilePlus':
default:

En virant le premier cas, évidemment :)

@ThomasDgop ThomasDgop changed the base branch from develop to release/beta April 25, 2024 08:10
@ThomasDgop ThomasDgop marked this pull request as ready for review April 25, 2024 08:16
@ThomasDgop ThomasDgop merged commit 28050fd into release/beta Apr 25, 2024
3 checks passed
@ThomasDgop ThomasDgop deleted the fix/alpha4 branch April 25, 2024 08:28
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.

None yet

2 participants