feat(public-ui): adapt public podcast and episode pages to wireframes
- adapt wireframes with responsive design - refactor models methods to cache requests for faster queries - update public controllers to cache pages while retaining analytics hits - add platform links to podcast page - add previous / next episodes in episode page - update npm packages to latest versions closes #30, #13
Showing
- app/Controllers/Admin/Contributor.php 1 addition, 1 deletionapp/Controllers/Admin/Contributor.php
- app/Controllers/Admin/Episode.php 1 addition, 1 deletionapp/Controllers/Admin/Episode.php
- app/Controllers/Admin/Podcast.php 11 additions, 61 deletionsapp/Controllers/Admin/Podcast.php
- app/Controllers/Admin/PodcastSettings.php 6 additions, 2 deletionsapp/Controllers/Admin/PodcastSettings.php
- app/Controllers/BaseController.php 1 addition, 1 deletionapp/Controllers/BaseController.php
- app/Controllers/Episode.php 29 additions, 17 deletionsapp/Controllers/Episode.php
- app/Controllers/Podcast.php 97 additions, 11 deletionsapp/Controllers/Podcast.php
- app/Database/Migrations/2020-06-05-170000_add_episodes.php 16 additions, 0 deletionsapp/Database/Migrations/2020-06-05-170000_add_episodes.php
- app/Database/Migrations/2020-06-08-210000_add_analytics_episodes_by_country.php 1 addition, 0 deletions...s/2020-06-08-210000_add_analytics_episodes_by_country.php
- app/Entities/Episode.php 16 additions, 27 deletionsapp/Entities/Episode.php
- app/Entities/Podcast.php 56 additions, 1 deletionapp/Entities/Podcast.php
- app/Entities/User.php 3 additions, 1 deletionapp/Entities/User.php
- app/Helpers/id3_helper.php 0 additions, 3 deletionsapp/Helpers/id3_helper.php
- app/Helpers/page_helper.php 6 additions, 3 deletionsapp/Helpers/page_helper.php
- app/Helpers/rss_helper.php 3 additions, 4 deletionsapp/Helpers/rss_helper.php
- app/Language/en/Common.php 15 additions, 0 deletionsapp/Language/en/Common.php
- app/Language/en/Episode.php 6 additions, 0 deletionsapp/Language/en/Episode.php
- app/Language/en/Podcast.php 7 additions, 2 deletionsapp/Language/en/Podcast.php
- app/Models/CategoryModel.php 22 additions, 0 deletionsapp/Models/CategoryModel.php
- app/Models/EpisodeModel.php 199 additions, 7 deletionsapp/Models/EpisodeModel.php
Loading
Please register or sign in to comment