From d760194f1a814f7952654f0513b5f17e91f9145e Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Tue, 13 Nov 2018 19:02:00 +0100 Subject: [PATCH] Update todo --- Readme.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 2e51852..d988196 100644 --- a/Readme.md +++ b/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)