diff --git a/PROJECT.org b/PROJECT.org index 5422ab5..054cdff 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -604,6 +604,17 @@ independent of the email flow it was originally creatdd for ** TODO [#B] Is there way to create unique slugs for media instances :media_types: +** DONE [#B] Time of Day Categories trend :trends: +:PROPERTIES: +:ID: 6598074f-2290-46db-967b-29f45d30be29 +:END: + +*** Description + +Added a "Time of Day Categories" trend that groups scrobbles for Books, Trails, +Birding Locations, and Board Games into Early Bird (5-10:59am), Day Jay (11am-6:59pm), +and Night Owl (7pm-4:59am) buckets. Shows both overall and per-media-type breakdowns. + * Version 58.1 [1/1] ** DONE [#B] Add auto genre tagging for papers :books:papers:metadata: :PROPERTIES: diff --git a/vrobbler/apps/trends/templates/trends/_time_of_day_categories.html b/vrobbler/apps/trends/templates/trends/_time_of_day_categories.html new file mode 100644 index 0000000..a80a5de --- /dev/null +++ b/vrobbler/apps/trends/templates/trends/_time_of_day_categories.html @@ -0,0 +1,65 @@ +
| Category | +Scrobbles | +% | +
|---|---|---|
| {{ info.label }} | +{{ info.count }} | +{{ info.pct }}% | +
| Total | +{{ data.total }} | ++ |
| Category | +Scrobbles | +% | +
|---|---|---|
| {{ info.label }} | +{{ info.count }} | +{{ info.pct }}% | +
| Total | +{{ mt_data.total }} | ++ |
No data found for Books, Trails, Birding Locations, or Board Games in this period.
+ {% endif %} +