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

Only move to next day in kanban view when it's 4am #25

Open
richardguerre opened this issue Oct 15, 2023 · 1 comment
Open

Only move to next day in kanban view when it's 4am #25

richardguerre opened this issue Oct 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@richardguerre
Copy link
Owner

Context

  • The IndexView/kanban view currently scrolls to today when first loading the view.
  • In Flow, a new day starts at 4am instead of midnight, as I expect some late-night users like myself to consider time past midnight part of the same day.
    • Tasks only start rolling over at 4am.

Solution

In the kanban view (i.e. IndexView component), remain on the same day until 4am the next day.

@richardguerre richardguerre added the bug Something isn't working label Oct 15, 2023
@richardguerre richardguerre self-assigned this Oct 15, 2023
@github-project-automation github-project-automation bot moved this to Todo in Flow 1.0 Oct 15, 2023
@richardguerre
Copy link
Owner Author

The scheduleRolloverTasks cron job already rolls over the tasks according to the user's set timezone (and changes whenever the setTimezone mutation is called).

The only thing missing is checking the timezone in the updateTaskStatus and updateTaskDate mutations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant