Skip to content

chrisjwwalker/feature-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feature management

Simple scala play frontend demonstrating feature switching

How to start

sbt -Dfeatures.app=true run

or

sbt stage
cd target/universal/stage/bin
./feature-management -Dfeatures.app=true

Routes

GET /sample-view

Render html page containing dummy link to register/login and a set of contact details

POST /set-feature/:name/state/:boolean

Turns a feature on or off. Available features include

  • Login: Toggles html in the sample view
  • contact-details: Toggles html in the sample view
  • app: Toggles whether the service is available or not

About

Scala play application demonstrating feature management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published