Skip to content

Commit

Permalink
fix: adjust TypeScript OAs (#1799)
Browse files Browse the repository at this point in the history
* Adjust TypeScript OAs

* Update projects/05-fleet-management-api/docs/stack-node.pt.md

---------

Co-authored-by: Ivy Feraco <unjust@gmail.com>
  • Loading branch information
ssinuco and unjust authored Apr 9, 2024
1 parent ed0367b commit f66f0ef
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
8 changes: 7 additions & 1 deletion projects/04-burger-queen-api-client/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ learningObjectives:
- angular
- react
- vue
- typescript
- typescript/basic-types/primitives
- typescript/basic-types/arrays
- typescript/basic-types/functions
- typescript/basic-types/object-types
- typescript/basic-types/union-types
- typescript/basic-types/interfaces
- typescript/basic-types/enums
- user-centricity/centricity
- product-design/interactivity
- product-design/visual-design
Expand Down
2 changes: 2 additions & 0 deletions projects/05-fleet-management-api/docs/stack-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Stack de tecnologías

* [TypeScript][https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html]:
para agrega características de tipado estático en JavaScript.
* [Express](https://expressjs.com/en/starter/hello-world.html):
como librería para implementar un servidor HTTP.
* [Prisma](https://www.prisma.io/): cómo
Expand Down
2 changes: 2 additions & 0 deletions projects/05-fleet-management-api/docs/stack-node.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Stack de tecnologías

* [TypeScript][https://www.typescriptlang.org/docs/handbook/typescript-in-5-minutes.html]:
para adicionar recursos de tipagem estática em JavaScript.
* [Express](https://expressjs.com/en/starter/hello-world.html):
como uma biblioteca para implementar um servidor HTTP.
* [Prisma](https://www.prisma.io/): como
Expand Down
9 changes: 8 additions & 1 deletion projects/05-fleet-management-api/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ learningObjectives:
- scm/git
- scm/github/setup
- scm/github/collaboration
- scm/github/project-management
- scm/github/project-management
- typescript/basic-types/primitives
- typescript/basic-types/arrays
- typescript/basic-types/functions
- typescript/basic-types/object-types
- typescript/basic-types/union-types
- typescript/basic-types/interfaces
- typescript/basic-types/enums
8 changes: 7 additions & 1 deletion projects/05-movie-challenge-fw/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ learningObjectives:
- angular
- react
- vue
- typescript
- typescript/basic-types/primitives
- typescript/basic-types/arrays
- typescript/basic-types/functions
- typescript/basic-types/object-types
- typescript/basic-types/union-types
- typescript/basic-types/interfaces
- typescript/basic-types/enums
- product-design/interactivity
- product-design/visual-design

0 comments on commit f66f0ef

Please sign in to comment.