Difference between revisions of "ARK2/UX"

From ARK
Jump to: navigation, search
(UX)
(Field Recording)
Line 7: Line 7:
 
== Field Recording ==
 
== Field Recording ==
  
The primary use for ARK is recording data in the field, analysing the data in the office, and publishing the data online.
+
The primary use for ARK is recording data in the field, analysing the data in the office, and publishing the data online. It reflects the paper-based recording systems originally used in Archaeology, being based around Registers and Forms.
  
 
== Generic Pages ==
 
== Generic Pages ==

Revision as of 11:50, 12 December 2016

UX

ARK provides a very flexible platform akin to a CMS to allow different clients to configure their site to meet their data recording needs. This flexibility applies to the UX and UI as well as the data schema. ARK2 is a ground-up rewrite to bring ARK into line with modern web technology including a REST API, while also making it easier to configure and maintain.

While clients are able to build custom web or app interfaces using whatever technology they prefer, most will choose to use and possibly adapt the default Bootstrap/Twig web interface which needs to be both feature-complete and flexible, albeit at the cost of some efficiency. They are also likely to use variations on the standard 'Site Recording' data schema with 'Sites' or 'Projects' at the top level, as will the hosted ARK-as-a-service, so the default UX should be weighted towards that scenario.

Field Recording

The primary use for ARK is recording data in the field, analysing the data in the office, and publishing the data online. It reflects the paper-based recording systems originally used in Archaeology, being based around Registers and Forms.

Generic Pages

Website Home

Landing page for a Website. If private ARK then usually login page. If public ARK then usually some project brochure-ware and links to browse site if anonymous access enabled.

User Home

Landing page for user after logging in, usually some kind of dashboard, but may be User Profile page.

Collection View

  • List Items by Module
  • View modes: Text, Table, Thumbnails
  • Filter Items by properties in view
  • Select properties to view
  • Paging
  • Export
  • Integrate Advanced Search? (see below)

Item View

  • View item details
  • Subforms (think Drupal Blocks)
  • Item navigation

Map View

  • OpenLayers
  • Display advanced search results?
  • Spatial Search

Advanced Search

Version of Collection View with more advanced search tools, possibly same page with mode switch or hidden panel?

  • Cross-module search
  • Set based queries
  • By Module / Type
  • By Property
  • By Actor / Action / Event
  • By Period
  • By Spatial
  • Free Text
  • Save Search Definition
  • Choose from saved Search definitions

Site Recording Pages

Register View

Short-form add new Item.

Site/Project Dashboard

Dashboard for a Site/Project

User Security

ARK2 will provide a very flexible User Security system using an RBAC model. Website admins will have a choice of registration and authentication options and the UX/UI should adapt to these as configured.

  • Register
  • Login
  • Optional Captcha
  • Optional OAuth2 (Facebook, Google, etc)
  • Request password reset
  • Profile
    • Personal details
    • Contact details
    • Security details

Admin Screens

See Admin Screens. UX required is primarily layout and flow, plus User Admin, Translation and Vocabulary pages.