web staff: after-action report, cont.
authorBill Erickson <berick@esilibrary.com>
Wed, 18 Dec 2013 16:36:19 +0000 (11:36 -0500)
committerBill Erickson <berick@esilibrary.com>
Wed, 18 Dec 2013 16:36:19 +0000 (11:36 -0500)
Signed-off-by: Bill Erickson <berick@esilibrary.com>
web-staff-report.txt

index c593b5c..f83fe79 100644 (file)
@@ -219,6 +219,33 @@ was created.  The local CSS we do have is template-driven, like the TPAC.
 Similarly, Bootstrap versions of standard HTML elements (e.g. <input>) 
 are used across all UIs for visual consistency.
 
+Prototype Testing
+-----------------
+
+ * The prototype can be installed by installing the
+http://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/collab/berick/web-staff-proto[Evergreen Working Branch]
+   and modifying the Apache configuration to match the samples, also
+   in the branch.
+ * My dev server is available for light testing as well:
+  ** https://bill-dev2.esilibrary.com/eg/staff/login?ws=BR1-jupiter
+  ** username: admin; password: demo123
+ * 'NOTE': The current CSS is set to cause the screen to break into the 
+   vertical mobile flow at or below around 970px in width.  This may be too 
+   aggressive, particularly since we are not primarily targeting mobile
+   devices.  The breakpoint can be modified.
+ * Known Issues
+  ** The record bucket UIs use the reporter simple record extracts for 
+     bibliographic record display.  This is done to more easily support
+     sorting and paging and to speed up data retrieval.  This causes two
+     notable issues:
+     *** The data and column labels are not as friendly as they could be
+         (e.g. "Title Proper (normalized)")
+     *** Buckets with duplicate bib records have some issues with paging.
+     *** The solution to these issues (and generally, how we wish to fetch
+         and display bib records going forward, since it's important that
+         we stop using the old-style MVR's) depend on the resolution of
+         https://bugs.launchpad.net/evergreen/+bug/1251394[LP1251394 Metabib Display Fields]
+
 ////
 vim: ft=asciidoc
 ////