saveinmed/backend/internal/http/handler
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
..
admin_handler.go feat: Implement Phase 4 features 2025-12-27 10:07:05 -03:00
cart_handler.go feat: Implement Phase 4 features 2025-12-27 10:07:05 -03:00
company_handler.go feat: tenant model, seeder, and product search with distance 2025-12-20 09:03:13 -03:00
credit_handler.go feat: Implement Phase 4 features 2025-12-27 10:07:05 -03:00
dashboard_handler.go feat: consolidate admin/seller dashboard, remove bff, fix backoffice docker, update docs 2025-12-27 00:58:06 -03:00
dto.go feat: Implement Payment Methods, Shipping Improvements, Swagger Audit, and UUIDv7 Migration 2025-12-26 17:48:50 -03:00
financial_handler.go feat: Implement Phase 4 features 2025-12-27 10:07:05 -03:00
handler.go feat(backend): implement financial features (KYC, ledger, withdrawals) 2025-12-27 01:34:29 -03:00
handler_test.go feat: Implement Phase 4 features 2025-12-27 10:07:05 -03:00
marketplace_handler.go Add full auth endpoints and swagger updates 2025-12-21 22:37:54 -03:00
order_handler.go debug: add detailed logging with emojis for orders endpoint 2025-12-26 22:44:34 -03:00
payment_handler.go feat(backend): implement stripe and asaas webhook handlers 2025-12-27 01:21:25 -03:00
product_handler.go feat: Implement Phase 4 features 2025-12-27 10:07:05 -03:00
push_handler.go feat: Implement Phase 4 features 2025-12-27 10:07:05 -03:00
review_handler.go feat: add quantity selector, fix offer display, swap filter/location layout 2025-12-26 22:16:48 -03:00
seller_payment_handler.go feat: Implement Phase 4 features 2025-12-27 10:07:05 -03:00
shipping_handler.go chore: remove unused parseShippingMethodType function 2025-12-27 00:31:54 -03:00
team_handler.go feat: Implement Phase 4 features 2025-12-27 10:07:05 -03:00
user_handler.go fix: filter users by company for ALL non-Admin roles 2025-12-26 22:37:23 -03:00