13 lines
883 B
Markdown
13 lines
883 B
Markdown
- task: id, name, date?, status, schema?
|
|
- status: active, done, inactive, past (< today)
|
|
- breadcrumb: /tasks, /tasks/all, /tasks/:id
|
|
- period: today to +2 weeks
|
|
- done task: strikethrough, less opacity, default eye hide
|
|
- inactive task: less opacity, smaller
|
|
|
|
- start page: /tasks button
|
|
- tasks page: list tasks (name, toggle onclick), only period, group by date, no-date first, hide inactive, navigation (schemas, create, list, toggle, refresh)
|
|
- all tasks page: list all task (name, toggle onclick, edit, delete), sort by date desc, no-date-first, navigation (schemas, create, refresh)
|
|
- edit page: form (name, date, status), current values, buttons(save, abort) remove schema on update
|
|
- navigation: calender icon (schemas), + icon (create), list icon (all tasks), eye icon (toggle), arrow (refresh), pencil icon (edit), bin icon (delete), save icon (save), abort icon (abort)
|