-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow multiple root goals #14
Comments
Since goal rendering process is being seriously affected by #255, it doesn't seem a good idea to shake this process from the other side. It's better to postpone this feature (again!). |
Not considered as blocked anymore. A recent commit may draw virtual root goal independently from real goals hierarchy. This is one goal towards current feature. Also, rendering engine that determines positions of goal widgets and edges has been quite well decoupled from any UI implementation in #255. Most probably, it could be taken into work in one of next releases. |
I've found there's a little motivation for me to work on this issue. Yes, it could help in reducing overall complexity on large goal trees. But it still doesn't seem significant. Instead, I'd like to focus on other improvements, like rendering or small (but still important) usability fixes. |
Currently, only one root goal is allowed. It's a legacy of my previous experiments (e.g., Clokado) which were aimed to solve a single big goal a time. SiebenApp allow to work with more complex goals, and there is no actual need to stick all of them to the single root goal.
Let's try to allow addition of new root goals. This could simplify overall goaltree height and reduce its complexity.
The text was updated successfully, but these errors were encountered: