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

[Développement] Integrate new Template for training #172

Open
edouardglx opened this issue Jul 10, 2023 · 0 comments
Open

[Développement] Integrate new Template for training #172

edouardglx opened this issue Jul 10, 2023 · 0 comments
Assignees
Labels

Comments

@edouardglx
Copy link
Collaborator

edouardglx commented Jul 10, 2023

Description 📚 :

Mettre à disposition le choix de 3 nouveaux templates pour permettre de générer les googles slides depuis le front.

Slides :

  • formez-vous
  • train with us
  • train with us green

Règles de gestions 📏 :

"Les utilisateurs authentifiés peuvent accéder à la page training. Une fois la page générée, ils ont le choix parmi 3 templates différents pour générer le slide. La sélection du templates se fait par l'intermédiaire d'une checkkox."

Critères d'acceptations :

Sélection et mise à jour de la props selected dans le composant TRAININGFORM.vue :

on renvoie un object comportant les infos du template choisi :
ex :

{
    id: 'formezvous',
    label: 'FORMEZ-VOUS,
    value: 'Formez-vous',
    frequency: 'month',
    validated: false
}

Informations techniques 💾 :

composant : TrainingForm.vue et ChoosingTemplate.vue

New template à intégrer :

  FORMEZ_VOUS: {
    id: 'formezvous',
    label: 'FORMEZ-VOUS',
    value: 'Formez-vous',
    frequency: 'month',
    validated: false
  },
  TRAIN_WITH_US: {
    id: 'trainwithus',
    label: 'TRAIN-WITH-US',
    value: 'Train-with-us',
    frequency: 'month',
    validated: false
  },
  TRAIN_WITH_US_GREEN:
{
  id: 'trainwithusgreen',
  label: 'TRAIN-WITH-US-GREEN',
  value: 'Train-with-us-green',
  frequency: 'month',
  validated: false
}

lancement application

npm run serve

Notes 📘 :

contact : edouard.gloux@zenika.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant