relay/app/repliesto
Andros Fenollosa 8720109867 Add new notification endpoints: reactions, replies-to, and notifications
This commit introduces three new REST API endpoints to the Org Social Relay:

1. /reactions/ - Retrieves reactions (posts with mood emojis) to a user's posts
2. /replies-to/ - Gets direct replies to a user's posts (excluding reactions and poll votes)
3. /notifications/ - Unified endpoint combining mentions, reactions, and replies with optional type filtering

Implementation details:
- All endpoints follow the existing API pattern with caching, validation, and error handling
- Comprehensive test suites with 35 passing tests
- Updated README with full documentation and examples
- Integrated into Django settings and URL configuration
- Code formatted with Ruff

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2025-10-11 10:36:47 +02:00
..
__init__.py Add new notification endpoints: reactions, replies-to, and notifications 2025-10-11 10:36:47 +02:00
apps.py Add new notification endpoints: reactions, replies-to, and notifications 2025-10-11 10:36:47 +02:00
tests.py Add new notification endpoints: reactions, replies-to, and notifications 2025-10-11 10:36:47 +02:00
urls.py Add new notification endpoints: reactions, replies-to, and notifications 2025-10-11 10:36:47 +02:00
views.py Add new notification endpoints: reactions, replies-to, and notifications 2025-10-11 10:36:47 +02:00