This commit is contained in:
@@ -14,8 +14,13 @@ TODO CLIENT STUFF
|
||||
|
||||
TODO NEXT
|
||||
|
||||
Choose a validation library (or none at all)
|
||||
consider the workorder when doing that as it's the most complex to validate
|
||||
Put all the widget fields on the form
|
||||
Check rights when navigating to the form
|
||||
Fetch the record when the form opens
|
||||
Localize the validations
|
||||
Ensure my own validations work to match the biz rules for the widget form.
|
||||
Add update and save code
|
||||
Make all fields work according to specs below
|
||||
|
||||
|
||||
Make a basic crud form with all the fields necessary, then iterate over it adding the items below.
|
||||
|
||||
@@ -73,7 +73,7 @@
|
||||
<v-flex xs1>
|
||||
<v-btn @click="clear">clear</v-btn>
|
||||
</v-flex>
|
||||
<v-flex xs1 ><!--offset-xs7 offset-sm9 -->
|
||||
<v-flex xs1>
|
||||
<v-btn @click="submit">submit</v-btn>
|
||||
</v-flex>
|
||||
</v-layout>
|
||||
|
||||
Reference in New Issue
Block a user