Commit Graph

3 Commits

Author SHA1 Message Date
e639b3c792 Align frontend API contracts 2026-03-22 13:21:02 +01:00
941c268d32 Fix admin API gaps for users, exchange checks, and parser logs 2026-03-19 16:48:38 +01:00
f121445313 feat(core): add core module with mixins, services, and background jobs
- Add Model Mixins: TimestampMixin, SoftDeleteMixin, AuditMixin, etc.
- Add Base Services: BaseService, BulkOperationsMixin, QueryOptimizerMixin
- Add Base ViewSets with bulk operations
- Add BackgroundJob model for Celery task tracking
- Add BaseAppCommand for management commands
- Add permissions, pagination, filters, cache, logging
- Migrate tests to factory_boy + faker
- Add CHANGELOG.md
- 297 tests passing
2026-01-21 11:47:26 +01:00