connell-class / revassess

this is a trial repo for making a template for the revature assessment
2 stars 11 forks source link

Feature request: Class structure is unused #28

Open flacks opened 4 years ago

flacks commented 4 years ago

Is your feature request related to a problem? Please describe. The class structure implemented from the diagram during the exercise is unused, apart from testing.

Describe the solution you'd like Require the implemented class structure to be used throughout the project, culminating near and at the end of the exercise, where a Revassess taker must consume the back-end endpoint in an object-oriented manner, and serve it to a webpage in the same way.

Describe alternatives you've considered This could be achieved through the use of libraries such as Jackson Databind.