[PR #195] [MERGED] feat(insights): add Categories Overview #259

Closed
opened 2025-12-29 00:19:26 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eitchtee/WYGIWYH/pull/195
Author: @eitchtee
Created: 2/28/2025
Status: Merged
Merged: 2/28/2025
Merged by: @eitchtee

Base: mainHead: dev


📝 Commits (1)

  • 35027ee feat(insights): add Categories Overview

📊 Changes

9 files changed (+338 additions, -24 deletions)

View changed files

📝 app/apps/insights/urls.py (+5 -0)
app/apps/insights/utils/category_overview.py (+165 -0)
📝 app/apps/insights/views.py (+22 -0)
📝 app/locale/de/LC_MESSAGES/django.po (+18 -6)
📝 app/locale/en/LC_MESSAGES/django.po (+16 -6)
📝 app/locale/nl/LC_MESSAGES/django.po (+18 -6)
📝 app/locale/pt_BR/LC_MESSAGES/django.po (+18 -6)
app/templates/insights/fragments/category_overview/index.html (+69 -0)
📝 app/templates/insights/pages/index.html (+7 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/195 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 2/28/2025 **Status:** ✅ Merged **Merged:** 2/28/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (1) - [`35027ee`](https://github.com/eitchtee/WYGIWYH/commit/35027ee0ae392fca06cca84e7fbed350e4ee5694) feat(insights): add Categories Overview ### 📊 Changes **9 files changed** (+338 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/insights/urls.py` (+5 -0) ➕ `app/apps/insights/utils/category_overview.py` (+165 -0) 📝 `app/apps/insights/views.py` (+22 -0) 📝 `app/locale/de/LC_MESSAGES/django.po` (+18 -6) 📝 `app/locale/en/LC_MESSAGES/django.po` (+16 -6) 📝 `app/locale/nl/LC_MESSAGES/django.po` (+18 -6) 📝 `app/locale/pt_BR/LC_MESSAGES/django.po` (+18 -6) ➕ `app/templates/insights/fragments/category_overview/index.html` (+69 -0) 📝 `app/templates/insights/pages/index.html` (+7 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 00:19:26 +01:00
adam closed this issue 2025-12-29 00:19:27 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#259