Update todo

This commit is contained in:
Lukas Bachschwell 2018-11-13 19:02:00 +01:00
parent 17cd1d8cf5
commit d760194f1a
1 changed files with 13 additions and 8 deletions

View File

@ -12,17 +12,22 @@ To regenerate docs simply run `bee generate docs`
## TODO
- company controller, create databases and so on
- Update not found to json
- load db connections from config
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
* checking some roles in all endpoints
* load db connections from config
* user delete needs to update system
* company delete needs to exist and update company
## Notes:
- Fixes have been placed into the beego orm for setting the timezone when using NewOrmWithDB()
## Management tools
## Script
- create databases,
- run different migrations on template and system
- run migrations on all company tables (list, connect, migrate)
- generate password
- script that runs all migrations (and passes through rollback or others, show states for company, run for single company) (list, connect, migrate)