aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2021-12-04 12:14:07 +0000
committerdam <dam@gudinoff>2021-12-04 12:14:07 +0000
commit54515ea48a167a931c0f1aeb9d0170af7e147547 (patch)
treeafe5d4b0a7a386467b8f5d8bf59990a5cc5e7642 /readme.md
parent33ecde916329f58a6d0600a5a8ba6a60b83b9ac9 (diff)
downloadsurgery-log-54515ea48a167a931c0f1aeb9d0170af7e147547.tar.zst
surgery-log-54515ea48a167a931c0f1aeb9d0170af7e147547.zip
Add todo items and prepare date picker for inputing values.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index cdc6583..b51e8ea 100644
--- a/readme.md
+++ b/readme.md
@@ -2,4 +2,6 @@ Surgery Log
===========
# ToDo
-- [ ] Build to do list.
+- [ ] Datepicker:
+ - [ ] On click (without drag) reset velocity to 0; show and focus 'input' to allow introducing value.
+ - [ ] Input form fields is a column of input items; each input item has (from left to right) a 'LineEdit' and a 'Button'; pressing the button shows a list with possible entries for that field, and selecting an entry will copy that entry text to the 'LineEdit'; if the 'LineEdit' has text, it's 'Clear Button Enabled' is set and the 'Button' should become smaller (to allow more text to be visible.