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: main ← Head: insights
main
insights
7f23117
9 files changed (+415 additions, -24 deletions)
📝 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)
app/apps/insights/forms.py
app/apps/insights/urls.py
app/apps/insights/utils/category_explorer.py
app/apps/insights/views.py
app/templates/insights/fragments/category_explorer/charts/account.html
app/templates/insights/fragments/category_explorer/charts/currency.html
app/templates/insights/fragments/category_explorer/index.html
app/templates/insights/fragments/sankey.html
app/templates/insights/pages/index.html
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:insights📝 Commits (1)
7f23117feat(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.