feat(tag): add tag editing
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 1m13s

This commit is contained in:
2026-01-06 20:40:35 +01:00
parent 70d6110bc4
commit b13712b0df
10 changed files with 564 additions and 4 deletions

19
arch.gv
View File

@@ -1,11 +1,24 @@
digraph {
Budget
RecurringCost
SavingGoal
Tag
Transaction
Account
BankConnection
Analytics
// Buckets
Budget
RecurringCost
SavingGoal
// Analytics -> {
// Budget
// RecurringCost
// SavingGoal
// Tag
// Transaction
// Account
// } [label="uses"]
BankConnection -> Transaction [label="imports into"]
BankConnection -> Account [label="references"]