This commit is contained in:
2020-01-29 00:48:56 +00:00
parent 42fcada6a5
commit 8221437440
2 changed files with 169 additions and 26 deletions

View File

@@ -48,16 +48,12 @@ CURRENT TODOs
SHELL / NAV / MENUS / LAYOUT
CLIENT PROJECT CUSTOM FIELDS CHANGE
- Must use numeric instead of text values now for field types
- Additional NUMBER is split now between integer and decimal types update control STEP value for inputs to include decimal places or none depending on type
TODO: GRIDS
- MAKE GRID AS GENERIC VUE COMPONENT
- See gz-data-table.vue notes in component comments for it's own todo's
- See test-widgets.vue for parent container that hosts control and get devving!!
- MUST HANDLE HIDDEN FIELDS AND NOT DISPLAY (this is also a server issue)
- Grid does *NOT* have sort indicators or controls, that's behind the grid in the filter UI, this is necessary for reasons I forget
@@ -85,6 +81,8 @@ TODO: GRIDS
- Modify the grid to no longer use mock values but real ones instead and test
TODO: MAKE COMPONENT Select lists and filtering by tag "select-search-filter-control"
- Implement it as a component with built in searching and tag selection that is sticky by individual form item
- this is an important crucial item and needs to be easy and clean