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 User Module Content services from the system #339

Conversation

Satendra-SR
Copy link
Member

@Satendra-SR Satendra-SR commented Jan 30, 2023

#323

Please complete the following steps and check these boxes before filing your PR:

Types of changes

  • Bug fix (a change which fixes an issue)
  • New feature (a change which adds functionality)
  • Tech debt

Short description of what this resolves:

Why these change required? What problem does it solve?

  • Removed the table user_module_content and all related code dependencies in the system.
  • The table user_module_content is used to get which module and content went out on which day.
  • We added a new table called program_sequence which holds the sequence of each module content.
  • This program_sequence table id is being mapped to the call_log table where we can get the sequence.
  • Now, we can eliminate the table user_module_content as it is taking time and resources to process these details by the system for each webhook call.

Checklist:

  • I have performed a self-review of my own code.
  • The code follows the style guidelines of this project.
  • The code changes are passing the CI checks
  • I have documented my code wherever required.
  • The changes requires a change to the documentation.
  • I have updated the documentation based on the my changes.

Copy link
Contributor

@GauravGusain98 GauravGusain98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@Satendra-SR Satendra-SR merged commit ed0b781 into develop Jan 30, 2023
@Satendra-SR Satendra-SR deleted the feature/323/removed-user-module-content-services-from-rp-ivr-system branch January 30, 2023 12:07
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.

2 participants