saveinmed/backend/internal/repository/postgres
Tiago Yamamoto 36d6fa4ae0 feat: Implement Phase 4 features
Backend (Go):
- FCM Push Notifications (fcm.go, push_handler.go)
- Credit Lines (credit_line.go, credit_handler.go)
- Payment Config (admin_handler.go, seller_payment_handler.go)
- Team Management (team_handler.go)

Backoffice (NestJS):
- Dashboard module (KPIs, revenue charts)
- Audit module (tracking changes)
- Disputes module (CRUD, resolution)
- Reports module (CSV export)
- Performance module (seller scores)
- Fraud module (detection, alerts)

Frontend (Marketplace):
- ThemeContext for Dark Mode
- HelpCenter page with FAQ
- OrderDetails with timeline
- Team management page
- Persistent cart (Zustand)
2025-12-27 10:07:05 -03:00
..
migrations feat(backend): implement financial features (KYC, ledger, withdrawals) 2025-12-27 01:34:29 -03:00
financial_repository.go feat(backend): implement financial features (KYC, ledger, withdrawals) 2025-12-27 01:34:29 -03:00
migrations.go Add database migrations runner 2025-12-20 10:32:54 -03:00
postgres.go feat: Implement Phase 4 features 2025-12-27 10:07:05 -03:00
postgres_test.go fix: update db tests with proper env loading 2025-12-18 08:20:19 -03:00
repository_test.go fix(tests): fix failing tests and increase coverage 2025-12-26 22:54:51 -03:00