ad-aures_castoPod/app/Models
Yassine Doghri f981937645 fix: add downloads_count to episodes table, computed every hour
This removes computing latency when retrieving episodes list with download count in admin.
The more
analytics records, the more it took to calculate the sum of hits to get the downloads count for each
episode.
2024-12-29 13:24:42 +00:00
..
.gitkeep feat: add npm for js dependencies + move src/ files to root folder 2020-10-15 14:05:36 +00:00
ActorModel.php build(php): upgrade min php version to 8.3 2024-06-14 15:53:33 +00:00
CategoryModel.php feat(plugins): add new field types + validate & cast user data before storing settings 2024-06-14 15:53:33 +00:00
ClipModel.php chore: update CodeIgniter to 4.5.1 + other dependencies to latest 2024-04-26 09:26:22 +00:00
CreditModel.php docs(init): create documentation website using vitepress 2022-02-19 16:06:11 +00:00
EpisodeCommentModel.php feat(plugins): add html field type + CodeEditor component + rework html head generation 2024-12-17 15:11:45 +00:00
EpisodeModel.php fix: add downloads_count to episodes table, computed every hour 2024-12-29 13:24:42 +00:00
LanguageModel.php feat(plugins): add new field types + validate & cast user data before storing settings 2024-06-14 15:53:33 +00:00
LikeModel.php chore: update CodeIgniter to 4.5.1 + other dependencies to latest 2024-04-26 09:26:22 +00:00
PageModel.php chore: update CodeIgniter to 4.5.1 + other dependencies to latest 2024-04-26 09:26:22 +00:00
PersonModel.php refactor: rename controller methods for views and actions to be more consistent 2024-12-18 16:05:25 +00:00
PodcastModel.php refactor: remove fields from podcast and episode entities to be replaced with plugins 2024-12-15 17:34:36 +00:00
PostModel.php refactor: add modules folder to phpstan paths + fix errors 2024-04-28 16:41:24 +00:00