Skip to content

Feature Flag System #42

@thatplatypus

Description

@thatplatypus

Summary

We have some more experimental tools/features that are only available by a development toggle (so unavailable in the hosted production build), however these can bring early value. We can better enable this by making feature flagging a first class citizen.

Basic example

Settings could could have an experimental section similar to many other popular web browsers and development tools. We could enable the less polished tools like the html preview instead of just making them unavailable in the build.

Motivation

Early feedback on new and experimental features

Additional context

  • HTML preview tool could be promoted to feature flagged
  • Flagzor or something similar for feature flag management?
    • We only need something that works within the context of the browser
    • And maybe local storage

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestfeatureBrand new functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions