saveinmed/backend/internal
Tiago Yamamoto 8d4731268e feat(marketplace): add company management and user editing features
Backend:
- Add phone, operating_hours, is_24_hours fields to Tenant model
- Create migration 0005_tenants_operating_hours.sql for new columns
- Update postgres repository queries for new fields

Frontend Company.tsx:
- Expand company edit form with phone, city, state
- Add operating hours section with 24h toggle
- Add user edit/delete buttons with Actions column
- Add user edit modal with name, email, role fields
- Add handleDeleteUser and handleSaveUser functions
2025-12-23 16:44:51 -03:00
..
config fix(backend): properly load .env file manually in config.go 2025-12-22 09:47:17 -03:00
domain feat(marketplace): add company management and user editing features 2025-12-23 16:44:51 -03:00
http Fix shipping settings validation 2025-12-23 15:08:46 -03:00
payments feat(backend): add comprehensive test suite for 80% coverage 2025-12-20 07:43:56 -03:00
repository/postgres feat(marketplace): add company management and user editing features 2025-12-23 16:44:51 -03:00
server Add review and shipment admin listing endpoints 2025-12-22 10:15:27 -03:00
usecase fix: improve login error handling for invalid credentials 2025-12-22 09:31:33 -03:00