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

Reschedule a task from the edit view #148

Open
nicosantangelo opened this issue Mar 18, 2017 · 3 comments
Open

Reschedule a task from the edit view #148

nicosantangelo opened this issue Mar 18, 2017 · 3 comments

Comments

@nicosantangelo
Copy link

I don't know if this is currently possible but it would be nice to be able to change the due date of a task from the editing tasks view like

wl-task 123123123 change due

to bring up

image

Thanks!

@idpaterson
Copy link
Owner

Thanks for the suggestion, some similar ideas are described in #94. The main challenge here is making the task parser operate with a starting value as defined by the task. With that in place, anything you type on the task editing screen would replace the corresponding values in the task. This would also require sharing some of the task editing screens between the task entry and editing handlers like the one you showed above.

@nicosantangelo
Copy link
Author

Oh I see, it's a bit harder than what I've imagined. I hope it lands at some point (or to have enough time to tackle it myself!)

If the feature is not on your desired features feel free to close the issue, thanks for the detailed answer!

@idpaterson
Copy link
Owner

I do, too! I have spent most of my open source development time lately on the next major version of parsedatetime, which is the library used by this workflow for interpreting dates. So, it won't be soon but it is planned.

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

No branches or pull requests

2 participants