feature_flagger icon indicating copy to clipboard operation
feature_flagger copied to clipboard

Mountable Dashboard

Open nsoufr opened this issue 8 years ago • 5 comments

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;

nsoufr avatar Aug 26 '16 21:08 nsoufr

Smells like a completely different gem.

pcasaretto avatar Aug 29 '16 21:08 pcasaretto

I agree.

Rails mountable engine or Sinatra app?

nsoufr avatar Aug 30 '16 11:08 nsoufr

I wonder how sidekiq does this.

pcasaretto avatar Aug 30 '16 11:08 pcasaretto

A Sinatra app that mounts on Rails applications.

nsoufr avatar Sep 03 '16 15:09 nsoufr

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 .

pcasaretto avatar Sep 03 '16 17:09 pcasaretto

done: https://github.com/ResultadosDigitais/feature_flagger_ui

nsoufr avatar May 31 '24 18:05 nsoufr