-
Notifications
You must be signed in to change notification settings - Fork 8
refactor: remove code and files related to KAPSystem #450
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
Conversation
WalkthroughAll code, configuration, documentation, and test artifacts related to the SMS KAPSYSTEM provider have been removed from the repository. This includes API consumer logic, provider modules and services, DTOs, environment variables, Postman collections, and all related documentation. The SMS_KAPSYSTEM channel type is now commented out or deleted wherever referenced. Changes
Sequence Diagram(s)sequenceDiagram
participant Client
participant API
participant KAPSystemService
%% Previous flow (now removed)
%% Client ->> API: Send SMS notification (channel: SMS_KAPSYSTEM)
%% API ->> KAPSystemService: Validate & send SMS
%% KAPSystemService ->> External KAPSystem API: HTTP Request
%% KAPSystemService -->> API: Response
%% API -->> Client: Delivery status
%% Now: Flow for SMS_KAPSYSTEM is not available
Client ->> API: Send SMS notification (channel: SMS_KAPSYSTEM)
API -->> Client: Error (Channel not supported)
Estimated code review effort
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (17)
💤 Files with no reviewable changes (12)
🚧 Files skipped from review as they are similar to previous changes (5)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
41e34b4
to
2b32a2b
Compare
API PR Checklist
Task Link
Osmosys Developers must include the Pinestem task link in the PR.
OSXT-348
Pre-requisites
.env.example
file with the required values as applicable.PR Details
PR details have been updated as per the given format (see below)
feat: add admin login endpoint
)Additional Information
ready for review
should be added if the PR is ready to be reviewed)Note: Reviewer should ensure that the checklist and description have been populated and followed correctly, and the PR should be merged only after resolving all conversations and verifying that CI checks pass.
Description:
Remove code related to KAPSystem. We no longer support SMS - KAPSystem.
Summary by CodeRabbit
Bug Fixes
Documentation
Chores