feat(tag): add tag editing
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 1m13s
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Failing after 1m13s
This commit is contained in:
19
arch.gv
19
arch.gv
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user