handle kanban wakeup fully
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
> took care of "asleep" with a31a32c - "someday" doesn't need a wakeup since strictly speaking asleep lists aren't invisible; the wakeup date just indicates when user should be notified that I am here.... someday is always here but never notified
>
> so... typical workflow
>
> 1. create an asleep list for a given timerange
> 2. add/move tasks into that list
> 3. when wakeup date hits, user is notified somehow that a list is ready to wake up
> 4. user is continually notified as long as that list exists, has a past wakeup date, and has cards in it
> 5. typically user resolves it by merging that list into active backlog, which then will resolve it
>
> for the "someday" case
>
> 1. user creates a someday list
> 2. add/move tasks to list
> 3. during usual org sessions, user moves stuff over
> 4. list never goes away
_Originally posted by @ctengel in [#93](https://github.com/ctengel/taskmaster/issues/93#issuecomment-3436158427)_
essentially - notify the user!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.