diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 0b9a3c1e..a5568d1b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -24,6 +24,13 @@ schedule settings keyed by form re-use 3698 - hide unassigned tech slot (or case 3697 above would take care of that too) + Issues in svc-schedule + day view extend triggers more info, probably need to distinguish events because two are firing likely + like the drag issue + + + + 3766 - view schedule filtered by customer so can see at a glance all past and future for a single customer (more data table filter similarity) "show all " but on a schedule to view that way instead of a data table Customer work order form / view / open??? @@ -261,6 +268,13 @@ todo:1.5 Joyce case 3931 test restore of 4alarm data make sure it works one way or another confirm it's really backing up everything +todo: 2 make priority / woitem / wostatus colors distinct from each other + whitecaps color scheme shale/pastel etc + Note: wostatus will be the default color source so concentrate on making that look nice and clean + change from strong primary colors to more faded pastel colors + maybe priority in primary and status of both kinds more muted but also in different ranges so no clash + i.e. no two the same color or even close between each so in theory you can see at a glance which is which + todo: 2 make sample data appointments suitable for evaluation of calendar spread throughout the day right now a bunch are extremely close if not on the same time window for same wo diff --git a/ayanova/src/views/home-schedule.vue b/ayanova/src/views/home-schedule.vue index 813cc3a4..cc99cf98 100644 --- a/ayanova/src/views/home-schedule.vue +++ b/ayanova/src/views/home-schedule.vue @@ -1040,7 +1040,7 @@ async function getFormUserOptions(vm) { //make a default vm.formUserOptions = { firstTime: "00:00", - wisuColorSource: 4, + wisuColorSource: "2", wisu: true, reviews: true, reminders: true diff --git a/ayanova/src/views/svc-schedule.vue b/ayanova/src/views/svc-schedule.vue index 3ac2a37d..0592611e 100644 --- a/ayanova/src/views/svc-schedule.vue +++ b/ayanova/src/views/svc-schedule.vue @@ -353,28 +353,8 @@ v-model="tempFirstTime" > - {{ - $ay.t("ScheduleShowTypes") - }} - - - - - - - - x.id)] //default to all users };