Difference between revisions of "Jura"

From mn/ifi/inf5750
Jump to: navigation, search
Line 1: Line 1:
 
== Group Members ==
 
== Group Members ==
  
*Andreas Lind-Johansen <small>andrelin</small>
+
*Andreas Lind-Johansen <small>(andrelin)</small>
*Atle Nordland <small>atleno</small>
+
*Atle Nordland <small>(atleno)</small>
*Stian Larsen <small>stila</small>
+
*Stian Larsen <small>(stila)</small>
  
 
== Project: Facility Registry App ==
 
== Project: Facility Registry App ==
Line 17: Line 17:
 
=== Requirements ===
 
=== Requirements ===
  
* A user will be able to navigate the app without any prior training
+
*A user will be able to navigate the app without any prior training
* The menu labels will be coherent <small>do not hide functionality by design</small>
+
*The menu labels will be coherent <span style="color:#696969;"><small>do not hide functionality by design</small></span>
* A user will be able to select a facility from a paginated, searchable table.
+
*A user will be able to select a facility from a paginated, searchable table.
* A user will be able to select a facility from a filterable tree-list-view.
+
*A user will be able to select a facility from a filterable tree-list-view.
* A user will be able to create a new organisation unit.
+
*A user will be able to create a new organisation unit.
* A user will be able to edit an existing organisation unit.
+
*A user will be able to edit an existing organisation unit.
* A user will be able to create new categories, levels, groups and group sets with ease.
+
*A user will be able to create new categories, levels, groups and group sets with ease.
* A user will be able to edit existing categories, levels, groups and group sets with ease.
+
*A user will be able to edit existing categories, levels, groups and group sets with ease.
  
 
=== Features ===
 
=== Features ===

Revision as of 11:40, 12 November 2014

Group Members

  • Andreas Lind-Johansen (andrelin)
  • Atle Nordland (atleno)
  • Stian Larsen (stila)

Project: Facility Registry App

Framework & Tools

  • JavaScript
  • AngularJS
  • Bootstrap
  • HTML5
  • Notepad

Requirements

  • A user will be able to navigate the app without any prior training
  • The menu labels will be coherent do not hide functionality by design
  • A user will be able to select a facility from a paginated, searchable table.
  • A user will be able to select a facility from a filterable tree-list-view.
  • A user will be able to create a new organisation unit.
  • A user will be able to edit an existing organisation unit.
  • A user will be able to create new categories, levels, groups and group sets with ease.
  • A user will be able to edit existing categories, levels, groups and group sets with ease.

Features

  • Single-page using JavaScript, Bootstrap and AngularJS
  • Retain tree-view of organisations, but make it prettier to go along with the rest of the UI
  • Add live-update map functionality (show locstion on map when viewing or editing an OrgUnit)
  • When using the search-filter functionality, eliminate the need for a button by updating the list view on-the-fly.