Add status DOING #68
Replies: 15 comments 19 replies
-
And when I check on it, the DOING or TODO will change to DONE |
Beta Was this translation helpful? Give feedback.
-
Definitely another status. I am also thinking about |
Beta Was this translation helpful? Give feedback.
-
Maybe a simpler and more dynamic solution is would be to add a text box that pulled in tag(s). Then we could use whatever tag was appropriate to our way of managing tags. |
Beta Was this translation helpful? Give feedback.
-
Another important status would be WAITING to support GTD's waiting for list. |
Beta Was this translation helpful? Give feedback.
-
Feedback neededI am looking at implementing this. I am a long way through the implementation and would like to make some decisions fairly soon in order to make a test build available. I would really appreciate comments and feedback on the below, as a minimal first release of this facility ProposalI am thinking that what I will call status is entirely determined by the character between This is consistent with TODO being a space - and DONE being So this means assigning some default characters to use in I've been using SlRvb's Alternate Checkboxes. Here's what I've got so far: Proposed New statuses, and the characters to indicate them:
Existing
Maybe also add
In a later release, users may initially be able to customise the assignments, but initially it would be hard-coded. Ideas for commands
|
Beta Was this translation helpful? Give feedback.
-
My vote: Definitely no emojis I would add [1] [n] = do next (IE the thing after the [/]) Sort order /d,1n,[ ],>,< But better overall : why not just /123>< |
Beta Was this translation helpful? Give feedback.
-
Thanks for working on this! This will be a really cool feature for an already awesome plugin.
|
Beta Was this translation helpful? Give feedback.
-
providing a dataviewjs query here for context: get all tasks that you are waiting on:
|
Beta Was this translation helpful? Give feedback.
-
Not much new here, but posting some confirmation NONE - I agree with @siddhantac & @alwaysblank , I think it could be best to have something explicit/specific to avoid unexpected search results. I think this could be useful. [n] or [] both seem suitable. I have a preference for [] as it avoids English bias. OBSOLETE - I agree with @siddhantac & @alwaysblank , for an MVP this could be same as cancelled. I don't have a use case to distinguish. WAITING [.] works for me, like @alwaysblank Separately, until you allow customization, I think it best to only have one possible character per status. Also if you do allow customisation, this could create unexpected behaviour if people share lists via copy-paste or possibly sync. Eg [.] might be 'In Progress' for me and 'done' for someone else. I came here to check to see if I could configure toggle to cycle through [ ] → [x] → [-], so would love to have this functionality. However I can immediately see different people wanting to deactivate / activate / re-order different statuses from the toggle order. |
Beta Was this translation helpful? Give feedback.
-
Just to say that I haven't forgotten this. My conclusion from the above comments is that there are too many differences between the letters used for different themes and snippets to come up with a search mechanism that won't require people to rewrite their queries once a version that supports customisation is available. It's like I've got all the components in bits on the garage floor and I'm trying to work out how to assemble them all in a way that I have confidence that I've not introduced bugs along the way. |
Beta Was this translation helpful? Give feedback.
-
As an ex-ClickUp user, what I found very useful was the set of default workflow processes with the ability for the user to add their own statuses, order them & then choose which workflow process to use for a particular task What I think would make this feature great is the following: User able to create their own task statuses.As a task user, I want to create my own task statuses so that I can customise the workflow process that I use. This would be useful for implementing scrum &/or other product/project management frameworks in Obsidian. It would be great to get SlRvb's Alternate checkboxes by default & from the UI, be able to create new statuses & assign to emojis/icos as required. This would require the ability to map multiple statuses to 'To Do' & 'Done' Open for the scrum example is Open [ ] & for books is To Read [ ] > 📕. Both map to [ ] but represented by different emojis. User able to create custom workflow processes.As a task user, I want to use my custom statuses to create custom workflow processes so that I can manage a diverse set of processes in Obsidian. For example, I may track a set of books I have read in Obsidian, creating the following statuses & ordering them into the following workflow process
I may then also be working on a project in Obsidian using scrum so could create the following to track that:
User able to assign the workflow process for a particular note via YAML.When using multiple workflow processes, it would be necessary to have a way to distinguish which applies to which note via frontmatter i.e. workflow: 'Scrum' #Assignes scrum workflow to this note. |
Beta Was this translation helpful? Give feedback.
-
hmm, should statuses be paired up with the following? I think minimal theme is using these? |
Beta Was this translation helpful? Give feedback.
-
I've started a Project to track the remaining work on this, for the first and subsequent releases. |
Beta Was this translation helpful? Give feedback.
-
If you are interested in testing out a close-to-version-1 of custom statuses build, please see: |
Beta Was this translation helpful? Give feedback.
-
This was just released, in Tasks 1.23.0 🎉 You can search with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know if it is doable that make DOING available.
I have a idea like this:
And then when I click on the red DOING it will change to TODO like above one.
Beta Was this translation helpful? Give feedback.
All reactions