saveinmed/backend/internal
Tiago Yamamoto 8f1e893142 feat: major implementation - seeder, payments, docs
Seeder API:
- 110 pharmacies across 5 cities (Goiânia 72, Anápolis 22, Nerópolis 10, Senador Canedo 5, Aparecida 1)
- 3-300 products per pharmacy
- Dynamic city/state in company records

Payment Gateways:
- stripe.go: Stripe integration with PaymentIntent
- mock.go: Mock gateway with auto-approve for testing
- PaymentResult and RefundResult domain types

Documentation:
- docs/BACKEND.md: Architecture, invisible fee, endpoints
- docs/SEEDER_API.md: City distribution, product counts
- docs/MARKETPLACE.md: Frontend structure, stores, utils
- docs/BACKOFFICE.md: Admin features, encrypted settings
2025-12-26 23:39:49 -03:00
..
config feat: implement invisible 12% buyer fee 2025-12-26 23:23:18 -03:00
domain feat: major implementation - seeder, payments, docs 2025-12-26 23:39:49 -03:00
http feat: implement invisible 12% buyer fee 2025-12-26 23:23:18 -03:00
payments feat: major implementation - seeder, payments, docs 2025-12-26 23:39:49 -03:00
repository/postgres fix: add payment_method column to orders table 2025-12-26 22:56:46 -03:00
server feat: implement invisible 12% buyer fee 2025-12-26 23:23:18 -03:00
usecase feat: Implement Payment Methods, Shipping Improvements, Swagger Audit, and UUIDv7 Migration 2025-12-26 17:48:50 -03:00