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

feature-02-update-http-response #2

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

andresWeitzel
Copy link
Owner

@andresWeitzel andresWeitzel commented Aug 18, 2023

Completed Tasks

  • Se agrega utilidad para respuesta json en manejo de excepciones
  • Se modifican los mensajes para logica add product

Pending Tasks

  • Modificar todos los métodos CRUD para el manejo de excepciones (para void cambiar a return)
  • Actualizar y verificar response desde postman, sobretodo para op. de tipo crud agregar un helper para response con tipo de codigo)-->ej: throw new ProductoNotFoundException("NO SE PUDO ACTUALIZAR EL PRODUCTO. CAUSADO POR "+ e.getMessage() ,e, true,true
  • Verificar response al eliminar un producto
  • Aplicar todas las validaciones para manejo de errores
  • Analizar de agregar enumerados para mensaje de errores

@andresWeitzel andresWeitzel added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 18, 2023
@andresWeitzel andresWeitzel self-assigned this Aug 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant