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

Removed the feature of sending appointment information to the patient by WhatsApp #127

Merged
merged 1 commit into from
Dec 30, 2022

Conversation

MrDave1999
Copy link
Member

@MrDave1999 MrDave1999 commented Dec 30, 2022

It was decided to remove this feature for several reasons:

  • The basic user can view the appointment information from the web application.
  • We have not found an easy and efficient way on how to get the title of the option selected by the user from the chatbot. The current code makes another call to the database to get the appointment information, when this should not be the case, it is inefficient.

It is true that this functionality has a benefit:

  • In case the basic user schedules an appointment for a dependent, the appointment information would reach the dependent's WhatsApp (e.g., a family member or friend).

PD: The code of the functionality has not been completely removed, in case the code is refactored.

… by WhatsApp

It was decided to remove this feature for several reasons:
1. The basic user can view the appointment information from the web application.

2. We have not found an easy and efficient way on how to get the title of the option selected by the user from the chatbot. The current code makes another call to the database to get the appointment information, when this should not be the case, it is inefficient.

It is true that this functionality has a benefit:
- In case the basic user schedules an appointment for a dependent, the appointment information would reach the dependent's WhatsApp (e.g., a family member or friend).
@MrDave1999 MrDave1999 merged commit f27c693 into dev Dec 30, 2022
@MrDave1999 MrDave1999 deleted the remove-feature branch December 30, 2022 23:22
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

Successfully merging this pull request may close these issues.

1 participant