saveinmed/marketplace
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
..
src fix: cart price display showing cents as reais (R19 instead of R.19) 2025-12-26 23:08:55 -03:00
.env.example refactor: move seeder to api, improve coverage and security 2025-12-20 11:13:53 -03:00
.gitignore refactor: move seeder to api, improve coverage and security 2025-12-20 11:13:53 -03:00
deno.lock fix(marketplace): install dependencies and resolve vite/client type error 2025-12-22 14:55:12 -03:00
index.html feat: apply logo, document database schema, update docs 2025-12-23 17:01:16 -03:00
MARKETPLACE.md feat: major implementation - seeder, payments, docs 2025-12-26 23:39:49 -03:00
package-lock.json Add cart empty state 2025-12-23 12:03:47 -03:00
package.json Add cart empty state 2025-12-23 12:03:47 -03:00
postcss.config.cjs docs: adiciona documentação completa do projeto SaveInMed 2025-12-17 17:07:30 -03:00
tailwind.config.ts docs: adiciona documentação completa do projeto SaveInMed 2025-12-17 17:07:30 -03:00
tsconfig.json fix(marketplace): exclude test files from production build 2025-12-22 00:35:28 -03:00
tsconfig.node.json docs: adiciona documentação completa do projeto SaveInMed 2025-12-17 17:07:30 -03:00
vite.config.d.ts feat(pagination): add pagination to all list endpoints 2025-12-20 08:37:59 -03:00
vite.config.js feat(pagination): add pagination to all list endpoints 2025-12-20 08:37:59 -03:00
vite.config.ts fix: seeder tables and marketplace api proxy configuration 2025-12-22 11:14:14 -03:00
vitest.config.ts feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00