Original PR: https://github.com/eitchtee/WYGIWYH/pull/164 Author: @eitchtee Created: 2/16/2025 Status: ✅ Merged Merged: 2/16/2025 Merged by: @eitchtee
Base: main ← Head: insights
main
insights
a3a8791
9c55dac
d0f2742
28b12fa
038438f
b53a4a0
02376ad
9c339fa
7a2acb6
dd24fd5
26 files changed (+1205 additions, -114 deletions)
📝 app/WYGIWYH/urls.py (+1 -0) 📝 app/apps/common/widgets/datepicker.py (+53 -0) ➕ app/apps/insights/__init__.py (+0 -0) ➕ app/apps/insights/admin.py (+3 -0) ➕ app/apps/insights/apps.py (+6 -0) ➕ app/apps/insights/forms.py (+110 -0) ➕ app/apps/insights/migrations/__init__.py (+0 -0) ➕ app/apps/insights/models.py (+3 -0) ➕ app/apps/insights/tests.py (+3 -0) ➕ app/apps/insights/urls.py (+17 -0) ➕ app/apps/insights/utils/__init__.py (+0 -0) ➕ app/apps/insights/utils/sankey.py (+248 -0) ➕ app/apps/insights/utils/transactions.py (+96 -0) ➕ app/apps/insights/views.py (+94 -0) 📝 app/apps/transactions/views/transactions.py (+0 -2) 📝 app/locale/de/LC_MESSAGES/django.po (+83 -36) 📝 app/locale/nl/LC_MESSAGES/django.po (+96 -35) 📝 app/locale/pt_BR/LC_MESSAGES/django.po (+83 -39) 📝 app/templates/includes/navbar.html (+5 -2) 📝 app/templates/includes/scripts/hyperscript/init_date_picker.html (+4 -0)
app/WYGIWYH/urls.py
app/apps/common/widgets/datepicker.py
app/apps/insights/__init__.py
app/apps/insights/admin.py
app/apps/insights/apps.py
app/apps/insights/forms.py
app/apps/insights/migrations/__init__.py
app/apps/insights/models.py
app/apps/insights/tests.py
app/apps/insights/urls.py
app/apps/insights/utils/__init__.py
app/apps/insights/utils/sankey.py
app/apps/insights/utils/transactions.py
app/apps/insights/views.py
app/apps/transactions/views/transactions.py
app/locale/de/LC_MESSAGES/django.po
app/locale/nl/LC_MESSAGES/django.po
app/locale/pt_BR/LC_MESSAGES/django.po
app/templates/includes/navbar.html
app/templates/includes/scripts/hyperscript/init_date_picker.html
...and 6 more files
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/164
Author: @eitchtee
Created: 2/16/2025
Status: ✅ Merged
Merged: 2/16/2025
Merged by: @eitchtee
Base:
main← Head:insights📝 Commits (10+)
a3a8791feat(insights): create app9c55dacfeat(insights): sankey diagram (WIP)d0f2742chore(frontend): install chartjs-chart-sankey28b12fafix(insights): sankey diagram inconsistent sizing038438finsights (wip)b53a4a0feat(insights): create app02376adfeat(insights): sankey diagram (WIP)9c339fachore(frontend): install chartjs-chart-sankey7a2acb6fix(insights): sankey diagram inconsistent sizingdd24fd5insights (wip)📊 Changes
26 files changed (+1205 additions, -114 deletions)
View changed files
📝
app/WYGIWYH/urls.py(+1 -0)📝
app/apps/common/widgets/datepicker.py(+53 -0)➕
app/apps/insights/__init__.py(+0 -0)➕
app/apps/insights/admin.py(+3 -0)➕
app/apps/insights/apps.py(+6 -0)➕
app/apps/insights/forms.py(+110 -0)➕
app/apps/insights/migrations/__init__.py(+0 -0)➕
app/apps/insights/models.py(+3 -0)➕
app/apps/insights/tests.py(+3 -0)➕
app/apps/insights/urls.py(+17 -0)➕
app/apps/insights/utils/__init__.py(+0 -0)➕
app/apps/insights/utils/sankey.py(+248 -0)➕
app/apps/insights/utils/transactions.py(+96 -0)➕
app/apps/insights/views.py(+94 -0)📝
app/apps/transactions/views/transactions.py(+0 -2)📝
app/locale/de/LC_MESSAGES/django.po(+83 -36)📝
app/locale/nl/LC_MESSAGES/django.po(+96 -35)📝
app/locale/pt_BR/LC_MESSAGES/django.po(+83 -39)📝
app/templates/includes/navbar.html(+5 -2)📝
app/templates/includes/scripts/hyperscript/init_date_picker.html(+4 -0)...and 6 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.