LISTSERV mailing list manager LISTSERV 16.5

Help for CODE4LIB Archives


CODE4LIB Archives

CODE4LIB Archives


CODE4LIB@LISTS.CLIR.ORG


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Monospaced Font

LISTSERV Archives

LISTSERV Archives

CODE4LIB Home

CODE4LIB Home

CODE4LIB  September 2015

CODE4LIB September 2015

Subject:

Announcing the DSpace User Interface Prototype Challenge! Help us select the technology for our next DSpace UI!

From:

Tim Donohue <[log in to unmask]>

Reply-To:

Code for Libraries <[log in to unmask]>

Date:

Thu, 17 Sep 2015 09:27:39 -0500

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (203 lines)

** DSpace User Interface Prototype Challenge **

Help us discover the technology/platform for our new user interface (UI)
for DSpace! Create a prototype UI on a platform of your choice (in any
programming language), with basic DSpace-like capabilities as described
below. The goal of a UI prototype is to exercise a new UI
technology/platform to see whether it would meet the needs of our DSpace
community.

     * *Why?* In time for DSpace 7.0 (late 2016), the plan is to develop
a new (single) UI for DSpace that will replace our aging JSPUI and XMLUI
interfaces. (See RoadMap: https://wiki.duraspace.org/display/DSPACE/RoadMap)
     * *How?* The goal of the "UI Prototype Challenge" is to give
everyone a chance to show off what you feel may make a great replacement
UI framework. Have a cool idea for what would make a better DSpace UI?
This is your chance to show it off in 80 hours or less! Register your
idea on our sign-up page to find other collaborators.
https://wiki.duraspace.org/display/DSPACE/DSpace+UI+Prototype+Challenge#DSpaceUIPrototypeChallenge-PrototypeSign-Up
     * *What?* Prototypes are not meant to be full applications, but
more of a proof-of-concept (something that proves a new DSpace UI could
be built in your technology or platform of choice). Prototypes need not
be Java (any/all languages welcome). Additional guidelines/scope is
provided below and at
https://wiki.duraspace.org/display/DSPACE/DSpace+UI+Prototype+Challenge
     * *When?* Prototypes / proof-of-concepts are due by Friday, Nov 6.
At that time, all will undergo a public review period. The DSpace UI
Working Group will work with Committers, DCAT, Steering and Leadership
Groups to select a "best of class" platform to build the new DSpace UI.
Even incomplete proof-of-concepts are useful to submit, as we are
judging the suitability of the *platform* and not the flashiness of the
prototype itself.
     * *What do I win?* While there are no official prizes (at this
time), this challenge gives you an excellent opportunity to increase
your reputation in our DSpace Community. It also provides you and your
institution with an opportunity to directly influence the path of the
DSpace UI going forward.
     * Other questions? Ask them on this mailing list (or any DSpace
list), and we'll be glad to clarify any of the goals/guidelines of this
challenge.

Good luck! The full guidelines / requirements are included below, and
are also available online at:
https://wiki.duraspace.org/display/DSPACE/DSpace+UI+Prototype+Challenge



== Guidelines ==

     * Prototypes are due by Friday, Nov 6. Please sign up to register
your prototype (and possibly find collaborators).
https://wiki.duraspace.org/display/DSPACE/DSpace+UI+Prototype+Challenge#DSpaceUIPrototypeChallenge-PrototypeSign-Up
     * Do not spend more than 80 hours total per prototype!
     * Use the REST API or DSpace Java API (v5 or pre-6) when accessing
DSpace content. Direct database or bitstream file system access is not
allowed.
     * Use Bootstrap or emulate the existing XMLUI Mirage2 theme
(http://demo.dspace.org/xmlui/). Prototype UI design will not be a major
factor in the decision, so keep it simple. Focus on functionality over
fancy UI look and feel.
     * Make sure the prototype is “developer friendly”: keep the code
readable and understandable at this early point. Keep the code DRY
(Don’t Repeat Yourself), but don’t overdo it.
     * Make all code publicly available on Github, along with
installation instructions. A publicly accessible demo is also nice but
not required.
     * Documentation may be provided as a GitHub README, or via a
publicly accessible Wiki page (feel free to use the DSpace Wiki).
     * Features that can’t be implemented in 80 hours or features not
mentioned below may be mocked up or wireframed. But again, please don’t
spend more than 80 hours.
     * NOTE: We will be evaluating the fit of the prototype’s platform
and not the flashiness or even completeness of the prototype itself. For
example, an incomplete prototype revealing a lot of potential for the
platform may be preferable to a complete prototype that reveals
platform-level limitations.

== Prototype Scope ==

The following features should be implemented or mocked up in all
prototypes. These basic features are meant to exercise some very basic
DSpace UI needs within the selected UI platform/technologies.

     1. User Interface Layout: The prototype UI should also fulfill
these general layout requirements:
         a. The prototype should have a header and a footer.
         b. The prototype should have something to help an end user keep
track of their location in the system (e.g., a breadcrumb trail).
         c. The prototype should have a menu or sidebar that contains
context-sensitive options.
         d. The prototype should allow users to go to the main locations
in the system using a url: the browser history, back, and previous
buttons, should all work.
         e. The prototype should display and function well on screens of
all sizes (responsive / mobile friendly, not native mobile).
     2. Simple Item View: The prototype should have an equivalent of a
simple item view, which displays key metadata about the item, along with
links to downloadable files.
     3. Community / Collection View: The prototype should have an
equivalent to a Community/Collection view page, which displays key
metadata about a community or collection
     4. Browse Navigation: The prototype should allow basic browse
navigation of communities and collections and items.
     5. Authentication: Users should be able to authenticate themselves
via simple password authentication.
     6. Authorization: A very basic example of authorization operations
should be supported. For example, only allow editing of items to
authenticated users in the Administrator group.
     7. Edit/Create Item: The prototype should offer a basic capability
to edit or create items via a simple web form. (Please no submission
workflows as that is out of scope!) A single page form can serve both
edit and create purposes. Not all metadata fields need be included, we
are just looking for a simple example of a web form, including the
ability to upload a file.

== Customization Capabilities ==

A new DSpace UI should allow for the following common UI customization
options. Based on your prototype, please either show an example of how
these may be achieved in this UI platform or describe them via
documentation.

     1. Show or describe how an administrator would be able to easily
adjust the site wide theme layout based on local design/needs.
Specifically, show or describe how the following changes might be achieved:
         a. How would someone change the colors, fonts, sizes of the
site? (e.g. css changes)
         b. How would someone modify the sitewide header/footer? (e.g.
to change logo, title, etc)
         c. How would someone adjust the navigation bar to appear on
left or right?
         d. How would someone change the location of the breadcrumb
trail (e.g. from header to footer)?
         e. How would someone display additional metadata fields on the
Item view page? For example, displaying “dc.publisher” on the default
Item view site wide?
         f. How would someone add new links or an entire section to the
navigation menu (e.g. links to other university pages)?

== Modularization Capabilities ==

A new DSpace UI should allow for / support common modularization needs.
Based on your prototype, please describe (via documentation) how you
feel this UI platform may (or may not) be able to achieve the
modularization examples below:

     1. How could this UI platform support optional modules/features?
         a. For example, Embargo is an existing optional feature within
DSpace. While it is disabled by default, many sites choose to enable it.
         b. Enabling Embargo functionality requires additional metadata
fields to be captured in the deposit form (e.g. embargo date, embargo
reason).
         c. Does this UI framework support the idea of easily enabling
(or disabling) features that require UI-level changes? In other words,
in this framework, do you feel enabling Embargo functionality could be
automated via a configuration (e.g. embargo.enabled=true)? Or would it
require manual editing of the deposit form to add additional metadata
fields?
     2. How could this UI platform support new extensions/add-ons?
         a. Assume that someone has created a new Streaming feature for
DSpace which provides a streaming capability for Video/Audio content.
How might this UI platform support overriding/overlaying the default
Item View to make that streaming feature available?

== Prototype Documentation ==

Each prototype MUST come with the following documentation. Some of this
documentation includes brainstorms on how you feel this prototype or UI
platform might be extended to support more advanced UI features. Please
base your answers on what you know (or have learned) about this UI
platform during the prototyping process.

     1. Describe the design of the prototype (e.g.
technologies/platforms used, including version of DSpace, etc.)?
     2. How do you install the prototype on a new system? (Note: we will
be testing the installation of prototypes in order to evaluate the
installation of the platform itself)
     3. How would you envision i18n (internationalization) support could
be added to this UI prototype/platform in the future?
     4. How would you envision theming capabilities could be added to
this UI prototype/platform in the future? In other words, how might
local or third-party themes be installed or managed? Think of a theme as
a collection of styles, fonts, logo, and page overrides.
     5. How would you envision supporting common DSpace authentication
mechanisms (e.g. LDAP, Shibboleth) in this UI prototype/platform in the
future?

== Out of Scope ==

The following DSpace features should be considered out-of-scope, and
need NOT be implemented in prototypes. No bonus will be given for
implementing any of these features:

     * Search capabilities (especially via Solr)
     * Submission or Approval Workflows.
     * Administrative UI
     * Any other DSpace features not specifically mentioned in the
“Scope” section above.


--
Tim Donohue
Technical Lead for DSpace & DSpaceDirect
DuraSpace.org | DSpace.org | DSpaceDirect.org

Top of Message | Previous Page | Permalink

Advanced Options


Options

Log In

Log In

Get Password

Get Password


Search Archives

Search Archives


Subscribe or Unsubscribe

Subscribe or Unsubscribe


Archives

May 2024
April 2024
March 2024
February 2024
January 2024
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
August 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
July 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
October 2018
September 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
December 2017
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
April 2017
March 2017
February 2017
January 2017
December 2016
November 2016
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003

ATOM RSS1 RSS2



LISTS.CLIR.ORG

CataList Email List Search Powered by the LISTSERV Email List Manager