This commit is contained in:
@@ -4,10 +4,6 @@ PRIORITY - ALWAYS Lowest level stuff first, i.e. TODO at server, api route chang
|
|||||||
=-=-=-=-
|
=-=-=-=-
|
||||||
|
|
||||||
|
|
||||||
todo: Document in user manual the Widget form as an example with instruction on how to use the various controls etc
|
|
||||||
- Can use widget for screenshots and examples of control types, but don't word with expectation it will remain because it won't
|
|
||||||
- "Anatomy of a AyaNova Form"
|
|
||||||
|
|
||||||
todo: INSTALLER
|
todo: INSTALLER
|
||||||
Might need to move up the installer so that Joyce can test and can just install it standalone and test out shit
|
Might need to move up the installer so that Joyce can test and can just install it standalone and test out shit
|
||||||
Windows installer for first iteration
|
Windows installer for first iteration
|
||||||
@@ -16,8 +12,7 @@ todo: INSTALLER
|
|||||||
initially it's an installation option, but then need to edit after the fact
|
initially it's an installation option, but then need to edit after the fact
|
||||||
Quick check of installers available still and is it still kosher to keep using the v7 installer or is something better, more supported by windows etc?
|
Quick check of installers available still and is it still kosher to keep using the v7 installer or is something better, more supported by windows etc?
|
||||||
|
|
||||||
todo: Bizobjectnamefetcherdirect at server
|
|
||||||
make sure *all* types are coded even if they aren't valid for a name (code with a blank - character)
|
|
||||||
|
|
||||||
|
|
||||||
=========================================================================================================
|
=========================================================================================================
|
||||||
@@ -257,7 +252,8 @@ todo: Notifications
|
|||||||
todo: can beta test at this point
|
todo: can beta test at this point
|
||||||
post installer, enlist trial users get feedback, don't get too down when they shit all over it as they will undoubtedly :)
|
post installer, enlist trial users get feedback, don't get too down when they shit all over it as they will undoubtedly :)
|
||||||
|
|
||||||
|
todo: Document in user manual all form controls with instruction on how to use the various controls etc
|
||||||
|
- "Anatomy of a AyaNova Form"
|
||||||
|
|
||||||
WORKORDER UI
|
WORKORDER UI
|
||||||
todo: Investigate Workorder structure and datagrid see case https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3768
|
todo: Investigate Workorder structure and datagrid see case https://rockfish.ayanova.com/default.htm#!/rfcaseEdit/3768
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<img :src="smallLogoUrl" />
|
<img :src="smallLogoUrl" />
|
||||||
</div>
|
</div>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col v-if="hasMediumLogo" cols="7" class="hidden-sm-and-down">
|
<v-col v-if="hasMediumLogo" cols="7" class="hidden-sm-and-down">
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<img :src="mediumLogoUrl" />
|
<img :src="mediumLogoUrl" />
|
||||||
|
|||||||
Reference in New Issue
Block a user