Skip to content

Commit

Permalink
Extend proyect.yml to support removing default OAs from a variant
Browse files Browse the repository at this point in the history
  • Loading branch information
merunga authored and lupomontero committed May 27, 2024
1 parent bf48ec8 commit 3313037
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions projects/05-fleet-management-api/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ variants:
learningObjectives:
- java
- object-oriented-programming
- name: python
learningObjectives:
- python
# Cualquier OA puede expresarse como objeto, por ejemplo para flaggear
# como "opcional".
# por ahora es la unica propiedad soportada.
- object-oriented-programming:
optional: true
- name: node
learningObjectives:
- js/testing/unit
Expand All @@ -58,10 +50,18 @@ variants:
- typescript/basic-types/union-types
- typescript/basic-types/interfaces
- typescript/basic-types/enums
- object-oriented-programming:
optional: true
# Cualquier OA puede expresarse como objeto, por ejemplo para flaggear
# como "opcional".
# por ahora es la unica propiedad soportada.
- id: object-oriented-programming
optional: true
- name: python
learningObjectives:
- python
- id: object-oriented-programming
optional: true
- name: csharp
learningObjectives:
- csharp
- object-oriented-programming:
optional: true
- id: object-oriented-programming
optional: true

0 comments on commit 3313037

Please sign in to comment.