6a2c28bb95
readme update because of CVS domain change
steam
2020-09-09 19:53:56 +02:00
504cc01a9f
some code improvements
steam
2020-03-06 19:16:02 +01:00
8d43230522
added README.md with application documentation
steam
2020-02-28 22:59:22 +01:00
439c1560d8
DataService implementation is done and tested. The application is now working end-2-end
steam
2020-02-28 18:28:03 +01:00
46a2e75331
return to the old fashioned style of object initialisation in DataTransformationServiceTest because of non compatible lombok @Builder with Jackson mapper
steam
2020-02-28 14:50:18 +01:00
ef17834289
make FeaturesControllerTest less verbose
steam
2020-02-28 14:27:14 +01:00
e7e8f786e8
added DataTransformationService transforming jackson serialized DTOs to flatten Feature objects
steam
2020-02-28 13:49:00 +01:00
9ad22501e9
refactor the data service for the consistent behavior in case of failure
steam
2020-02-27 13:58:36 +01:00
f448776dd4
- added a necessary DTO's and JsonFileRepository, what enables the application to serialize json-file in to DTO's - added application configuration properties to configure the test data file path, what can be overridden by the user
steam
2020-02-27 13:48:40 +01:00
25b6beb82c
add some test data to the project
steam
2020-02-27 13:44:54 +01:00
8e779b587d
- GET /features/{id}/quicklook added and tested on controller level
steam
2020-02-27 11:26:46 +01:00
90d3f81aac
- GET /features/{id} added and tested on controller level
steam
2020-02-25 22:26:44 +01:00
923e000474
- GET /features is now tested on controller level - added DataService as a data provider
steam
2020-02-24 22:31:13 +01:00
191a5b836d
Added a spring-boot application shell with a dummy message
steam
2020-02-20 23:39:46 +01:00