If you happen to be using exist.io, what do you think of this suggestion I made?

I essentially want to be able to treat a Category of Tags as data so that I can see it in trend graphs.

https://changemap.co/hellocode/exist/task/11151-treat-category-as-data-for/

#ExistIo #HelloCode #QuantifiedSelf

Suggestions: Treat Category as data for trend views

I would love to be able to aggregate some of the data, then view the aggregated numbers in trend graphs. Example: I may have a Category called "Self care", in it some Tags like "Shower", "Go outside", "Cook/eat healthy", ... things that are good for me, and that I often de-prioritise. It would help me to see how I get better with those over time, but it's not the individual tags that count, it's the category. So, I would love to see a graph for the Category itself. Either as a boolean (checked if any of the Tags in it is checked), or as a number (count number of Tags checked within Category). Is that possible?

In GitHub is it possible to have a repo with subfolders and people can download and contribute to a branch in the repo?

For example,
HelloCode/csharp/proj1
HelloCode/csharp/proj2
HelloCode/csharp/proj3
HelloCode/python3/proj1
HelloCode/python3/proj2
HelloCode/rust/proj1

Can someone only download / contribute to Hello/csharp/* while someone else only be focused on HelloCode/python3/proj2?

Does Github cater for this level of flexibility?

#GitHub #HelloCode