A colleague of mine did a user survey after we migrated from v1.2 to v2.2, and came up with 12 issues. The users were from our bioimaging group which have a rather large number (27) of resources. Most items could be easily solved. The following items remain, I'll forward them for your consideration:
1) When create/select reservation, it should open not in the same
window, as now, but in the new window, so that overall schedule
remains visible.
The workaround is, of course, to open phpscheduleit twice, such that the reservation and the booked times are visible; the colleague would still prefer a new window that closes automatically when pressing "Ok" or "Cancel".
2) Changing the week by arrows should be implemented at the end of the page as well.
I guess this refers to
.../scheduleit/Web/schedule.php
.../scheduleit/Web/calendar.php
3) Active line is not fully highlighted - would be good for orientation, not to get lost.
(refer to Menu->Schedule->Bookings)
Currently only the name of the resource in the first column is highlighted.
4) Slow compared to previous version.
Obviously, v2.2 requires more resources. We'll probably migrate to a faster server or assign more resources to the VM.
5) Color used to label 'my reservation' should be replaced by other that is brighter or easier to spot.
I changed this to some greenish color with the following patch.
Index: Web/css/schedule.css
===================================================================
--- Web/css/schedule.css (revision 1631)
+++ Web/css/schedule.css (working copy)
@@ -84,7 +84,8 @@
}
td.reserved.mine, div.reserved.mine {
- background-color: #6F9BAE;
+ background-color: #2FCB9E;
+ color: #333;
}