From 7b4629a8ba2afa709385c864e1abd350db448d75 Mon Sep 17 00:00:00 2001
From: Mirco Nasuti <mirco.nasuti@chuv.ch>
Date: Fri, 5 Feb 2016 12:06:41 +0100
Subject: [PATCH] update README

---
 README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d60331bf3..ce9c373c3 100644
--- a/README.md
+++ b/README.md
@@ -12,17 +12,16 @@ The API documentation is available at `<BASE URL>/swagger-ui.html`. A JSON versi
 
 ## TODO
 
-* Fix bugs;
-* Implement delete methods if needed;
-* Externalize configuration (DB parameters, security enabled/disabled, ...);
 * Implement SoapUI tests;
 * Clean code (both back-end front-end);
 * Sync with original Swagger description;
-* Make user tests with multiple users.
+* Externalize configuration (DB parameters, security enabled/disabled, ...);
+* Make user tests with multiple users;
+* Fix bugs.
 
 ## BUGS
 
-* Export PDF;
+* Export PDF does not work;
 
 ### Maintenance
 
-- 
GitLab