This commit is contained in:
2019-11-27 01:06:09 +00:00
parent 5bb3fe12ab
commit a40309f8cb
2 changed files with 14 additions and 11 deletions

View File

@@ -45,13 +45,18 @@ CURRENT ROADMAP
CURRENT TODOs
=-=-=-=-=-=-=
TODO: Date picker is not immediately updating the view when a selection is made when it starts empty
- Time picker works properly
- diagnose this with the standalone date-picker component for custom field and then port to the dateAndTime picker which exhibits the same issue
TODO: Date picker and time picker were copied from dateAndTime picker and seem to be retaining the full date and time when they should really only have a single part or is that wrong?
TODO: What is the default value for time with a date only picker and date for a time only picker? Date picker and time picker were copied from dateAndTime picker and seem to be retaining the full date and time when they should really only have a single part or is that wrong?
- i.e. Date picker is still accessing the time and factoring it in and Time picker is still using the date
- DateOnly method used in time picker and timeonly method used in datepicker when setting the value
- What is the scope of the data usage going to be?
- Will I need to report on a time only custom field?
- What is it in v7 right now, a full date and time value or ...?
- Theoretically the unused part is really unnecessary but these things have a way of being necessary later so think about it now and refer to v7 as a helpful reference
TODO: In a few places in my own components I'm emitting multiple events for changes when possibly it should just be one
- Determine which events are being emitted in custom controls
- Research those events to see what they actually mean to VUE / VUETIFY
- Remove any extraneous or unnecessary events (even just to test if they are required)
TODO: Change detection dirty tracking not quite right on the widget form:
- Make a new record then click into each field and edit it and notice the save button doesn't enable