Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
faqtoff committed Aug 15, 2023
1 parent e8fa48a commit 32567b4
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/us---api---nuevo-endpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: US - API - Nuevo Endpoint
about: Borrador para la creación de un endpoint en una API con nodeJS
title: Nuevo Endpoint [US]
labels: US
assignees: ''

---

**COMO** usuario de una landing
**QUIERO** un servicio de contacto
**PARA** usar en los formularios

_**Criterios de aceptación**_

_**Tareas**_
- [ ] Crear/actualizar contrato
- [ ] TDD y diagrama de flujo
- [ ] Crear Router y Controller
- [ ] Crear Service
- [ ] Crear Modelos, Querys y DER de DB
- [ ] Integrar logica

_*Info Adicional*_
- [OpenAPI Specification](https://swagger.io/specification/)
- [Firebase - Probar funciones](https://firebase.google.com/docs/functions/local-emulator?hl=es&authuser=0)

0 comments on commit 32567b4

Please sign in to comment.