Update todo
This commit is contained in:
parent
17cd1d8cf5
commit
d760194f1a
21
Readme.md
21
Readme.md
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user