This commit is contained in:
@@ -8,13 +8,22 @@ This stage is to consolidate the basics and set the final shell form.
|
|||||||
A lot of it might be rundundent
|
A lot of it might be rundundent
|
||||||
|
|
||||||
|
|
||||||
todo: Review cases CURRENTLY NEXT UP IS 1696
|
todo: 8 Infrastructure cases outstanding all tagged as "INFRASTRUCTURE:"
|
||||||
Close ones that are done already (some notification ones for sure are done)
|
|
||||||
Tag ones as INFRASTRUCTURE: that are low level and need to be done ASAP / EARLY
|
todo: Joyce after testing issues:
|
||||||
If definitely v.next then move to priority 2
|
On phone, when select hotdog menu on left, I CAN NOT access the LOGOUT option
|
||||||
|
eventually, ONLY because I know it SHOULD be there, after keep selecting the hotdog menu eventually can use fingers to pull the view "up" so can see the LOGOUT option at the bottom
|
||||||
|
I think the issue is IF the user is accessing via a webbrowser, by default the browser's address bar is STILL at the top, thereby "taking up room" and causing the list to be longer than it is accessible by the phone user?
|
||||||
|
Recommendation:
|
||||||
|
menu options listed should take into consideration user may have browser address bar showing
|
||||||
|
(I'm not sure of the wording of the parts of the android screenview but will give my best guess) perhaps make the listing of menu options always scrollable?
|
||||||
|
|
||||||
|
On laptop, when in field that is a NUMBER (i.e. Count in Widget) have option to highlight and type in new number OR just use the UP/DOWN arrow on keyboard OR use the up/down arrow that is the field itself.
|
||||||
|
Whereas on android ONLY have option to type in new number
|
||||||
|
And number is limited in size to no more than 10 digits (says Value must be an integer in red under it if go over)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: Infrastructure cases outstanding all tagged as "INFRASTRUCTURE:"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -177,9 +186,14 @@ todo: rockfish, can't do purchase for raven or view it I think
|
|||||||
todo: rockfish, upgrade to latest bootstrap, out of date Currently
|
todo: rockfish, upgrade to latest bootstrap, out of date Currently
|
||||||
todo: rockfish, trial license fetched On date not updating? (not showing in UI)
|
todo: rockfish, trial license fetched On date not updating? (not showing in UI)
|
||||||
|
|
||||||
todo: Suggestion box: BETA MODE Feedback form?
|
todo: Joyce rockfish notes:
|
||||||
There is a suggestion box case here somehwere
|
Licensing:
|
||||||
Sends errors, server log, suggestions etc, directly to rockfish?
|
noticed that the field "Fetched on" is NEVER updated.
|
||||||
|
is it much to be able to see the TIME as well as the DATE, when "Requested" and when "Processed"?
|
||||||
|
There are drop down selections NEW, APPROVED, REJECTED for the (already generated) listed keys. But can not actually save to a different Status. What is the purpose of the drop down options if can not select?
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
todo: Discourse bootstrapping install
|
todo: Discourse bootstrapping install
|
||||||
look over, get ideas make case steal ideas profit FTW$
|
look over, get ideas make case steal ideas profit FTW$
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<v-container fluid>
|
<v-container fluid>
|
||||||
<v-row>
|
<v-row>
|
||||||
<v-col cols="12">
|
<v-col cols="12" md="9" lg="7">
|
||||||
<v-img :src="require('../assets/underconstruction.svg')"></v-img>
|
<v-img :src="require('../assets/underconstruction.svg')"></v-img>
|
||||||
</v-col>
|
</v-col>
|
||||||
</v-row>
|
</v-row>
|
||||||
|
|||||||
Reference in New Issue
Block a user