quantum-ai/job_posting_generator
Claude 9c4fcaedf3 Improve job posting generator UX - reduce toast spam and add auto-scroll
UX IMPROVEMENTS:
- Add auto-scroll to processing status when job starts (matches social ads generator)
- Reduce excessive toast notifications from 17 to 14 (18% reduction)
- Make download operations silent (file download is confirmation enough)
- Remove success toast for copy operations (clipboard action is confirmation)
- Remove success toast for results display (visual results are confirmation)
- Add auto-scroll to form after reset for better UX flow

SILENT OPERATIONS (no toast spam):
 Download success - file download is confirmation
 Copy success - clipboard action is confirmation
 Reset form - visual clearing is confirmation
 Results display - showing content is confirmation

KEPT TOASTS FOR:
 Copy/download errors - user needs to know
 Form validation errors - user needs to fix
 Network/processing errors - user needs feedback
 Authentication errors - user needs action

Better user experience with less intrusive notifications, matching social ads generator pattern.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-25 23:12:12 +05:30
..
migrations Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
templates/job_posting_generator Improve job posting generator UX - reduce toast spam and add auto-scroll 2025-07-25 23:12:12 +05:30
__init__.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
admin.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
apps.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
models.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
processor.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
urls.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30
views.py Add Job Posting Generator and Social Ads Generator agents 2025-07-10 18:26:41 +05:30