Checking basic roles for updates

This commit is contained in:
2018-11-16 13:55:28 +01:00
parent e79ece15aa
commit 6fe3cb9bd7
5 changed files with 66 additions and 12 deletions

View File

@ -14,18 +14,15 @@ To regenerate docs simply run `bee generate docs`
Todo till we can fork this repo
- Not found for endpoints should be Json response
- migrations for company_template
- hardcoded roles
* ~~/register endpoint creates database, company and first admin~~
* ~~load db connections from config~~
* ~~user delete needs to update system~~
* ~~company delete needs to exist and update usercompanymap~~
* ~~last modified in update for all tables~~
* checking some roles in all endpoints
* modifiedby (companyuserid) relation
* return error in case of not found
- ~~/register endpoint creates database, company and first admin~~
- ~~load db connections from config~~
- ~~user delete needs to update system~~
- ~~company delete needs to exist and update usercompanymap~~
- ~~last modified in update for all tables~~
- ~~modifiedby (companyuserid) relation~~
- ~~checking some roles in all controller endpoints~~
- return error in case of not found
- go through all endpoints for errors
## Notes: