Skip to content
Snippets Groups Projects
Commit ec105eb5 authored by Mirco Nasuti's avatar Mirco Nasuti
Browse files

update readme -> TODO and BUGS

parent cfef74c1
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment