From ec105eb55a34563f5f749ca7792b71e60c838988 Mon Sep 17 00:00:00 2001 From: Mirco Nasuti <mirco.nasuti@chuv.ch> Date: Wed, 3 Feb 2016 14:52:34 +0100 Subject: [PATCH] update readme -> TODO and BUGS --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9fee0fd42..5fd09c94d 100644 --- a/README.md +++ b/README.md @@ -13,24 +13,22 @@ The API documentation is available at `<BASE URL>/swagger-ui.html`. A JSON versi ## TODO * Fix bugs; -* Externalize configuration (DB parameters, security enabled/disabled, ...); +* Add introduction page; * Add author's view if needed; * Implement delete methods if needed; -* Implement logout; -* Add introduction page; -* Update front-end behavior when not logged in; +* Externalize configuration (DB parameters, security enabled/disabled, ...); +* Implement SoapUI tests; * Clean code (both back-end front-end); * Sync with original Swagger description; -* Implement SoapUI tests; * Make user tests with multiple users. ## BUGS +* Freeze when accessing not allowed URL (should redirect to login page); +* Logout does not work; * In the profile view, we shouldn't see the '+' between firstname and lastname; * Export PDF; - - ### Maintenance * To keep an updated API documentation, the developers should keep synchronized both the auto-generated swagger file (from Java annotations) with the hand written one. You can follow this method to get a YAML description from the Java-annotated code: -- GitLab