schoebey / taskplanner

offline task planner app
0 stars 0 forks source link

performance: when loading a file, create task widgets of subtasks on-demand #27

Closed schoebey closed 4 years ago

schoebey commented 4 years ago

If a task is collapsed, its subtasks don't need to be created upon loading the file. Instead, some sort of proxy could be inserted that gets replaced by the correct widget as soon as its parent is expanded.

This would be especially beneficial when loading large documents with hundreds/thousands of hierarchically organized tasks.