This commit is contained in:
2020-04-04 21:08:18 +00:00
parent c020ab0362
commit 12caccf2b2
2 changed files with 12 additions and 6 deletions

View File

@@ -50,12 +50,6 @@ CURRENT TODOs
@@@@@@@@@@@ ROADMAP STAGE 2:
todo: is there a way to not have to specify "name" 5 times in a text field on widget form (for example), maybe can use this.ref??
- Yes, but it involves wrapping the v-text-field into my own component
- Then I can pass name as the ref and the component will handle the rest
- However, this is not a super bad idea because it adds abstraction above vuetify, but then really how realistic is it to just swap out vuetify?
todo: add tests for the following:
- customize form form
- NOTE: All cypress tests run serially anyway, so it's perfectly ok to customize the widget form, go see if it worked, then come back and reverse it without affecting the other tests