This commit is contained in:
2021-10-30 00:18:29 +00:00
parent c06a66fe42
commit b59e7b6dca

View File

@@ -1,3 +1,45 @@
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: 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
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