Commit Graph

6 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
4e472c9508 fix from 2020-11-25 10:25:20 -05:00
Patrick Nagurny
a5ebe35890 make Sender header match From 2020-11-25 10:15:16 -05:00
Patrick Nagurny
73bf3953c2 switch to mailgun 2020-11-23 11:13:23 -05:00
Patrick Nagurny
cf1d312f9e validate email address 2018-11-15 10:14:59 -05:00
Patrick Nagurny
e2dd29259f initial commit 2018-10-19 15:31:41 -04:00