add TODO for up-next tasks - api calls

This commit is contained in:
Amra Šabić
2018-02-17 18:34:11 +01:00
parent 2362d417d6
commit ce90f496d1
3 changed files with 15 additions and 1 deletions

View File

@@ -51,4 +51,8 @@ exports.remove_user = function(req, res) {
}
res.json({ message: 'User successfully deleted' });
});
};
};
// where should you place this:
// TODO for testing if a particular user has a particular permission over a particular object
// TODO for querying what permissions a particular user has over a particular object