Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
BAH 2962 | SMS functionality of appointment booking and reminder moved to backend #117
BAH 2962 | SMS functionality of appointment booking and reminder moved to backend #117
Changes from 36 commits
5640079
8407919
c76b466
bfaf187
12a517d
0c641e9
29857ba
63d0d6f
a31cef2
4395f39
d8900aa
aee3b64
1246c0a
4c379be
d88975b
09bc9f7
6718e62
e5ee037
bd89818
a8e6d06
ade2221
0f6a3c6
2b8f041
d06a6e3
43ee6c8
dfb9347
7762a23
7ebe69c
b19d36e
52d572f
9cbf697
efc4a7e
cd829d4
fcc423b
ac2b2f3
ede9471
86bfd69
d6f376b
551a8f0
ae5683c
ce8c9a0
5edc04c
d608863
94114bf
d68b46c
58f3d69
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we shouldn't be mixing event with the topic here.
if any mapping needs to be done regarding which topic it must be sent to, then the listener to the spring application event (e.g. bahmni events module) - should use some mapping to identify the topic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@binduak ^