You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For example, If I created 3 tasks, they are:
1. task 1
2. task 2
3. task 3
Then, I delete @3, and create a new task 4. The new task will be created as number 4
1. task 1
2. task 2
4. task 4
I can imagine if I use taskbook for a long time. I will have maybe only 1 task in the list, but its number could be @99999, which is a bit inconvenience to type more digits.
Describe the solution you'd like
Is it possible to separate task id (which is unique in json) and task number (showing in the list)? And task number is recyclable, for the case above, it should show:
1. task 1
2. task 2
3. task 4
The text was updated successfully, but these errors were encountered:
KevCui
changed the title
Reset task nubmer
[Feature request] Reset task nubmer
Aug 2, 2018
KevCui
changed the title
[Feature request] Reset task nubmer
Feature Request: Reset task nubmer
Aug 2, 2018
rjoydip-zz
pushed a commit
to rjoydip-zz/taskbook
that referenced
this issue
Aug 4, 2018
Is your feature request related to a problem? Please describe.
For example, If I created 3 tasks, they are:
Then, I delete @3, and create a new task 4. The new task will be created as number 4
I can imagine if I use taskbook for a long time. I will have maybe only 1 task in the list, but its number could be @99999, which is a bit inconvenience to type more digits.
Describe the solution you'd like
Is it possible to separate task id (which is unique in json) and task number (showing in the list)? And task number is recyclable, for the case above, it should show:
The text was updated successfully, but these errors were encountered: