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

Procrastinate Task With Custom Options #288

Merged
merged 15 commits into from Mar 20, 2024

Conversation

AdamMc331
Copy link
Owner

@AdamMc331 AdamMc331 commented Mar 13, 2024

Summary

Changes our existing reschedule flow to use a new procrastinate dialog that gives the user an option to push a task to tomorrow/next week/future.

How It Was Tested

Manual testing

Screenshot/Gif

Procrastinate Task Dialog

Screenshot_20240313_211631

Copy link

github-actions bot commented Mar 13, 2024

1 Warning
⚠️ Please add labels to this PR.
1 Message
📖 Thanks @AdamMc331!

Generated by 🚫 Danger

@@ -23,7 +24,12 @@ fun TaskListScreen(

TaskListContent(
viewState = viewState.value,
onRescheduleClicked = viewModel::onRescheduleButtonClicked,
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's tech debt to clean up here.

@AdamMc331 AdamMc331 changed the title WIP - Procrastinate task Procrastinate Task With Custom Options Mar 14, 2024
@AdamMc331 AdamMc331 added the enhancement New feature or request label Mar 14, 2024
@AdamMc331
Copy link
Owner Author

Fixes #148.

@AdamMc331 AdamMc331 merged commit 5a07084 into development Mar 20, 2024
4 checks passed
@AdamMc331 AdamMc331 deleted the arm/TOA-148/procrastinate branch March 20, 2024 23:39
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 this pull request may close these issues.

None yet

1 participant