trading-platform-backend-v2/src
Adrian Flores Cortes 5e03e15916 [TASK-2026-02-03-BACKEND-ENTITIES-SYNC] feat: Create backend services for new DDL tables
Services created:
- education/instructor.service.ts: CRUD for education.instructors
- education/tag.service.ts: Course tags and assignments management
- trading/drawing.service.ts: Chart drawing tools persistence
- ml/prediction-overlay.service.ts: ML prediction overlays CRUD
- payments/refund.service.ts: Stripe refund workflow management

Types added:
- Instructor, CourseTag, CourseTagAssignment interfaces
- DrawingTool, DrawingTemplate, DrawingToolType types
- PredictionOverlay, OverlayType, OverlayStyleConfig
- Refund, RefundStatus, RefundRow interfaces

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 00:16:49 -06:00
..
__tests__ feat: Implement BLOCKER-001 token refresh + E2E video tests (backend) 2026-01-27 01:43:49 -06:00
config feat(proxy): Add Express proxy gateway for Python services (ARCH-001) 2026-01-28 15:43:41 -06:00
core feat: Implement BLOCKER-001 token refresh + E2E video tests (backend) 2026-01-27 01:43:49 -06:00
docs feat: Initial commit - Trading Platform Backend 2026-01-18 04:28:47 -06:00
modules [TASK-2026-02-03-BACKEND-ENTITIES-SYNC] feat: Create backend services for new DDL tables 2026-02-04 00:16:49 -06:00
shared fix(backend): resolve all 99 pre-existing TypeScript errors 2026-01-27 05:28:55 -06:00
index.ts [Sprint-2] feat: Add Feature Flags module 2026-01-30 15:38:10 -06:00