-
Notifications
You must be signed in to change notification settings - Fork 47
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
Question: Bullet Journaling Usecase #13
Comments
Thanks for the tip about the Bullet Journal method. It looks interesting, I'll definitely look into it as soon as time allows (I've been getting a lot of cool ideas from people lately, and it's great, it's just a little overwhelming 😄).
This is something I've been thinking about too. Recently I've come up with a tiny tweak to the tree view:
The middle dots basically say "this task has more than one parent" ("and the current view shows only one of them"). The user can then run Another idea is to add a quasi-state
Ideally, I'm looking for solutions that do not widen the output too much horizontally. Your idea could possibly work if we capped the items in the parentheses at 2-3 items max, and elided the rest, e.g. I would also reverse the direction of the arrow, to match the direction of the graph relationships. The nodes are not so much "moving" here as gaining another context to view them in. It seems that the directed graph structure has been causing some confusion, and it may take some time for users to adjust, but I believe working this close to the "raw" structure is also what makes the tool more flexible and powerful. Again, thanks for the suggestion! |
Thanks for taking the time to answer my question and idea - much appreciated. I personally think the double dots I think once v0.2.1 is available I will try to implement a Bullet Journaling workflow and report back feedback either in this Issue or a new one, depending on whether you want to close this or keep it open for more suggestions from other people. Thanks - Kai |
v0.3.0 is out now -- I ended up bumping the minor version. I'll keep this issue open. |
First of all thanks for putting time and effort into this, it looks really neat and has really narrow interface which I totally like.
I am also a big fan of bullet journaling, I don't know if you have heard of that technique - it is basically scheduling tasks on dates and moving them manually when you don't manage to complete them on the given date which in turn makes you reconsider if the task is really worth doing.
grit
comes really close to resembling this workflow. However, one thing I am currently missing on the default view is a way for me to see if a node has beenlinked
to another date/root.Is that also something you had in mind when designing this or do you have other plans with this?
Visual example of what I mean.
The text was updated successfully, but these errors were encountered: