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

Questions about how best to add the ability to edit your checklists #32

Open
robertpateii opened this issue Sep 16, 2016 · 0 comments
Open

Comments

@robertpateii
Copy link
Contributor

robertpateii commented Sep 16, 2016

Hey Phil,

Thanks for getting all those PRs merged and mine tidied up.

The next thing I'd like to add would be editing checklists. Probably just adding new ones and checking off existing ones.

Here's the commands I was thinking of adding:

check t <task-id>              Show a single todo and its full checklist
check t <task-id> <ids>        Check off the provided items within a single todo
check t <task-id> <name>       Add a checklist item to a single todo with the provided name
check d <task-id>              Show a single daily and its full checklist
check d <task-id> <ids>        Check off the provided items within a single daily
check d <task-id> <name>       Add a checklist item to a single daily with the provided name

also I'd try to add this as a separate module instead of cramming it into core. partly because i don't want to clutter core and also because i prefer to GPL my code and this way I can just apply it to the checklist module.

Does all this sound alright?

Thanks,

Robert

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

1 participant