diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 5e0e6ab5..e3573842 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -15,9 +15,10 @@ SVC-SCHEDULE OUTSTANDING ITEMS - Forgot to add hide days option in settings and support in view - need for home schedule AND svc schedule, do this one first before anything else - + loaded schedule is slow to display, see if any speedups available + check the fetch events and put in some traces to calculate when and where + + During settings form, fetchEvents should be disabled until after save as changing DOW is triggering fetch which can be slow in a loaded sched need tech selection setting control vertical in table in settings show all techs in table with prior selections in order at the top and non selected at the end in alpha order diff --git a/ayanova/src/views/home-schedule.vue b/ayanova/src/views/home-schedule.vue index cdbb1ce6..5e781926 100644 --- a/ayanova/src/views/home-schedule.vue +++ b/ayanova/src/views/home-schedule.vue @@ -334,7 +334,7 @@