forked from arsa-dev/OMP-Logic
-
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.
Merge pull request arsa-dev#3 from arsa-dev/ar-objetivo-1
[IV-22-23] Implement objetivo 1
- Loading branch information
Showing
6 changed files
with
23 additions
and
5 deletions.
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
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,5 @@ | ||
|
||
## Configuración inicial objetivo 0 | ||
|
||
- [Configuración claves SSH y GPG](img/20220915_11-07-25_AR_SSH%20and%20GPG%20keys.jpg) | ||
- [Configuración repositorio local](img/20220915_11-10-56_AR_git-config.jpg) |
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,4 @@ | ||
# Historias de usuario | ||
|
||
## [[HU0] "Sería genial poder identificar los cuellos de botella o problemas durante el proceso de fabricación de las camisas"](https://github.com/arsa-dev/OMP-Logic/issues/4) | ||
Tras hablar con Francisco, el dueño de la empresa (nuestro cliente interesado en el producto), nos transmite la necesidad de que la aplicación le notifique cuando hay un problema durante la producción, para él poder tomar riendas en el asunto y buscar una solución a tiempo. |
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,10 @@ | ||
# Milestones | ||
|
||
## [[M0] Modelo de información mínimo](https://github.com/arsa-dev/OMP-Logic/milestone/1) | ||
Para dar solución a [HU1](./1-user-stories.md) será necesaria en primera instancia la implementación de un modelo de información que se describe en el issue [#5](https://github.com/arsa-dev/OMP-Logic/issues/5). | ||
|
||
## [[M1] Implementación MVP de lógica](https://github.com/arsa-dev/OMP-Logic/milestone/2) | ||
En este milestone se pretende llevar a cabo la funcionalidad de [HU1](./1-user-stories.md) por lo que en este punto ya se implementará la lógica de la funcionalidad que nos pide el cliente. Issue relacionada [#6](https://github.com/arsa-dev/OMP-Logic/issues/6). | ||
|
||
## [[M2] Validación mediante tests de MVP lógica](https://github.com/arsa-dev/OMP-Logic/milestone/3) | ||
Para la tranquilidad y calidad tanto para el equipo de desarrollo como el producto, es de vital importancia la generación de tests, en ese milestone se implementarán los test con validaciones sobre la lógica anteriormente desarrollada. Issue relacionada [#7](https://github.com/arsa-dev/OMP-Logic/issues/7). |
File renamed without changes
File renamed without changes