feature_flagger
feature_flagger copied to clipboard
Mountable Dashboard
A dashboard where admins can check how many accounts have been rollouted for a given resource (account, user etc..)
The dash is similar to sidekiq dashboard in terms of functionality. see: https://github.com/mperham/sidekiq/tree/master/web
Checklist:
- [ ] Possibility to check all declared rollouts(feature keys) with resource amount;
- [ ] Remove a resource from a given rollout;
- [ ] Add a resource to a given rollout;
- [ ] Mountable to Rails apps;
- [ ] Secured by basic authentication;
Smells like a completely different gem.
I agree.
Rails mountable engine or Sinatra app?
I wonder how sidekiq does this.
A Sinatra app that mounts on Rails applications.
Sounds good. With a good definition of a public API it shouldn't be hard to implement.
On Sat, Sep 3, 2016, 12:29 Nando Sousa [email protected] wrote:
A Sinatra app that mounts on Rails applications.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ResultadosDigitais/feature_flagger/issues/7#issuecomment-244552800, or mute the thread https://github.com/notifications/unsubscribe-auth/AAx3j8Xt2qyOSIykozcB8H7z0_Qjy8-bks5qmZJvgaJpZM4Juea7 .
done: https://github.com/ResultadosDigitais/feature_flagger_ui