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