[PR #21] [MERGED] feat(api): add API endpoints to add DCA entries and strategies #113

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/21
Author: @eitchtee
Created: 1/5/2025
Status: Merged
Merged: 1/5/2025
Merged by: @eitchtee

Base: mainHead: dca_api


📝 Commits (1)

  • 8efa087 feat(api): add API endpoints to add DCA entries and strategies

📊 Changes

5 files changed (+124 additions, -0 deletions)

View changed files

📝 app/apps/api/serializers/__init__.py (+1 -0)
app/apps/api/serializers/dca.py (+79 -0)
📝 app/apps/api/urls.py (+2 -0)
📝 app/apps/api/views/__init__.py (+1 -0)
app/apps/api/views/dca.py (+41 -0)

📄 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/21 **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:** `dca_api` --- ### 📝 Commits (1) - [`8efa087`](https://github.com/eitchtee/WYGIWYH/commit/8efa087aeecfb353726af342acc4a386f743f03c) feat(api): add API endpoints to add DCA entries and strategies ### 📊 Changes **5 files changed** (+124 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `app/apps/api/serializers/__init__.py` (+1 -0) ➕ `app/apps/api/serializers/dca.py` (+79 -0) 📝 `app/apps/api/urls.py` (+2 -0) 📝 `app/apps/api/views/__init__.py` (+1 -0) ➕ `app/apps/api/views/dca.py` (+41 -0) </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#113