Performance Improvement and possibility to add a start date to task #171
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
better performance if re-reading files:
When updating the TodoReview window only changed files are read newly - this makes the work flow very nice as you can change your todos and quickly update your TodoReview window even if you have thousands of files in your project
adding the possibiliy to specify a start date with @start(yyyy-mm-dd) in the TODO item
results will then be grouped into: (1) Now, (2) Important, (3) Someday and (4) Future by following rules
(1) Now: start-date of today or older
(2) Important: above defined priority - default < 80
(3) Someday: all items with below defined priority - default >= 80
(4) Future: start-date in the future
This gives a system similar to what is described by https://www.michaellinenberger.com/mywn-book.html
http://blog.clearcontext.com/WindowsLiveWriter/conveyorIdeal2.png