Commit graph

6 commits

Author SHA1 Message Date
Tiago Ribeiro
d038487b4c fix: total cleanup of compilation errors and package conflicts in backend 2026-03-09 09:44:40 -03:00
Tiago Ribeiro
3a78c46bfc fix: resolve compilation errors (missing log import and package conflicts) 2026-03-09 09:41:57 -03:00
Tiago Ribeiro
f54c619fc7 fix: adjust financial split math for 6%+6% model and add split test 2026-03-09 09:01:10 -03:00
Tiago Ribeiro
2e0a65389d feat: implement checkout improvements, psychological fees, geocoding sync and seller dashboard updates 2026-03-09 08:57:51 -03:00
caio-machado-dev
bf85072bff chore: remove legacy services and restructure monorepo
- remove backend-old (Medusa), saveinmed-frontend (Next.js/Appwrite) and marketplace dirs
- split Go usecases by domain and move notifications/payments to infrastructure
- reorganize frontend pages into auth, dashboard and marketplace modules
- add Makefile, docker-compose.yml and architecture docs
2026-02-25 16:51:34 -03:00
Gabbriiel
90467db1ec refactor: substitui backend Medusa por backend Go e corrige testes do marketplace
- Remove backend Medusa.js (TypeScript) e substitui pelo backend Go (saveinmed-performance-core)
- Corrige testes auth.test.ts: alinha paths de API (v1/ sem barra inicial) e campo access_token
- Corrige GroupedProductCard.test.tsx: ajusta distância formatada (toFixed) e troca userEvent por fireEvent com fakeTimers
- Corrige AuthContext.test.tsx: usa vi.hoisted() para mocks e corrige parênteses no waitFor

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-17 04:56:37 -06:00