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

Yuukke (SA: IGM) - Compliance Check #2910

Open
amitsinha07 opened this issue Dec 9, 2024 · 1 comment
Open

Yuukke (SA: IGM) - Compliance Check #2910

amitsinha07 opened this issue Dec 9, 2024 · 1 comment

Comments

@amitsinha07
Copy link

@kanagasathish

Flow 1

On-Issue

  • City Code Mismatch: context/city/code is mismatched in the retail_issue call.
  • Timestamp Matching: context/timestamp matches in the retail_issue call.
  • Updated At Format Error: message/issue/issue_actions/respondent_actions/0/updated_at is not in the correct format as per the API contract.
  • Updated At Conflict: message/issue/updated_at should not match created_at.

Issue Status

  • Issue ID is not matching with previous calls.

On-Issue Status

  • City Code Mismatch: context/city/code in issue_status and ON_Issue_status calls is mismatched according to the previous issue call.
  • Timestamp Order Error: context/timestamp of ON_Issue_status must be greater than context/timestamp of Issue_status.
  • Updated At Format Error: message/issue/issue_actions/respondent_actions/0/updated_at is not in the correct format as per the API contract.
  • Updated At Conflict: message/issue/updated_at should not match created_at.
  • Resolution Provider Violation: message/issue/resolution_provider should not be present as per the API contract.

Issue Close

  • Created At Mismatch: message/created_at in Issue_close is mismatched with Issue call's created_at.

Flow 2

On-Issue

  • City Code Mismatch: context/city/code is mismatched in the retail_issue call.
  • Timestamp Matching: context/timestamp matches in the retail_issue call.
  • Updated At Format Error: message/issue/issue_actions/respondent_actions/0/updated_at is not in the correct format as per the API contract.
  • Updated At Conflict: message/issue/updated_at should not match created_at.

Issue Status

  • Issue ID is not matching with previous calls.

On-Issue Status

  • City Code Mismatch: context/city/code in issue_status and ON_Issue_status calls is mismatched according to the previous issue call.
  • Timestamp Order Error: context/timestamp of ON_Issue_status must be greater than context/timestamp of Issue_status.
  • Updated At Format Error: message/issue/issue_actions/respondent_actions/0/updated_at is not in the correct format as per the API contract.
  • Updated At Conflict: message/issue/updated_at should not match created_at.
  • Resolution Provider Violation: message/issue/resolution_provider should not be present as per the API contract.

Issue Close

  • Created At Mismatch: message/created_at in Issue_close is mismatched with Issue call's created_at.
@amitsinha07
Copy link
Author

@kanagasathish

FLOW 1

issue_status

  • context/timestamp cannot be less than the context/timestamp in the on_issue API.

ON_Issue_status

  • message/issue/issue_actions/respondent_actions/0/updated_at:
    • Is mismatched with message/issue/issue_actions/respondent_actions/0/updated_at in the on_issue call.

Issue_close

  • message/issue/issue_type: Is an additional field.
  • created_at and updated_at cannot be the same.
  • message/issue/issue_actions/respondent_actions/0/updated_at should be equal to or less than issue/updated_at.

FLOW 2

issue_status

  • context/timestamp cannot be less than the context/timestamp in the on_issue API.

ON_Issue_status

  • message/issue/issue_actions/respondent_actions/0/updated_at:
    • Is mismatched with message/issue/issue_actions/respondent_actions/0/updated_at in the on_issue call.

Issue_close

  • message/issue/issue_type: Is an additional field.
  • created_at and updated_at cannot be the same.
  • message/issue/issue_actions/respondent_actions/0/updated_at should be equal to or less than issue/updated_at.

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

No branches or pull requests

1 participant