This commit is contained in:
2019-11-13 22:56:03 +00:00
parent 12ecd2a3b8
commit 1d3d00c6f5

View File

@@ -109,7 +109,7 @@ DONE: New widget exposes issue with empty dates and the picker, it gives an erro
DONE: DUPLICATE
- Make it work, maybe server should do the duplicating and just return a record when user selects this, a duplicate route
DONE (NEEDS re-test ON MOBILE for appearance and functionality): Reports - stub out
TODO (NEEDS re-test ON MOBILE for appearance and functionality): Reports - stub out
- Stub out some fake reports in a drop down selection for testing, doesn't have to do anything but be present
- Currently implementing as a dialog, either I need to follow the vuetify dialog example and put it in the shell app.vue or I'm going to use the dialog library I already have once I get an answer on templates
- If I use the vuetify example it means there needs to be a dialog in the shell that is activated from any form inside it but it also needs to be bound and shit and won't be very clean
@@ -134,6 +134,14 @@ DONE: WIDGET Customize menu item
//DONE: Move all of my libs and code into the Window object under window.$gz(.local, .api etc)
TODO (NEEDS re-test ON MOBILE for appearance and functionality): Reports - stub out
- Stub out some fake reports in a drop down selection for testing, doesn't have to do anything but be present
- WAS implementing as a dialog, that needs to be replaced now, either I need to follow the vuetify dialog example and put it in the shell app.vue or I'm going to use the dialog library I already have once I get an answer on templates
- If I use the vuetify example it means there needs to be a dialog in the shell that is activated from any form inside it but it also needs to be bound and shit and won't be very clean
- If I use the library dialog component and figure it out in theory it will just popup when required and not pollute the shell template with anything. I guess it inserts itself into the dom.
TODO: Time picker showing military time when select PM at top
TODO: Widget edit form, new record gives following error because custom field not set that is required:
- {"error":{"code":"2200","details":[{"target":"WidgetCustom2","error":"2204"}],"message":"Object did not pass validation"}}