-
- Downloads
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
-
mentioned in commit 8e19abd4
-
mentioned in commit 011a3319
-
mentioned in commit f3d005b4
-
mentioned in commit 37efd31c
-
mentioned in commit 24bf214c
-
mentioned in commit f877172d
-
mentioned in commit d25aaf57
-
mentioned in commit 551f3eb6
-
mentioned in commit be8ec094
-
mentioned in commit e6f1f6fc
-
mentioned in commit eebab2a1
-
mentioned in commit a734b111
-
mentioned in commit a5d17024
-
mentioned in commit 5ef30ba3
-
mentioned in commit acf5da9b
-
mentioned in commit 1c70baae
-
mentioned in commit 58c06d60
-
mentioned in commit fe3d6b9c
-
mentioned in commit 2d856e58
-
mentioned in commit 3e37283d
-
mentioned in commit 208f1728
-
mentioned in commit e736fb8f
-
mentioned in commit af3e6663
-
mentioned in commit 14733105
-
mentioned in commit d807ab97
-
mentioned in commit f9572e41
Please register or sign in to comment