ja-he / dayplan

A utility to plan and track your time.
MIT License
5 stars 1 forks source link

Support for Tasks (Planning) #25

Closed ja-he closed 9 months ago

ja-he commented 2 years ago

Goal

I want some way of planning tasks that might not be clearly scheduled or duration-defined, but live in some sort of backlog.

I think letting tasks have subtasks makes sense, but we'll see. I want to avoid having references between things. A task can live in the backlog until we decide to do it on a given day, at which point it's converted to an event. If it's a subtask, it is removed from the parent task; no reference to the event is made.

To remove a task from the backlog it can either be scheduled (moved to a day and time) or simply removed.

UI

Task Planning View

2022-03-27_173423

Interaction

2022-03-27_174141

Data Model

# TODO