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
////