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
Description
Currently we are sending a status field in the API where admin has to manually update the status.
This issue aims to automate this by getting current dat and then pass wether it is ongoing, upcoming, or ended.
Screenshots
API call
Present code (backend/events/models.py)
Important Note:
We expect you to create a new branch for solving this issue names as eventStatus.
The command to create and access new branch is git checkout -b eventStatus
The text was updated successfully, but these errors were encountered:
Description
Currently we are sending a status field in the API where admin has to manually update the status.
This issue aims to automate this by getting current dat and then pass wether it is
ongoing
,upcoming
, orended
.Screenshots
API call
Present code (
backend/events/models.py
)Important Note:
We expect you to create a new branch for solving this issue names as
eventStatus
.The command to create and access new branch is
git checkout -b eventStatus
The text was updated successfully, but these errors were encountered: