DRAFT: refactor discused in #116 - #132
jakubdomanski wants to merge 29 commits into
Conversation
Added user configuration handling to the task service and updated task completion logic to preload subtasks.
chore: merge with upstread main
|
I went through the suggestions quickly @jakubdomanski. Thanks for giving it this much thought. Honestly these seem to be pretty good additions to the repo. I'll take a closer look later and probably create issues and breakdowns. I'm struggling with my own capacity to work on mindloop for the time, but I'm sure breaking these down to finer details will help anyone contribute as well. Or if you'd like you could as well. Thanks again! appreciate it. |
|
Sorry for the delay; I've had some stuff on my head that was very important. |
|
Hi @jakubdomanski would you be working on this anymore? |
THIS IS DRAFT
Just wanted to show that I'm still working on it; it’s taking a bit longer than expected.
Closes #119, #118, #117
See discussion #116
At time of writing this changes are tested by automatic testing and manually testing the web interface.
TODO:
What was done:
Possible next steps / ideas:
6.1. to make kubernetes deployment easier - all vars in config should be able to overwrite by os.GetEnv()
6.2. user config should be moved to db and edited by user in web/cli/tui
6.3. initialization of the app should not depend on running some magic command in cli - wordpress like configuration in web at first run/login would be nice