-
Notifications
You must be signed in to change notification settings - Fork 22
Add BE Support for asking to not record a talk #4509
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?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4509 +/- ##
=======================================
Coverage 94.49% 94.49%
=======================================
Files 352 352
Lines 10136 10143 +7
Branches 735 735
=======================================
+ Hits 9578 9585 +7
Misses 463 463
Partials 95 95 🚀 New features to boost your workflow:
|
|
/deploy |
|
@claude do a code-review |
|
Claude finished @marcoacierno's task in 1m 26s —— View job Code Review
SummaryThis PR adds backend support for speakers to opt out of having their talks/workshops recorded. The implementation is clean and well-tested. I found one potential issue regarding validation logic and a few minor observations. Issues Found🔴 Missing Validation:
|
What
ToDo