From f66f0ef37737761519e68107488487781e981902 Mon Sep 17 00:00:00 2001 From: Sergio Sinuco Date: Tue, 9 Apr 2024 10:55:08 -0500 Subject: [PATCH] fix: adjust TypeScript OAs (#1799) * Adjust TypeScript OAs * Update projects/05-fleet-management-api/docs/stack-node.pt.md --------- Co-authored-by: Ivy Feraco --- projects/04-burger-queen-api-client/project.yml | 8 +++++++- projects/05-fleet-management-api/docs/stack-node.md | 2 ++ projects/05-fleet-management-api/docs/stack-node.pt.md | 2 ++ projects/05-fleet-management-api/project.yml | 9 ++++++++- projects/05-movie-challenge-fw/project.yml | 8 +++++++- 5 files changed, 26 insertions(+), 3 deletions(-) diff --git a/projects/04-burger-queen-api-client/project.yml b/projects/04-burger-queen-api-client/project.yml index a2f6b6575..3bf9a685a 100644 --- a/projects/04-burger-queen-api-client/project.yml +++ b/projects/04-burger-queen-api-client/project.yml @@ -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 diff --git a/projects/05-fleet-management-api/docs/stack-node.md b/projects/05-fleet-management-api/docs/stack-node.md index ac7f481b7..c989ab765 100644 --- a/projects/05-fleet-management-api/docs/stack-node.md +++ b/projects/05-fleet-management-api/docs/stack-node.md @@ -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 diff --git a/projects/05-fleet-management-api/docs/stack-node.pt.md b/projects/05-fleet-management-api/docs/stack-node.pt.md index 177f54b6d..208293a12 100644 --- a/projects/05-fleet-management-api/docs/stack-node.pt.md +++ b/projects/05-fleet-management-api/docs/stack-node.pt.md @@ -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 diff --git a/projects/05-fleet-management-api/project.yml b/projects/05-fleet-management-api/project.yml index 0b543c93e..c055676ee 100644 --- a/projects/05-fleet-management-api/project.yml +++ b/projects/05-fleet-management-api/project.yml @@ -12,4 +12,11 @@ learningObjectives: - scm/git - scm/github/setup - scm/github/collaboration - - scm/github/project-management \ No newline at end of file + - 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 diff --git a/projects/05-movie-challenge-fw/project.yml b/projects/05-movie-challenge-fw/project.yml index b9391fe1b..961ffd5ac 100644 --- a/projects/05-movie-challenge-fw/project.yml +++ b/projects/05-movie-challenge-fw/project.yml @@ -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