Commit Graph

5 Commits

Author SHA1 Message Date
2185a07ff0 feat: Implement email sending utilities and templates for job notifications
Some checks failed
CI/CD Pipeline / test (push) Failing after 4m9s
- Added email_service.py for sending emails with SMTP configuration.
- Introduced email_templates.py to render job alert email subjects and bodies.
- Enhanced scraper.py to extract contact information from job listings.
- Updated settings.js to handle negative keyword input validation.
- Created email.html and email_templates.html for managing email subscriptions and templates in the admin interface.
- Modified base.html to include links for email alerts and templates.
- Expanded user settings.html to allow management of negative keywords.
- Updated utils.py to include functions for retrieving negative keywords and email settings.
- Enhanced job filtering logic to exclude jobs containing negative keywords.
2025-11-28 18:15:08 +01:00
fee955f01d fix: update Dockerfile and documentation for APT_CACHER_NG configuration
Some checks failed
CI/CD Pipeline / test (push) Successful in 18s
CI/CD Pipeline / build (push) Successful in 1m3s
CI/CD Pipeline / push (push) Failing after 35s
2025-11-01 19:41:58 +01:00
504dc8e2b0 implement automated job scraping scheduler with retry logic and logging 2025-11-01 18:00:59 +01:00
georg.sinn-schirwitz
d5f686bf1e basic intructions for README 2025-08-29 15:13:27 +02:00
ea805a7404 Initial commit 2025-08-29 13:12:29 +02:00