coding test

profilesreddy

 

ABC is getting into the valet parking business (hey, we're close to the airport....). We need a web application to manage it.

We have a parking lot with 3 different sizes of spots: compact, regular, large. Cars need to be parked most efficiently in order to accommodate as many cars as possible. We need to charge customers based on size of their car and length of stay. We need to be able to provide customers with a valet ticket that includes start date, pickup date, and stall #.

What's provided:

  • All dependencies to write a SpringMVC/JPA application
  • A stubbed out controller to get you started
  • A starter Domain model/entity and Repository (DAO) - Feel free to ignore/completely change these
  • A basic UI at /park
    • 7 years ago
    • 10
    Answer(0)