feat(comments): add comments to episodes + update naming of status to post
- remove confusing counts for episode (total favourites, total reblogs) - add comments section to episode page to display episode comments + post replies linked to the episode
parent
3ff13649
No related branches found
No related tags found
Showing
- app/Config/Events.php 86 additions, 117 deletionsapp/Config/Events.php
- app/Config/Routes.php 51 additions, 25 deletionsapp/Config/Routes.php
- app/Controllers/Admin/EpisodeController.php 61 additions, 22 deletionsapp/Controllers/Admin/EpisodeController.php
- app/Controllers/EpisodeController.php 57 additions, 2 deletionsapp/Controllers/EpisodeController.php
- app/Controllers/PodcastController.php 2 additions, 2 deletionsapp/Controllers/PodcastController.php
- app/Controllers/PostController.php 30 additions, 30 deletionsapp/Controllers/PostController.php
- app/Database/Migrations/2020-06-05-170000_add_episodes.php 3 additions, 8 deletionsapp/Database/Migrations/2020-06-05-170000_add_episodes.php
- app/Database/Migrations/2020-08-17-150000_add_pages.php 1 addition, 1 deletionapp/Database/Migrations/2020-08-17-150000_add_pages.php
- app/Database/Migrations/2021-02-23-100000_add_episode_id_to_posts.php 6 additions, 6 deletions.../Migrations/2021-02-23-100000_add_episode_id_to_posts.php
- app/Database/Migrations/2021-03-09-113000_add_created_by_to_posts.php 6 additions, 6 deletions.../Migrations/2021-03-09-113000_add_created_by_to_posts.php
- app/Database/Migrations/2021-08-12-150000_add_comments.php 85 additions, 0 deletionsapp/Database/Migrations/2021-08-12-150000_add_comments.php
- app/Database/Seeds/AuthSeeder.php 2 additions, 2 deletionsapp/Database/Seeds/AuthSeeder.php
- app/Entities/Comment.php 110 additions, 0 deletionsapp/Entities/Comment.php
- app/Entities/Episode.php 18 additions, 19 deletionsapp/Entities/Episode.php
- app/Entities/Post.php 4 additions, 4 deletionsapp/Entities/Post.php
- app/Helpers/components_helper.php 1 addition, 1 deletionapp/Helpers/components_helper.php
- app/Helpers/url_helper.php 1 addition, 1 deletionapp/Helpers/url_helper.php
- app/Language/en/Comment.php 27 additions, 0 deletionsapp/Language/en/Comment.php
- app/Language/en/Episode.php 7 additions, 14 deletionsapp/Language/en/Episode.php
- app/Language/en/Podcast.php 1 addition, 1 deletionapp/Language/en/Podcast.php
Loading