Skip to content
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

feat(plugin-cc): Implementation for the Agent Status Feature #1

Closed
wants to merge 29 commits into from

Conversation

pagour98
Copy link
Collaborator

@pagour98 pagour98 commented Nov 8, 2024

COMPLETES #<SPARK-558614>

This pull request addresses

The user should be able to set Agent Status.

API:- https://api.wxcc-us1.cisco.com/v1/agents/session/state

Description:

The user should be able to set Agent Status by making a PUT request to the above API

by making the following changes

  1. Added UI and called relevant method inside Samples Page.
  2. Introduced new functions inside cc.ts file
  3. Introduced new functions inside AgentConfig file
  4. Introduced new function inside AgentConfigService file

Change Type

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Tooling change
  • Internal code refactor

The following scenarios were tested

I have tested my changes through the CC samples app using the UI changes that I have add. I have tested the Post with valid and invalid request.

I certified that

  • I have read and followed contributing guidelines

  • I discussed changes with code owners prior to submitting this pull request

  • I have not skipped any automated checks

  • All existing and new tests passed

  • I have updated the documentation accordingly


Make sure to have followed the contributing guidelines before submitting.

packages/@webex/plugin-cc/src/features/Agent.ts Outdated Show resolved Hide resolved
packages/@webex/plugin-cc/src/features/Agent.ts Outdated Show resolved Hide resolved
packages/@webex/plugin-cc/src/features/Agent.ts Outdated Show resolved Hide resolved
@rsarika
Copy link
Owner

rsarika commented Nov 13, 2024

closing this PR as we opened new PR
webex#3970

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

Successfully merging this pull request may close these issues.

4 participants