Skip to content

Aperta Feature flags

Jeffrey Gray edited this page Apr 18, 2018 · 2 revisions

Aperta Feature flags

"Feature flags" are generally used to roll features out gradually. They should generally not be used support the ability to turn on or off features of the app that we expect to be configurable forever. For that purpose it is better to use a configuration on the journal or the environment.

Current feature flags

  • CARD_CONFIGURATION: Enables the admin space for card editing
  • JIRA_INTEGRATION: Feedback requests generate JIRA tickets via JIRA API
  • KEEP_APEX_HTML: Flag to control the HTML that gets exported to PLOS typesetting partner
  • PREPRINT: Enables certain preprint features (preprint overlay in create sequence)
Clone this wiki locally