[Feature]: Blockers #3
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Klectr/KStandup#3
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Guidelines
Description
Would be nice to know if a particular task has any outstanding blockers.
Problem
I dont know if a task i have planned for the day can be worked yet or not
Proposed Solution
each todo likely needs to hold more information than just the string value of what it is. Maybe a status which could be indicated in the ui, as well as some way to set a blocker. Blockers will probably need to be their own struct as well.. Tho, if i were to make it super simple, id say something along the lines of this COULD suffice in the short term:
then if blocker is not
None
then one could assume theres a blocker and display it somehow. Youll ofcourse need a way to display it. Maybe a modal will suffice?This will ofcourse mean just 1 blocker per todo.
Alternatives Considered
A more complex approach ofcourse. A status on Todo and a list of blockers with some visual representation. Blockers could hold a value and a status of themselves maybe. Could be a V2