You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For scheduling purposes (for upgrades/maintenance), it would be useful to see if there are any dates that don't have much or any assignment activity. This is partially implemented in that you can check to see if there are assignments running on a particular date. The downside is that you have to guess and check multiple dates to find one that is relatively clear. An improvement on this would be just to list the dates and a count of how many assignments are running on each date.
Listing all future dates might be a bit unnecessarily complex in terms of database queries, so this listing could be limited to just one month at a time.
The text was updated successfully, but these errors were encountered:
For scheduling purposes (for upgrades/maintenance), it would be useful to see if there are any dates that don't have much or any assignment activity. This is partially implemented in that you can check to see if there are assignments running on a particular date. The downside is that you have to guess and check multiple dates to find one that is relatively clear. An improvement on this would be just to list the dates and a count of how many assignments are running on each date.
Listing all future dates might be a bit unnecessarily complex in terms of database queries, so this listing could be limited to just one month at a time.
The text was updated successfully, but these errors were encountered: