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 <noreply@anthropic.com> Co-Authored-By: Marco Acierno <marcoacierno@users.noreply.github.com>
No description provided.