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

action_status calculated based on action_start_date and action_end_date #1050

Open
magul opened this issue Aug 22, 2018 · 0 comments
Open

action_status calculated based on action_start_date and action_end_date #1050

magul opened this issue Aug 22, 2018 · 0 comments
Assignees

Comments

@magul
Copy link
Member

magul commented Aug 22, 2018

Description:

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.

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

2 participants