Skip to content

Palo-IT-Australia/feature-flags-iv-pairing

Repository files navigation

This is a coding exercise for interview process

Feature flags

Feature flags is a way how to enable some functionalities to selected customers before releasing it to the mainstream.

Tasks to implement

  • Enable user for a specific feature flag (feature flag can be named as strings)
  • Check if user has access to a feature flag
  • Get all permitted users for the feature flag

Bonus tasks

  • implement the percentage for the feature flag (The percentage shows how many users have access to the feature flag)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published