[PR #166] [MERGED] feat(insights): category explorer #228

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

📋 Pull Request Information

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

Base: mainHead: insights


📝 Commits (1)

  • 7f23117 feat(insights): category explorer

📊 Changes

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

View changed files

📝 app/apps/insights/forms.py (+18 -0)
📝 app/apps/insights/urls.py (+15 -0)
app/apps/insights/utils/category_explorer.py (+101 -0)
📝 app/apps/insights/views.py (+77 -10)
app/templates/insights/fragments/category_explorer/charts/account.html (+79 -0)
app/templates/insights/fragments/category_explorer/charts/currency.html (+80 -0)
app/templates/insights/fragments/category_explorer/index.html (+37 -0)
📝 app/templates/insights/fragments/sankey.html (+1 -14)
📝 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/166 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 2/16/2025 **Status:** ✅ Merged **Merged:** 2/16/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `insights` --- ### 📝 Commits (1) - [`7f23117`](https://github.com/eitchtee/WYGIWYH/commit/7f231175b2cab5d7a0d9419d5e1d9e5895212e3b) feat(insights): category explorer ### 📊 Changes **9 files changed** (+415 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/insights/forms.py` (+18 -0) 📝 `app/apps/insights/urls.py` (+15 -0) ➕ `app/apps/insights/utils/category_explorer.py` (+101 -0) 📝 `app/apps/insights/views.py` (+77 -10) ➕ `app/templates/insights/fragments/category_explorer/charts/account.html` (+79 -0) ➕ `app/templates/insights/fragments/category_explorer/charts/currency.html` (+80 -0) ➕ `app/templates/insights/fragments/category_explorer/index.html` (+37 -0) 📝 `app/templates/insights/fragments/sankey.html` (+1 -14) 📝 `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:05 +01:00
adam closed this issue 2025-12-29 00:19:06 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#228