giftig / flippy

A feature switching application which can also be used as a library for scala applications
MIT License
3 stars 3 forks source link

Add a GUI web interface #9

Closed giftig closed 8 years ago

giftig commented 8 years ago

A simple control panel using the HTTP API to manage the switches. This will be entirely static content, with AJAX calls to the API used to render the interface and perform updates, so this can be served via a web server of the user's choice, or served directly by Spray via flippy itself if desired.

As it's just static content hitting the API, it'll also be easy to extend, reskin, or replace entirely.