7 Commits

Author SHA1 Message Date
0d1cb22044 refactor: update data access layer to use GORM repositories
- Replace SQL-based queries with GORM repository calls
- Update all model interfaces to use repository pattern
- Fix compilation errors in core/model/ files
- Update mocks to match new repository interfaces
- Modify API handlers to use new repository layer
- Maintain backward compatibility with existing interfaces

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-30 22:08:08 +12:00
Patrick Nagurny
83f3cfc983 api version 1.4.0 2020-01-14 14:22:15 -05:00
Patrick Nagurny
553e639519 api version 1.3.0 2019-06-27 16:54:24 -04:00
Tarcisio Gruppi
cbb10098d3 Added GET /orgs/:orgId/accounts/:accountI API endpoint 2019-03-27 01:49:26 -03:00
Tarcisio Gruppi
72c21482b8 Updated API version in api and ws files 2019-01-18 18:12:19 -02:00
Patrick Nagurny
2a827bac26 api 1.0.1 add signupSource 2018-11-05 09:37:08 -05:00
Patrick Nagurny
e2dd29259f initial commit 2018-10-19 15:31:41 -04:00