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

Enable Scheduler Feature using App Configuration #626

Merged

Conversation

msalemcode
Copy link
Contributor

This PR will implement major enhancement to control enable and disable scheduler feature. The PR contains following changes
1- Adding IsMeteredBillingEnabled flag to AppConfig.
2- Adding logic to check for the flag under Scheduler Engine
3- Adding logic to check for the flag in base controller for Admin site
4- Modify Views to show and hide scheduler option based on the flag stored in TempData view
5- Modified documentation to reflect the changes and show HOW-TO enable and disable
6- Modified Deployment script and remove unused parameters
7-Default the flag value to True

PR handling the following issues #569 #469

Copy link
Contributor

@santhoshb-msft santhoshb-msft left a comment

Choose a reason for hiding this comment

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

reviewed and tested the logic. looks good. Approved

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.

Check if the SupportmeteredBilling is aligned with logic
2 participants