Feature/userlistsrequest add optional rfc#369
Conversation
WalkthroughThe changes introduce a new optional field 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (2)`**/*.py`: Enforce Relative Imports for Internal Modules
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #369 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 16 16
Lines 1289 1295 +6
=========================================
+ Hits 1289 1295 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
Description
This PR update the
UserListsRequestmodel by adding an optionalrfcfield. This change is necessary because the new QEQ API supports searching by RFC.Changes
rfc: Optional[Rfc]to theUserListsRequestmodel.UserListsRequestmodel.Summary by CodeRabbit
New Features
Chores
Tests