From 729dafb3b3c1f21ea85a3002fe647ecd9e3d2264 Mon Sep 17 00:00:00 2001 From: Yevheniy Hvozdikov Date: Sun, 22 Nov 2020 20:01:37 +0100 Subject: [PATCH] Adding wanted improvements section in README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f157eff..0ffd92a 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,9 @@ The first 2 profiles will run the project directly(clicking on the green play bu In this case you need to add to the path "/pokemon/{pokemon name}" where instead of `{pokemon name}` you need write the name of the pokemon, if the pokemon is found, a json string with `name` and `description` will be shown in the browser. -In case you want to use the "Docker" profile, make sure you have "Docker Desktop" installed, from the [docker website](https://www.docker.com/products/docker-desktop). \ No newline at end of file +In case you want to use the "Docker" profile, make sure you have "Docker Desktop" installed, from the [docker website](https://www.docker.com/products/docker-desktop). + +## Wanted improvements +* Add documentation, possibly with swagger +* Adding a validation service layer, so the incoming data can be validated before any other call +* Adding more test coverage for the services behind the controller \ No newline at end of file