|
|
c0e685a4ee
|
refactor(domain): Row structs for from_persistence, ID newtypes, kill clippy.toml
- delete clippy.toml (too-many-arguments-threshold=20 hack)
- ChannelRow/MediaItemRow/LibraryItemRow structs for from_persistence
- SnapshotId/ActivityEventId/PlaybackRecordId newtypes
- DomainError variants use ChannelId/UserId instead of Uuid
- ActivityEvent.channel_id: Option<ChannelId> not Option<Uuid>
- InMemory repos key on newtype IDs
- AlgorithmicParams struct for schedule engine
- update all adapters/application/presentation callers
|
2026-07-12 05:00:49 +02:00 |
|
|
|
9dcd169689
|
refactor(application): strip comments, DRY ownership check + parse_content_type
|
2026-07-12 04:10:58 +02:00 |
|
|
|
466d34b5d0
|
application: config_snapshots, admin, providers, iptv
|
2026-07-12 02:14:07 +02:00 |
|
|
|
ebf0614fdf
|
application: library bounded context
|
2026-07-12 02:08:04 +02:00 |
|
|
|
ef86a967cd
|
application: schedule bounded context
|
2026-07-12 02:02:23 +02:00 |
|
|
|
6fd47f2d93
|
application: channels bounded context
CQRS use cases (create/update/delete/get/list/list_by_owner),
ownership checks, auto-snapshot on config change.
Channel setters added to domain model.
|
2026-07-12 01:57:38 +02:00 |
|
|
|
2976600d12
|
application: auth bounded context (register, login)
|
2026-07-12 01:49:34 +02:00 |
|