You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Mohsen Taba
d1094a4725
perf(hadis): optimize sync api, eliminate N+1 queries, add redis caching and gzip
- Eliminate N+1 queries in hadis serializers by using in-memory prefetch cache instead of .first() and .order_by()
- Add select_related for hadis and category in HadisSyncView prefetches
- Apply cached_view (Redis 2h + Accept-Language) to HadisSyncView and public hadis endpoints
- Enable GZipMiddleware in Django settings to compress large API responses
2 weeks ago
..
management/ commands
feat(podcast, video): implement category creation and playlist association for podcasts and videos
10 months ago
migrations
feat: automatic smart unique slug generation for video and podcast models and serializers
3 weeks ago
README_COLLECTIONS.md
feat(collections): enhance article and podcast admin interfaces with display position
10 months ago
__init__.py
develop dovoodi
2 years ago
admin.py
collections updated
2 months ago
apps.py
develop dovoodi
2 years ago
models.py
feat(videos and podcasts):thumbnail returns from playlist objects
3 weeks ago
serializers.py
feat(videos and podcasts):thumbnail returns from playlist objects
3 weeks ago
serializers_admin.py
fix: allow unicode and non-ascii characters in slug serializer fields for video and podcast
3 weeks ago
serializers_dovodi.py
collections updated
2 months ago
sitemaps.py
SEO : seo tools and normalizations added for code base and Article, Hadis (optimized to prefetch transmitters, references, and book authors), Library (Books), Podcast, and Video apps.
2 months ago
tests.py
develop dovoodi
2 years ago
urls.py
remove admin panel apis from swagger
3 months ago
views.py
feat(media): auto-fetch YouTube metadata, filter empty playlists, and dynamic edition volume counts
3 weeks ago
views_admin.py
feat: add atomic assign-items endpoints for video and podcast playlists and update author ordering
3 weeks ago