Skip to content

piotrberlowski/devoxx2015-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Allegro Devoxx 2015 Challenge

This is our coding challenge prepared for Devoxx 2015. In order to claim points from this challenge, you need to be registered at our conference portal using your Github account.

Task

Welcome at ACME company, we're selling a ton of great stuff here! We need you to finish our OfferService so we can respond to our clients' needs. The aim of our /offers endpoint is to serve only the coolest (and prettiest) things. You'll receive events representing cool stuff being created at our shop, but you have to check their photos before serving them to our users! Remember - we classify photo as pretty only when our super-clever REST PhotoScoreService returns score greater or equal 0.7.

Prerequisites

You only need Java 8 to solve this task.

How to

  • fork this repository and clone it,
  • code, code, code...
  • check if tests are green by running ./gradlew test (or using your favourite IDE),
  • create pull-request, so Travis can start the build.

Make it your own work - we don't like cheaters!

About

Allegro Devoxx 2015 coding challenge.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Groovy 52.2%
  • Java 47.8%