davpin / cf-SpringBootTrader

Microservice version of the Spring Trader app using Spring Boot and Spring Cloud.
Apache License 2.0
104 stars 105 forks source link

create market summary service #38

Open davpin opened 8 years ago

davpin commented 8 years ago

Currently the summary of quotes on page header is 3 FS and 3 IT quotes picked at random from a list. And the market summary is hard coded to zeros.

There should be a service to retrieve this information from somewhere and instead of being 3 FS and 3 IT quotes, should be 3 top performers and 3 worst performers.