feat(insights): add tags and entities overview

This commit is contained in:
Herculino Trotta
2026-09-12 14:31:12 -03:00
parent 5404716a81
commit 3a5e688a90
8 changed files with 689 additions and 1104 deletions
+10
View File
@@ -34,6 +34,16 @@ urlpatterns = [
views.category_overview,
name="category_overview",
),
path(
"insights/tag-overview/",
views.tag_overview,
name="tag_overview",
),
path(
"insights/entity-overview/",
views.entity_overview,
name="entity_overview",
),
path(
"insights/late-transactions/",
views.late_transactions,