-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
agustinesoto
committed
Apr 18, 2023
1 parent
d1285ff
commit 7ad61dc
Showing
2 changed files
with
64 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
# my-classnotes | ||
Just a repo with all my classnotes from college and personal studies | ||
|
||
Just a repo with all my classnotes from college and personal studies | ||
|
||
# Personal studies | ||
|
||
## Deep Neural Networks with PyTorch: | ||
|
||
- [Tensors and datasets](dnn-pytorch/week-1/week-1.md) | ||
|
||
# University Engineering Sciences | ||
|
||
## Professional programming | ||
|
||
- [Class 3](Scrum/class3.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Class 3 | ||
|
||
# Gestión de la configuración | ||
|
||
## Repaso | ||
|
||
### Etapas: | ||
|
||
- Prejuego: | ||
|
||
- Sprint planning: | ||
- Parte uno : definir el qué y el como (Product owner) | ||
|
||
- Juego: | ||
- Sprint | ||
- Postjuego: puede conllevar a una release note | ||
|
||
Minutas se hacen en la reuniones de coordinación: | ||
|
||
- información importante: duración de un sprint, velocidad de un sprint con tiempo fijo. | ||
- se menciona información y acuerdos que van tomando los desarrolladores. | ||
- | ||
|
||
En este esquema todavía no se menciona la parte de producción | ||
|
||
## Proceso de control de la información: | ||
|
||
### Nomenclatura y versionamiento: | ||
|
||
- Convención de nombres: | ||
- itemes de configuración | ||
- ejemplo: project_id + type_id + version_id + draft_id | ||
|
||
### Control de documentos | ||
|
||
- Versionado | ||
- Historial revisión | ||
|
||
Tema | ||
|
||
Apunte profe: | ||
|
||
- Sprint planning: | ||
Parte uno : definir el qué y el como (Product owner) | ||
|
||
Actividad de hoy: | ||
|
||
- Gestión curzada | ||
- Gestion configuración: | ||
- Control V | ||
- control cambi | ||
- Gestión Build | ||
|
||
Integration continua: | ||
|
||
- Travis - CI |