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

Ajustar OAs de Typescript #1783

Closed
ssinuco opened this issue Mar 7, 2024 · 1 comment · Fixed by #1799
Closed

Ajustar OAs de Typescript #1783

ssinuco opened this issue Mar 7, 2024 · 1 comment · Fixed by #1799
Assignees
Labels
good first issue Good for newcomers help wanted Extra attention is needed idea Ideas, sugerencias, comentarios generales y feedback in progress Alguien ya está trabajando en esto (para no pisarnos) translation Cualquier tema relacionado a traducción de textos
Milestone

Comments

@ssinuco
Copy link
Collaborator

ssinuco commented Mar 7, 2024

De acuerdo a los modelos/tipos/interfaces de las implementaciones de los proyectos de la ruta de frontend

Se evidencia que los OAs de typescript deberian ajustarse para estos proyectos sean unicamente:

typescript:
title: Typescript

typescript/basic-types:
title: Tipos básicos

typescript/basic-types/primitives:
title: Tipos primitivos
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#the-primitives-string-number-and-boolean

typescript/basic-types/arrays:
title: Arreglos
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#arrays

typescript/basic-types/functions:
title: Funciones
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#functions
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/functions.html

typescript/basic-types/object-types:
title: Tipos Objetos
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#object-types
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/objects.html

typescript/basic-types/union-types:
title: Tipos Union
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#union-types

typescript/basic-types/interfaces:
title: Interfaces
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#interfaces

typescript/basic-types/enums:
title: Enums
links:
- title: Documentación oficial de Typescript
url: https://www.typescriptlang.org/docs/handbook/2/everyday-types.html#enums

@ssinuco ssinuco added help wanted Extra attention is needed idea Ideas, sugerencias, comentarios generales y feedback good first issue Good for newcomers translation Cualquier tema relacionado a traducción de textos labels Mar 7, 2024
@unjust
Copy link
Contributor

unjust commented Mar 12, 2024

Los proyectos ahora tienen todo de typescript como OA
https://github.com/Laboratoria/curriculum/blob/main/projects/04-burger-queen-api-client/project.yml#L26
Hay que elegir solo los OAs que @ssinuco esta proponiendo arriba, y editar los project.yml para solo tener los llaves de OAs individuales que queremos https://github.com/Laboratoria/curriculum/blob/main/learning-objectives/data.yml#L407

@unjust unjust added this to the v8.6.0 milestone Mar 21, 2024
@ssinuco ssinuco self-assigned this Apr 4, 2024
@ssinuco ssinuco added the in progress Alguien ya está trabajando en esto (para no pisarnos) label Apr 9, 2024
@unjust unjust linked a pull request Apr 9, 2024 that will close this issue
@unjust unjust closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed idea Ideas, sugerencias, comentarios generales y feedback in progress Alguien ya está trabajando en esto (para no pisarnos) translation Cualquier tema relacionado a traducción de textos
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants