[PR #22] [MERGED] feat(api): add RecurringTransaction and InstallmentPlan endpoints #114

Closed
opened 2025-12-28 23:26:16 +01:00 by adam · 0 comments
Owner

📋 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: mainHead: transactions_api


📝 Commits (3)

  • 73fe17d feat(api): add auth permission to all api endpoint
  • 091f73b feat(api): support string name and ids for installmentplan endpoint
  • 1b47c12 feat(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.

## 📋 Pull Request Information **Original PR:** https://github.com/eitchtee/WYGIWYH/pull/22 **Author:** [@eitchtee](https://github.com/eitchtee) **Created:** 1/5/2025 **Status:** ✅ Merged **Merged:** 1/5/2025 **Merged by:** [@eitchtee](https://github.com/eitchtee) **Base:** `main` ← **Head:** `transactions_api` --- ### 📝 Commits (3) - [`73fe17d`](https://github.com/eitchtee/WYGIWYH/commit/73fe17de64e4ebe55f5daa989f90c2c867f169d9) feat(api): add auth permission to all api endpoint - [`091f73b`](https://github.com/eitchtee/WYGIWYH/commit/091f73bf8d837253286e910062ac15aa6c09a9b9) feat(api): support string name and ids for installmentplan endpoint - [`1b47c12`](https://github.com/eitchtee/WYGIWYH/commit/1b47c12a22bd3bc3f5e8523c2c1554fd67ebb9e0) feat(api): add RecurringTransaction and InstallmentPlan endpoints ### 📊 Changes **6 files changed** (+92 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-28 23:26:16 +01:00
adam closed this issue 2025-12-28 23:26:16 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WYGIWYH#114