This commit is contained in:
2020-06-21 20:53:38 +00:00
parent 7425dc5d4b
commit ca329d1fcd
2 changed files with 10 additions and 5 deletions

View File

@@ -17,9 +17,8 @@ todo: USERS - Administration - Users
Or at least potential to do that d.t.r. (down the road / TTM)
SINGLE EDIT FORM
Set all user props relevant to the admin
todo: customer id, headoffice id, etc for those usertypes that require additional stuff set
only show optionally on that usertype
todo: need a role collection control of some kind for things like case 3417.
Control present all or subset of roles for selection, user can select from them like a checkbox dropdown or something.
@@ -151,6 +150,10 @@ todo: Login form customizable for logo etc?
- possibly other cases?
todo: Customer UI pages ability to add analytics tracking codes:
https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3574
todo: ADM-USER awaiting customer, headoffice id, etc for those usertypes
need to show if that usertype for selection
todo: NOW THAT FORM IS THERE MOSTLY, CLEAN UP CODE FOR RE-USE in many other forms
- Look for things to componentize
- Can I componentize the whole form itself so that I have all the basic requirements built in and can just customize certain things for each object type?

View File

@@ -1,13 +1,15 @@
<template>
<v-container fluid>
<gz-report-selector ref="reportSelector"></gz-report-selector>
<h3 class="red--text">
todo: revisit after add customer, ho, vendor to support usertypes customer,headoffice,contractor
</h3>
<v-row v-if="formState.ready">
<v-col>
<v-form ref="form">
todo: set password, maybe set user options? todo: show lastlogin on
list and in form as readonly
<v-row>
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-text-field
v-model="obj.name"