Skip to content

Feature flags (WIP)#47

Draft
mcmontag wants to merge 3 commits intopagefaultgames:masterfrom
mcmontag:feature-flags
Draft

Feature flags (WIP)#47
mcmontag wants to merge 3 commits intopagefaultgames:masterfrom
mcmontag:feature-flags

Conversation

@mcmontag
Copy link

@mcmontag mcmontag commented Jul 30, 2024

Adds basic feature flag support. Feature flags can be enabled/disabled, and are configured with one of three "access levels":

  • "DEV_STAFF"
  • "CONTRIBUTOR"
  • "EVERYONE"

Flags are currently only configurable by interacting directly with the DB.

discordId is used to determine a user's access group (currently hardcoded).

Enabled feature flags for a given account are returned in a new field on the /account/info response.

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.

1 participant