TIDE/backend/app/Post
Yisroel Baum f73e5a1af5
extend Post entity with feature slot
Adds nullable feature_slot column (unique) plus repo
findByFeatureSlot/findFeatured/update methods so admins can
pin a post into one of two slots.
2026-05-06 22:28:45 +03:00
..
UseCases implement DeletePost use case 2026-05-06 21:58:25 +03:00
CreatePostDto.php add Post entity, dto, repository interface 2026-05-06 15:19:00 +03:00
EloquentPostRepository.php extend Post entity with feature slot 2026-05-06 22:28:45 +03:00
Post.php extend Post entity with feature slot 2026-05-06 22:28:45 +03:00
PostModel.php extend Post entity with feature slot 2026-05-06 22:28:45 +03:00
PostRepository.php extend Post entity with feature slot 2026-05-06 22:28:45 +03:00