This commit is contained in:
@@ -134,7 +134,8 @@ PLAN: TODO:
|
|||||||
|
|
||||||
What shows in schedule:
|
What shows in schedule:
|
||||||
Icon, start time abbreviated for month view, for other views it's start-stop abbreviated (I guess wider is assumed), name in single line most important to the left least to the right
|
Icon, start time abbreviated for month view, for other views it's start-stop abbreviated (I guess wider is assumed), name in single line most important to the left least to the right
|
||||||
WO appt. color is woitempriority color, wo icon in left corner is NOT colored, color on color sucks, let the person select it to see the more info display
|
WO appt. color is user selected from wopriority/woitempriority/woitemstatus color, wo icon in left corner is NOT colored, color on color sucks, let the person select it to see the more info display
|
||||||
|
Name=[wonumber customername]
|
||||||
Reviews are review icon, appt color - none
|
Reviews are review icon, appt color - none
|
||||||
Reminders are reminder icon, appt. color is reminder selected color
|
Reminders are reminder icon, appt. color is reminder selected color
|
||||||
|
|
||||||
@@ -149,7 +150,18 @@ Fetching:
|
|||||||
Each of the three types are fetched seperately to support a feature where they can select what shows with radio buttons in config screen
|
Each of the three types are fetched seperately to support a feature where they can select what shows with radio buttons in config screen
|
||||||
Only the info required to show it in the calendar is fetched but also a type and id for further details when click on appt. to bring up more display
|
Only the info required to show it in the calendar is fetched but also a type and id for further details when click on appt. to bring up more display
|
||||||
returns: name, start, end, color, type, id
|
returns: name, start, end, color, type, id
|
||||||
params: {userid [required], fetchstart [required], fetchend [required], anycompletedstatus -1/anyopenstatus -2/particularstatus xx / nostatusfilter 0, wotags}
|
params: {fetchstart [required], fetchend [required], anycompletedstatus -1/anyopenstatus -2/particularstatus xx / nostatusfilter 0, wotags}
|
||||||
|
|
||||||
|
SETTINGS:
|
||||||
|
wo display section:
|
||||||
|
DISPLAY
|
||||||
|
Color: wostatus/woitemstatus/woitempriority/none
|
||||||
|
Weekdays: weekdays to display, copy from pm exclude days thingy
|
||||||
|
FILTER:
|
||||||
|
wostatus: anycompleted, anyopen, particular, none
|
||||||
|
wotags: tag picker just like datalist tag filter
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const FORM_KEY = "home-schedule";
|
const FORM_KEY = "home-schedule";
|
||||||
|
|||||||
Reference in New Issue
Block a user