arleybri18 / rails-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Joon Challenge

Setup

  • Install Docker
  • run ./joon setup

Development

Use your editor of choice, code is in the challenge folder. Start a container shell with: ./joon start You can open as many shells as you'd like.

Challenge

Add a new endpoint at /employees/report.csv that will respond a CSV file with:

  • Employee name
  • Employee email
  • Employee start date
  • Total employee benefit
  • Average employee benefit (per month)

The goal of this challenge is not completion, is to check how we interact, how you reason and how you tackle problems. I don't care if the end result works or not.

About


Languages

Language:Ruby 74.2%Language:HTML 12.3%Language:JavaScript 7.1%Language:Shell 2.6%Language:Dockerfile 2.1%Language:CSS 1.5%Language:SCSS 0.4%