This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
PLAN: TODO:
|
PLAN: TODO:
|
||||||
|
|
||||||
What shows in schedule:
|
What shows in schedule:
|
||||||
Icon, start time abbreviated, 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 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
|
||||||
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
|
||||||
@@ -148,7 +148,8 @@ Fetching:
|
|||||||
Data lists are used to drive the appointment fetching which supports some advanced filtering ability and stuff and also can more easily drive widgets
|
Data lists are used to drive the appointment fetching which supports some advanced filtering ability and stuff and also can more easily drive widgets
|
||||||
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
|
||||||
|
params: {userid [required], fetchstart [required], fetchend [required], anycompletedstatus -1/anyopenstatus -2/particularstatus xx / nostatusfilter 0, wotags}
|
||||||
|
|
||||||
*/
|
*/
|
||||||
const FORM_KEY = "home-schedule";
|
const FORM_KEY = "home-schedule";
|
||||||
|
|||||||
Reference in New Issue
Block a user