saveinmed/backend/internal/repository/postgres
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
..
migrations feat(marketplace): add company management and user editing features 2025-12-23 16:44:51 -03:00
migrations.go Add database migrations runner 2025-12-20 10:32:54 -03:00
postgres.go feat(marketplace): add company management and user editing features 2025-12-23 16:44:51 -03:00
postgres_test.go fix: update db tests with proper env loading 2025-12-18 08:20:19 -03:00
repository_test.go fix(backend): resolving hardcoded values and test failures 2025-12-21 21:43:50 -03:00