HiveMinds / HiveMinds/tw-install

Keep most recent 14 recurrent child tasks in `backlog.data` and `undo.data`.

Open
#52 0 comments 0 reactions 0 assignees View on GitHub
bug CustomSort
Dominant language
Shell
Stars
20
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Currently, if an old backup is imported the nr of lines in the backlog.data and undo.data files are blown up. The current strategy is to delete all recurrent child tasks except for the first. This can be changed to only keep the last 14 or last n tasks. If you fix/apply/solve this, also close issue #87.


It can be fixed by changing the mask++ and iMask filters to find the last entry of the recurrent child task (last entry has all ++++ second to last has ++++-) and count back. For i mask it is matter of finding highest index of that task and counting back. Modify the filters ..removeDupes in FilterBacklog.java.


Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.