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
We have to pairs of date: action_start_date, action_end_date and started_at, finished_at. It occurs, that actually nobody knows why we have them both, so we decided to remove started_at and finished_at and use the other pair to calculate action_status.
Current behaviour:
action_status determined by started_at and finished_at.
Expected behaviour:
started_at and finished_at is removed fro database, serializers and fromtend. action_status is calculated using action_start_date and action_end_date.
The text was updated successfully, but these errors were encountered:
Description:
We have to pairs of date:
action_start_date
,action_end_date
andstarted_at
,finished_at
. It occurs, that actually nobody knows why we have them both, so we decided to removestarted_at
andfinished_at
and use the other pair to calculateaction_status
.Current behaviour:
action_status
determined bystarted_at
andfinished_at
.Expected behaviour:
started_at
andfinished_at
is removed fro database, serializers and fromtend.action_status
is calculated usingaction_start_date
andaction_end_date
.The text was updated successfully, but these errors were encountered: