diff --git a/README.md b/README.md index fd50acf..402d006 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,11 @@ The application was written using the [Spark](http://sparkjava.com/) micro frame - Follow proper RESTful conventions in naming of routes - Some routes do not follow proper REST naming conventions, this might cause a difficulity when developing a third party client (e.g. a mobile client) and the developer expecting standard naming to exist. - Add integration tests - - - Security - As the application is designed to be self-hosted and no real sensitive data was being handled by the application no security features were taken into account when developing the application. This is a pretty big flaw and should be addressed. - - Multi garden + - Multi garden support - Currently the application only supports one garden, schema support exists for multiple gardens but this needs to be worked into the application. - - Multi user + - Multi user support - Currently the application only supports a single user (as per the client's requirements), improvements could be done to support multiple users. - Proper seperation of view related code - Currently the view side of the application contains a lot of repetation and could be said to be moderately tightly coupled. Improvements of this side of the application were undertaken in the form of splitting the view into templates but due to time constraints further development was not done in this manner.