saveinmed/marketplace/src
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
..
components fix(marketplace): fix modal z-index and button colors 2025-12-23 16:23:59 -03:00
context fix(marketplace): filter own products by company_id from JWT 2025-12-23 16:31:46 -03:00
hooks chore: refactor backend config, unignore .env, update config loading 2025-12-20 10:10:55 -03:00
layouts feat(marketplace): add cart hover dropdown preview 2025-12-23 16:21:48 -03:00
pages feat(marketplace): add company management and user editing features 2025-12-23 16:44:51 -03:00
services Gate marketplace logs behind logger 2025-12-22 17:52:05 -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 feat(marketplace): improve ProductSearch with grouping, modal, and filters 2025-12-23 16:13:19 -03:00
utils Gate marketplace logs behind logger 2025-12-22 17:52:05 -03:00
App.tsx chore(marketplace): remove Checkout page and route 2025-12-23 16:04:46 -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