Skip to content

Migrate actionItemSlaApi and actionItemTemplateApi to apiClient #2655

Description

@imuniqueshiv

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
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    ECSoC26Eligible for Elite Coders Summer of Code 2026 automated scoring.

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions