diff options
author | Ruan HE <ruan.he@orange.com> | 2018-01-30 13:41:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-01-30 13:41:04 +0000 |
commit | 9da7ac6718d66b73ba7fc8fc70e656a70e4db766 (patch) | |
tree | 672d21b1c8a8fd7ac67a3d2f2b2e265b22493fd2 /docs | |
parent | 0da820e8d8ff75ff9e12b80501cc38aa1f3507a8 (diff) | |
parent | 57a6fa48a7c5c581db50f9590b9ad6c4be43ac2d (diff) |
Merge "adding some comments to enahnce"
Diffstat (limited to 'docs')
-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: |