Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Subby committed Aug 21, 2018
1 parent 58a5bb1 commit a1b7482
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -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.

0 comments on commit a1b7482

Please sign in to comment.