From d9c20ed42e2f831dea56e3b2c0c2d2155e763e72 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Tue, 17 Sep 2013 15:11:00 -0400 Subject: [PATCH] Add index and new skeleton for next experiment Adding an index.html which links to and describes the experiments so far. Add a skeleton (mostly a bunch of markup) for the next experiment from the 2013 Hack-A-Way. Intent is to use Dojo and the Dojo Evergreen support bits to flesh out a new interface for retrieving patrons and checking items out. This markup is not complete -- see comments and TODOs. Signed-off-by: Jeff Godin --- index.html | 14 ++++++++++++++ patron.html | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 index.html create mode 100644 patron.html diff --git a/index.html b/index.html new file mode 100644 index 000000000..8836f011e --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + +Evergreen Staff Web Experiments + + +

Evergreen Staff Web Experiments

+
+

These interfaces are intended to be served by Apache running on an existing installation of Evergreen. They are not expected to work in other situations without modification.

+
+

Proof of concept 1: patron search and checkout

+

Experiment 1: patron search and checkout

+ + diff --git a/patron.html b/patron.html new file mode 100644 index 000000000..1085764bc --- /dev/null +++ b/patron.html @@ -0,0 +1,56 @@ + + + +Patron-related functions + + +
+
+

Patron search/checkout/etc

+
+ +
+

Search/Retrieve

+
+ +
+
+ + + +
+
+ +
+
+
+
+ +
+
+

Checkout

+
+ + +
+
+ +
+
+
+

Items Out

+
+ +
+
+
+ + -- 2.11.0