-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? # to your account
feat(BUX-750): add admin contact endpoints #555
feat(BUX-750): add admin contact endpoints #555
Conversation
Manual Testsπ Manual testing by @jakubmkowalski resulted in success. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #555 +/- ##
==========================================
- Coverage 53.16% 52.43% -0.73%
==========================================
Files 195 197 +2
Lines 10912 11072 +160
==========================================
+ Hits 5801 5806 +5
- Misses 4561 4716 +155
Partials 550 550
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
3b51a6f
to
d0f8414
Compare
I forgot to include two additional endpoints in the ticket. Please implement the following:
My apologies |
695f31c
to
6a7d3b3
Compare
6a7d3b3
to
a88e0f7
Compare
Pull Request Checklist
Description
Added contacts endpoints for admin:
/admin/contact/search
- search for contacts/admin/contact/:id
- update contact name and metadata/admin/contact/rejected/:id
- reject contact/admin/contact/unconfirmed/:id
- change confirmed contact to unconfirmed