You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Implementar el metodo GET en el endpoint /events donde el service debe retornar todos los eventos con los datos necesarios para el renderizado de todos los eventos en el Front.
Implementar filtro por QueryParams en el Controller recibiendo los siguientes parametros para el filtrado de los eventos:
type, startDate, endDate
Implementar el service que reciba estos query-params para realizar el filtrado de los eventos a retornar todos los eventos segun los datos del filtro.
Los datos a retornar de cada evento son los siguientes:
id, name, type, description, date, time, amount, location
The text was updated successfully, but these errors were encountered:
type, startDate, endDate
Los datos a retornar de cada evento son los siguientes:
id, name, type, description, date, time, amount, location
The text was updated successfully, but these errors were encountered: