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
|
## TODO
|
||||||
|
|
||||||
- company controller, create databases and so on
|
Todo till we can fork this repo
|
||||||
- Update not found to json
|
|
||||||
- load db connections from config
|
- 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:
|
## Notes:
|
||||||
|
|
||||||
- Fixes have been placed into the beego orm for setting the timezone when using NewOrmWithDB()
|
- Fixes have been placed into the beego orm for setting the timezone when using NewOrmWithDB()
|
||||||
|
|
||||||
## Management tools
|
## Script
|
||||||
|
|
||||||
- create databases,
|
- script that runs all migrations (and passes through rollback or others, show states for company, run for single company) (list, connect, migrate)
|
||||||
- run different migrations on template and system
|
|
||||||
- run migrations on all company tables (list, connect, migrate)
|
|
||||||
- generate password
|
|
||||||
|
Loading…
Reference in New Issue
Block a user