Skip to content

Commit

Permalink
feat(projects/fleet-management-api): Cambia sintaxis de OAs a objeto …
Browse files Browse the repository at this point in the history
…sin anidación
  • Loading branch information
lupomontero committed May 21, 2024
1 parent 0bbd57f commit b87ed20
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions projects/05-fleet-management-api/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,16 @@ variants:
# 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: python
- id: object-oriented-programming
optional: true
- name: node-mongodb
learningObjectives:
- python
- object-oriented-programming:
optional: true
- name: python-django
- node
- mongodb
- id: sql
exclude: true
- name: python
learningObjectives:
- python
- django
# Además se pueden "apagar" OAs "default" seteando el OA a "false"
- sql: false
- db: false
- id: object-oriented-programming
optional: true

0 comments on commit b87ed20

Please sign in to comment.