Samagra-Development / Doc-Generator

Create PDFs from a variety of formats.
17 stars 46 forks source link

Feature Flags for DOc Generation stages #33

Open radhay-samagra opened 2 years ago

radhay-samagra commented 2 years ago

Is your feature request related to a problem? Please describe. Currently, there is no feature flag for the plugin stages, i.e document upload, shortened URL, etc. There needs to be an implementation of an environment variable or config-controlled boolean flags to toggle between features in doc generation stages.

Describe the solution you'd like There needs to be the implementation of boolean variables in the config/environment through which certain stages of doc generation can be skipped, i.e. SHORTEN_URL=false, UPLOAD_FILE=true, etc.