mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01:00
[PR #469] [MERGED] feat(app): add sanity checks for env variables & refactor: order management lists by name instead of id #445
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/469
Author: @eitchtee
Created: 12/28/2025
Status: ✅ Merged
Merged: 12/28/2025
Merged by: @eitchtee
Base:
main← Head:dev📝 Commits (2)
c7ff6dbfeat(app): add sanity checks for env variables2076903refactor: order management lists by name instead of id📊 Changes
10 files changed (+116 additions, -11 deletions)
View changed files
📝
app/apps/accounts/views/account_groups.py(+1 -1)📝
app/apps/accounts/views/accounts.py(+1 -1)📝
app/apps/common/apps.py(+3 -0)➕
app/apps/common/checks.py(+103 -0)📝
app/apps/currencies/views/currencies.py(+1 -1)📝
app/apps/dca/views.py(+1 -1)📝
app/apps/import_app/tests/test_import_service_v1.py(+0 -1)📝
app/apps/transactions/views/categories.py(+2 -2)📝
app/apps/transactions/views/entities.py(+2 -2)📝
app/apps/transactions/views/tags.py(+2 -2)📄 Description
Closes #466
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.