fetch speed up implemented fully
This commit is contained in:
@@ -15,14 +15,23 @@
|
||||
|
||||
SVC-SCHEDULE OUTSTANDING ITEMS
|
||||
|
||||
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
|
||||
Port fetch events changes to personal schedule
|
||||
|
||||
Filter and sort issues:
|
||||
Not in settings? Separate filter icon at top mimic data table UI?
|
||||
Saved filters with order and names so users can quickly flip between groups of users?
|
||||
Consider how to add filter by tag for users to schedule so can quickly select by tag(s)
|
||||
sort order?? Not sure how to handle this one as filter and ad-hoc sort are at odds
|
||||
View schedule by user so can click through user to schedule for *that* user alone, (brings up home-schedule maybe or I guess a copy would be easiest)
|
||||
this will solve issue when people say "Why can't I view month but for one user instead?"
|
||||
probably easiest from both the User edit form for admin and from the svc-schedule form (maybe a link on their names at top?? Opens same view currently selected but for that *one* user)
|
||||
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
|
||||
each row has up down control and checkbox to show so "Name|^|v|show"
|
||||
|
||||
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
|
||||
each row has up down control and checkbox to show so "Name|^|v|show"
|
||||
|
||||
|
||||
Remove day view options and replace by category view I think, but keep code and see how it goes may be switch back in again if demanded or makes sense
|
||||
instead of new translation key, just use the day name but use it with the category view
|
||||
@@ -33,9 +42,6 @@
|
||||
schedule settings keyed by form re-use
|
||||
3698 - hide unassigned tech slot (or case 3697 above would take care of that too)
|
||||
|
||||
View schedule by user so can click through user to schedule for *that* user alone, (brings up home-schedule maybe or I guess a copy would be easiest)
|
||||
this will solve issue when people say "Why can't I view month but for one user instead?"
|
||||
probably easiest from both the User edit form for admin and from the svc-schedule form (maybe a link on their names at top?? Opens same view currently selected but for that *one* user)
|
||||
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user