Conversation
|
/deploy |
Available PR Commands
See: https://github.com/tahminator/codebloom/wiki/CI-Commands |
|
/deploy |
Title748: Renamed files w w/o Client PR TypeEnhancement, Tests Description
Diagram Walkthroughflowchart LR
a["OfficialCodebloomEmail"]
b["OfficialCodebloomEmailClient"]
c["GithubOAuthEmail"]
d["GithubOAuthEmailClient"]
e["ReactEmailClient"]
f["ReactEmail"]
g["ReactEmailClientImpl"]
h["ReactEmailImpl"]
i["AuthController imports"]
j["PlaywrightClient imports"]
k["Tests and mocks"]
a -- "renamed to" --> b
c -- "renamed to" --> d
e -- "renamed to" --> f
g -- "renamed to" --> h
i -- "use new client types" --> b
i -- "use new template interface" --> f
j -- "use new Github client" --> d
k -- "updated to new names" --> b
k -- "updated to new names" --> d
k -- "updated to new names" --> f
|
| Relevant files | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Enhancement | 6 files
| ||||||||||||
| Configuration changes | |||||||||||||
| Tests |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
| import java.io.IOException; | ||
|
|
||
| public interface ReactEmailClient { | ||
| public interface ReactEmail { |
There was a problem hiding this comment.
ReactEmail should probably be called ReactEmailTemplater or something along those lines
There was a problem hiding this comment.
forgot to rename the actual variables itself
748
Description of changes
Checklist before review
Screenshots
Dev
Staging