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

Users should have the option of manually chunking tasks #19

Closed
AlexHalbesleben opened this issue Jul 23, 2022 · 1 comment · Fixed by #62
Closed

Users should have the option of manually chunking tasks #19

AlexHalbesleben opened this issue Jul 23, 2022 · 1 comment · Fixed by #62
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@AlexHalbesleben
Copy link
Owner

As a last resort, users should be able to manually chunk tasks themselves.

@AlexHalbesleben AlexHalbesleben added the enhancement New feature or request label Jul 23, 2022
@AlexHalbesleben AlexHalbesleben self-assigned this Jul 23, 2022
@AlexHalbesleben
Copy link
Owner Author

In addition to manually chunking tasks (presumably in the task modal), users should be able to manually assign certain chunks (and have others be automatically assigned). This necessitates a chunk modal.

This will probably require some architectural changes. Tasks will likely need to have some conception of their chunks; right now, chunks are completely independent of their tasks and are handled exclusively by the central store.

A possible issue is what happens when chunks are scheduled manually but the task is edited. For example, there could be problems if the user manually chunks a 3-chunk, 60-minute task and then reduces the number of chunks or the duration of the tasks. There are several possible solutions to this problem and I will deal with it when the time comes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant