Ok, some comments:
- Use case 1:
- To understand what you are doing… what are parts like these doing exactly? Assigning
1
and0
values? If so, why using multiplications like1 1
and0 0
? Excuse my ignorance. - On the other hand, I modified the query and it is working but I realized I made a mistake, because all_goal_pages should equal to ALL the goal pages with status todo, going, paused or done. Not only the todo status. Sorry about the confusion.
- Any suggestion to redefine the “total_progress” variable taking into account the mentioned modification?
- To understand what you are doing… what are parts like these doing exactly? Assigning
- Use case 3: Any post, reference or similar information that you recommend to start the matplotlib+python-powered kit solution? I assume this one, right?
Thank you.