saveinmed/marketplace/src
Tiago Yamamoto 59919cb875 feat(marketplace): implement admin dashboard with full CRUD operations
- Add Header component with top navigation menu
- Create DashboardLayout with nested routing under /dashboard
- Implement Users, Companies, Products, Orders CRUD pages
- Add adminService with all API operations
- Update apiClient to return data directly with patch support
- Fix TypeScript errors in existing pages
- Update seeder README with detailed user credentials table
- Fix fmt.Sprintf format verb in seeder.go
2025-12-22 07:22:01 -03:00
..
components feat(marketplace): implement admin dashboard with full CRUD operations 2025-12-22 07:22:01 -03:00
context feat(marketplace): implement admin dashboard with full CRUD operations 2025-12-22 07:22:01 -03:00
hooks chore: refactor backend config, unignore .env, update config loading 2025-12-20 10:10:55 -03:00
layouts feat(marketplace): implement admin dashboard with full CRUD operations 2025-12-22 07:22:01 -03:00
pages feat(marketplace): implement admin dashboard with full CRUD operations 2025-12-22 07:22:01 -03:00
services feat(marketplace): implement admin dashboard with full CRUD operations 2025-12-22 07:22:01 -03:00
stores feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
test feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
types chore: refactor backend config, unignore .env, update config loading 2025-12-20 10:10:55 -03:00
utils Fix login token guard 2025-12-22 00:06:06 -03:00
App.tsx feat(marketplace): implement admin dashboard with full CRUD operations 2025-12-22 07:22:01 -03:00
index.css docs: adiciona documentação completa do projeto SaveInMed 2025-12-17 17:07:30 -03:00
main.tsx docs: adiciona documentação completa do projeto SaveInMed 2025-12-17 17:07:30 -03:00