Problem
SLA and action-item template services import raw axios instead of apiClient, missing shared interceptors and base URL handling.
What should be changed
Expected outcome
Template/SLA API calls use the standard client stack.
Main files/areas likely affected
client/src/services/actionItemSlaApi.js, client/src/services/actionItemTemplateApi.js, client/src/pages/SlaCompliance.jsx, client/src/pages/ActionItemTemplates.jsx
Why it matters
Part of consolidating HTTP access before program close.
{
"assignedAt": null,
"lastActivityAt": null,
"remindersSentAt": {},
"reminder12SentAt": null,
"reminder18SentAt": null,
"expiredAt": null,
"welcomeSentAt": null,
"welcomeSource": null,
"guidance": {},
"processedClaimCommentIds": [
5464124358
],
"processedUnclaimCommentIds": [],
"manualAssignment": false,
"authorPriorityExpiresAt": null
}
Problem
SLA and action-item template services import raw
axiosinstead ofapiClient, missing shared interceptors and base URL handling.What should be changed
apiClient.Expected outcome
Template/SLA API calls use the standard client stack.
Main files/areas likely affected
client/src/services/actionItemSlaApi.js,client/src/services/actionItemTemplateApi.js,client/src/pages/SlaCompliance.jsx,client/src/pages/ActionItemTemplates.jsxWhy it matters
Part of consolidating HTTP access before program close.
{
"assignedAt": null,
"lastActivityAt": null,
"remindersSentAt": {},
"reminder12SentAt": null,
"reminder18SentAt": null,
"expiredAt": null,
"welcomeSentAt": null,
"welcomeSource": null,
"guidance": {},
"processedClaimCommentIds": [
5464124358
],
"processedUnclaimCommentIds": [],
"manualAssignment": false,
"authorPriorityExpiresAt": null
}