-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add request more info feature as an admin #32
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #32 +/- ##
==========================================
+ Coverage 81.95% 83.75% +1.79%
==========================================
Files 20 20
Lines 654 677 +23
==========================================
+ Hits 536 567 +31
+ Misses 118 110 -8 ☔ View full report in Codecov by Sentry. |
This looks good overall to me. Everything appears to function as expected based on the tests. I have a couple of comments. Some of them are stuff I do not understand and would like clarification for in the future, and one is something that I think could be changed in the future:
"And I press "❌" within "#DataTables_Table_0 > tbody > tr:nth-child(1)""
|
@perryzjc @razztech @realmichaeltao I would also suggest a validation that ensures the reason field is not blank, but we can ask Michael about this tomorrow. Currently it allows sending blank emails without any reason specified. |
|
Pivotal Tracker Link
This is basically like 3 stories in one branch, so... yeah. But here is the original story:
Other pivotal tracker links:
Pivotal Tracker Link2
Pivotal Tracker Link3
What this PR does:
Summary of relevant changes:
This pull request fixes|implements (pick one...) implements.
Include screenshots, videos, etc.
Who authored this PR?
How should this PR be tested?
No.
Are there any complications to deploying this?
Yes. We changed the request info email template, and it's a seed data. To see the change, we need to do
rails db:seed
Checklist:
michael/12345-add-new-feature
Any branch name will do as long as the story ID is there. You can usegit checkout -b [new-branch-name]
)