mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-15 05:33:26 +01:00
[PR #164] [MERGED] feat: insights page #229
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.