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

Update Salesforce project.yml and objectives #1862

Merged
merged 5 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions learning-objectives/data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,10 @@ wordpress:
- wordpress-apis
- wordpress-plugin-directory

salesforce:
- points-50000
- badges-100

typescript:
- basic-types:
- static-type-checking
Expand Down
9 changes: 9 additions & 0 deletions learning-objectives/intl/es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2649,3 +2649,12 @@ csharp/entity-framework/migrations:
links:
- title: Descripción general de las migraciones - Microsoft Docs
url: https://docs.microsoft.com/es-es/ef/core/managing-schemas/migrations/

salesforce:
title: Salesforce

salesforce/points-50000:
title: Alcanzar 50000 puntos

salesforce/badges-100:
title: Conseguir 100 badges
9 changes: 9 additions & 0 deletions learning-objectives/intl/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2486,3 +2486,12 @@ csharp/entity-framework/migrations:
links:
- title: Visão Geral das Migrações - Microsoft Docs
url: https://docs.microsoft.com/pt-br/ef/core/managing-schemas/migrations/

salesforce:
title: Salesforce

salesforce/points-50000:
title: Alcance 50.000 pontos

salesforce/badges-100:
title: Obtenha 100 badges
8 changes: 8 additions & 0 deletions projects/05-salesforce/project.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
track: web-dev
learningObjectives:
- salesforce
variants:
- name: salesforce-platform
learningObjectives:
- salesforce/points-50000
- salesforce/badges-100
- name: salesforce-js
learningObjectives:
- salesforce/points-50000
- salesforce/badges-100
Copy link
Member Author

@unjust unjust Aug 16, 2024

Choose a reason for hiding this comment

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

@marianaLz @merunga No se como se parece cuando tenemos los mismos OAs en el base de proyecto y los variantes. El parser necesita que un proyecto tiene OAs en el base para tener variantes, y los variantes tmb necesitan OAs (sino, tira un error).

Creo variantes eran diseñado para agregar mas OAs a los OAs de base. Si podemos pensar en un OA base que es distinta, vale. Si no, creo los variantes va apaerecer igual, pero no se si los OAs van a duplicar (base + variante)

Copy link
Member Author

Choose a reason for hiding this comment

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

Quiza todo bien porque asi es como parece el json, con variantes pero sin OAs duplicados

Copy link
Collaborator

Choose a reason for hiding this comment

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

Me parece bien dejarlo así, la otra opció sería que el OA base son 100 badges y las internas son: 51,600 puntos para platform y 57,400 puntos para JS, cómo lo es @merunga ??