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

Asignar Tipo Habitación a Hotel #16

Open
4 tasks
Adriel-M-A opened this issue Aug 20, 2023 · 0 comments
Open
4 tasks

Asignar Tipo Habitación a Hotel #16

Adriel-M-A opened this issue Aug 20, 2023 · 0 comments

Comments

@Adriel-M-A
Copy link
Contributor

Adriel-M-A commented Aug 20, 2023

Descripción

Como administrador quiero asignar un tipo de habitación a un hotel para ofrecer sus habitaciones.


Diccionario de Datos

  • Hotel: referencia a hotel
  • Cantidad Habitaciones: Entero { 1..n }

Criterios de aceptación

  • Dado el intento de asignar un tipo de habitación, este no debe estar ya asignado al hotel.
  • Dado el intento de asignar un tipo de habitación, no pueden existir campos incompletos.

Tareas

Frontend (React)

  • Crear componente para mostrar una lista de los tipos de habitación del hotel
  • Validar los datos y enviar la solicitud al backend.

Backend (Django)

  • Crear función que vincule el tipo de habitación con el hotel
  • Procesar la solicitud y vincular el tipo de habitación con el hotel en la base de datos
@Adriel-M-A Adriel-M-A added the question Further information is requested label Aug 20, 2023
@GabrielFabro GabrielFabro changed the title Asignar Tipo de Habitación a Hotel Asignar Tipo Habitación a Hotel Aug 26, 2023
@GabrielFabro GabrielFabro removed the question Further information is requested label Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants