mcndt / obsidian-toggl-integration

A Toggl integration plugin for the popular knowledge base application Obsidian.
GNU General Public License v3.0
282 stars 20 forks source link

View Tags as part of reports #44

Closed aventuraviper closed 2 years ago

aventuraviper commented 2 years ago

It would be great if reports could have the option to display tags.

Understand reports are new and you are busy!

mcndt commented 2 years ago

Hi, I'm thinking of how to implement this. Currently I stack entries with the same description for brevity:

image

What would this stacking behavior look like when the descriptions are the same, but the applied tags are different?

What makes more sense here: stacking regardless and merging all tags in the stack, or deduplicating entries that have different tag sets.

aventuraviper commented 2 years ago

What would this stacking behavior look like when the descriptions are the same, but the applied tags are different?

That's a good question. I personally wouldn't have an issue with the stacking because there is unlikely to be entries with the same description but different tags (at least in my current workflow). Of course, other's may use Toggl differently but if the description itself is the same, I would have thought likely that the tags match.

If the tags didn't match, perhaps a 2-level stack? I.e. group by project as H1, then H2 being tags?

mcndt commented 2 years ago

Implemented and published in version 0.7.0. Let me know if you have any further feedback!