diff options
author | sgdt6900 <rhanafy.ext@orange.com> | 2018-01-11 11:57:43 +0200 |
---|---|---|
committer | sgdt6900 <rhanafy.ext@orange.com> | 2018-01-29 17:33:27 +0200 |
commit | 57a6fa48a7c5c581db50f9590b9ad6c4be43ac2d (patch) | |
tree | 3c0965da89fd8bb2a8fed441518a7e2c0d1c3a60 /docs/TODO.md | |
parent | 0129d960d4c39d96e775674264c06908e121b7ed (diff) |
adding some comments to enahnce
removing comments and add todo point
Signed-off-by: sgdt6900 <rhanafy.ext@orange.com>
Change-Id: I38f21bd7557fb758b50d561a06efe8ea09ca07fc
Diffstat (limited to 'docs/TODO.md')
-rw-r--r-- | docs/TODO.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/TODO.md b/docs/TODO.md index afdadf3c..caca158a 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -21,6 +21,8 @@ Bugs to fix: - When adding user or VM in GUI, there is a bug in the backend (manager ?) - GUI: in the "Projects" tab, move the "Map" link in the "Action" button - GUI: move tabs in this order : "Models, Policy, PDP, Projects" +- Fixing Error Handling at module "Interface" & "Wrapper" according to this link 'http://flask-restful.readthedocs.io/en/0.3.5/extending.html#custom-error-handlers' +- in case an error occurred, it would be better throwing an exception rather than sending result with error code (as the exception was already thrown in some cases ) [ Interface, Wrapper] Other actions: |