Original PR: https://github.com/eitchtee/WYGIWYH/pull/22 Author: @eitchtee Created: 1/5/2025 Status: ✅ Merged Merged: 1/5/2025 Merged by: @eitchtee
Base: main ← Head: transactions_api
main
transactions_api
73fe17d
091f73b
1b47c12
6 files changed (+92 additions, -8 deletions)
📝 app/apps/api/serializers/accounts.py (+5 -0) 📝 app/apps/api/serializers/currencies.py (+6 -0) 📝 app/apps/api/serializers/dca.py (+6 -0) 📝 app/apps/api/serializers/transactions.py (+68 -1) 📝 app/apps/api/urls.py (+1 -0) 📝 app/apps/api/views/transactions.py (+6 -7)
app/apps/api/serializers/accounts.py
app/apps/api/serializers/currencies.py
app/apps/api/serializers/dca.py
app/apps/api/serializers/transactions.py
app/apps/api/urls.py
app/apps/api/views/transactions.py
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/22
Author: @eitchtee
Created: 1/5/2025
Status: ✅ Merged
Merged: 1/5/2025
Merged by: @eitchtee
Base:
main← Head:transactions_api📝 Commits (3)
73fe17dfeat(api): add auth permission to all api endpoint091f73bfeat(api): support string name and ids for installmentplan endpoint1b47c12feat(api): add RecurringTransaction and InstallmentPlan endpoints📊 Changes
6 files changed (+92 additions, -8 deletions)
View changed files
📝
app/apps/api/serializers/accounts.py(+5 -0)📝
app/apps/api/serializers/currencies.py(+6 -0)📝
app/apps/api/serializers/dca.py(+6 -0)📝
app/apps/api/serializers/transactions.py(+68 -1)📝
app/apps/api/urls.py(+1 -0)📝
app/apps/api/views/transactions.py(+6 -7)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.