Update
This commit is contained in:
12
doc/Task/spec.md
Normal file
12
doc/Task/spec.md
Normal file
@@ -0,0 +1,12 @@
|
||||
- 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)
|
||||
Reference in New Issue
Block a user