MPT-18373 Add helpdesk parameter definition services and test scaffolding#244
MPT-18373 Add helpdesk parameter definition services and test scaffolding#244
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughThis pull request introduces a new "Parameters" resource service for the Helpdesk module. It adds Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
|



Summary
helpdesk.parameterssync/async services with endpoint/public/v1/helpdesk/parametersParametermodel and service config inmpt_api_client/resources/helpdesk/parameters.pyparametersproperty intoHelpdeskandAsyncHelpdeskTesting
Closes MPT-18373
/public/v1/helpdesk/parametersendpoint with support for CRUD operations and paginationParametermodel and centralizedParametersServiceConfigwith endpoint, model class, and collection key definitionsparametersproperty intoHelpdeskandAsyncHelpdeskclients to expose the new parameter servicespathattribute and required methods (get,create,update,delete,fetch_page,iterate)parametersproperties in both client types