-
Notifications
You must be signed in to change notification settings - Fork 23
Store sent emails in S3 #4395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Store sent emails in S3 #4395
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4395 +/- ##
=======================================
Coverage ? 94.54%
=======================================
Files ? 352
Lines ? 10151
Branches ? 736
=======================================
Hits ? 9597
Misses ? 461
Partials ? 93 🚀 New features to boost your workflow:
|
@claude can you update the PR so it abstracts the check if body_file is set or body is set without having to replicate it everywhere? |
Claude finished @marcoacierno's task —— View job Abstracting body_file/body check pattern ✅Working on abstracting the duplicated check pattern for body_file vs body:
✅ Implementation Complete! Implemented Solution:
Benefits:
Files Changed:
Commit:
|
Claude finished @marcoacierno's task —— View job Abstracting body_file/body check pattern ✅Working on abstracting the duplicated check pattern for body_file vs body:
✅ Implementation Complete! Implemented Solution:
Benefits:
Files Changed:
Commit: |
Add html_body_content and text_body_content properties to SentEmail model to centralize the logic for checking body_file vs body fallback. This eliminates code duplication across tasks.py, admin/views.py, and tests. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> Co-Authored-By: Marco Acierno <[email protected]>
No description provided.