From 66a8af1d8fda221845f096ae854348b574811f7d Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 18 Dec 2013 11:36:19 -0500 Subject: [PATCH] web staff: after-action report, cont. Signed-off-by: Bill Erickson --- web-staff-report.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/web-staff-report.txt b/web-staff-report.txt index c593b5c4b5..f83fe79435 100644 --- a/web-staff-report.txt +++ b/web-staff-report.txt @@ -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. ) 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 //// -- 2.11.0