-
Notifications
You must be signed in to change notification settings - Fork 45
changes related to 1148 #165
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
changes related to 1148 #165
Conversation
AMM-1148 | Close call API including reattempt logic based on calltype…
Caution Review failedThe pull request is closed. WalkthroughThis pull request updates variable naming and query field ordering while refining retry logic. The identifier Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant Service as GrievanceDataSyncImpl
participant DB
Client->>Service: completeGrievanceCall()
Service->>Service: Rename providerServiceMapId to providerServiceMapID
Service->>Service: Evaluate retry conditions (max attempts, call type, call group type)
alt Retry not needed (e.g., "Wrong Number" excluded or max attempts reached)
Service->>DB: Update completed status (set isRetryNeeded=false)
else Retry allowed
Service->>DB: Increment call counter and update retry status
end
Service-->>Client: Return response message ("failure in closing call" if failure)
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (3)
✨ Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Merge pull request PSMRI#165 from srishtigrp78/feature/version/upgrade
📋 Description
JIRA ID: 1148
-- invalid and wrong number condition
-- condition related to isRetryNeeded and isCompleted
Please provide a summary of the change and the motivation behind it. Include relevant context and details.
✅ Type of Change
ℹ️ Additional Information
Please describe how the changes were tested, and include any relevant screenshots, logs, or other information that provides additional context.
Summary by CodeRabbit