This commit is contained in:
@@ -1,15 +1,7 @@
|
||||
todo: Can't do proper testing without a way to enter dates and times that is determinate
|
||||
options:
|
||||
central wrapper / custom command that has figured it all out and takes a date and time object and sets it using whatever black magic fuckery is necessary so can just adjust that one thing when it fails in future vuetify update
|
||||
rewrite the datetime pickers so that they accept typed dates and times
|
||||
click on icon only to bring up picker, else can type into box beside it
|
||||
bonus is that there is apparently now coming date and time pickers in new browser releases circumventing the issue
|
||||
but a freeform box would probably be ideal for some fast typists
|
||||
provide an alt entry method user can select as their default input method which is just plain text only
|
||||
provide multiple choice pickers with combined hybrid or picker only or plain textbox or native input localedatetime whatever
|
||||
|
||||
research:
|
||||
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local
|
||||
todo: flow native date time input option to the standalone date and standalone time pickers
|
||||
remove the native pickers that were separate objects and the backup datetime no longer required
|
||||
test and confirm native works in date/time/datetime
|
||||
Update e2e test to set to native on first task before it starts doing input
|
||||
|
||||
|
||||
todo: some elements like buttons and nav menu etc are repetitive and prone to breakage so perhaps centralize that so can just provide a hint and it will pick it properly every time
|
||||
@@ -39,7 +31,7 @@ todo: some elements like buttons and nav menu etc are repetitive and prone to br
|
||||
|
||||
|
||||
|
||||
|
||||
=====================================================================================================================================
|
||||
Smoke test = quick test to ensure the most critical functionality is not broken
|
||||
this is not so useful for us as the act of development involves many smoke tests on it's own
|
||||
also we don't release often enough to need this kind of test
|
||||
|
||||
Reference in New Issue
Block a user