ehharvey / lms-2024

3 stars 2 forks source link

Implement Feature Flags #64

Open ehharvey opened 1 month ago

ehharvey commented 1 month ago

I want to consider including feature flag configurations to our app.

mathaaaaaaaaaar commented 1 month ago

I think it would be best to include feature flags from the get-go. I've used ConfigCat, which is pretty cool. If there's one you prefer, we can take a look at that too

ehharvey commented 1 month ago

Looks interesting!

At this point, any feature flags we use would probably be easiest to implement with environment variables or a config file. But as we move to a web app, it would be good to check things like this out!