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
354a64c742
feat(hadis): add single-file sqlite export and optimize sync serializers
- Optimize HadisSyncSerializer: remove unused number, address_details, and book descriptions
- Separate sync serializers for corrections and interpretations (omitting redundant hadis_info and category_info)
- Add HadisDatabaseVersion model and migration for tracking offline SQLite DB
- Add export_hadis_sqlite management command with gzip compression and single-file overwrite
- Add GET /api/hadis/sync/database/ endpoint and enhance version serializers
- Automatically trigger background SQLite database export on version increment in admin
1 week 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
perf(db): resolve N+1 queries across endpoints and optimize gunicorn concurrency
2 weeks ago
serializers.py
perf(db): resolve N+1 queries across endpoints and optimize gunicorn concurrency
2 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
perf(caching): add redis and conditional caching across apps, fix bookmark filtering
2 weeks ago
views.py
perf(db): resolve N+1 queries across endpoints and optimize gunicorn concurrency
2 weeks ago
views_admin.py
feat: add atomic assign-items endpoints for video and podcast playlists and update author ordering
3 weeks ago