Difference between revisions of "The underachievers"

From mn/ifi/inf5750
Jump to: navigation, search
(Technologies and Frameworks)
m (Distribution of tasks)
Line 2: Line 2:
 
== Overview ==
 
== Overview ==
  
We Chose project B, Data store Manager App Browse and update the values in the DHIS2 Data Store.
+
=== project B Data store Manager App ===
 +
Data store Manager App Browse and update the values in the DHIS2 Data Store.
  
User friendly presentation and navigation, possibly a way to keep an audit trail of changes and display/visualize statistics regarding the data, e.g. broken down by DHIS2 webapp.
+
The Data store is used by developers to store arbitrary data for their apps. Access to the data is
  
 +
limited to the users namespace and thus only accessed through the users account.Our task will
  
 +
be to make a user friendly presentation and navigation of this data, and if there is time, a way to keep
 +
 +
and audit trail of changes. There will also be a visualization of statistics regarding the data.
  
 
== List of members ==
 
== List of members ==
Line 25: Line 30:
  
 
JSON
 
JSON
 +
 +
Visualisation framework
  
 
We chose Angular2 because we liked the idea of one framework for everything. This is our first web development project and the share number of different approaches using React + any number of libraries made it abit hard to
 
We chose Angular2 because we liked the idea of one framework for everything. This is our first web development project and the share number of different approaches using React + any number of libraries made it abit hard to
  
get a overview of what we actually needed. Angular2 was more appealing with the "one way to do things" approach.  
+
get a overview. Angular2 was more appealing with the "one way to do things" approach, but have some concerns about the maturity of the framework, possible lack of documentation etc.  
  
We have not decided on technology for the visualisation of data yet, but try to focus on geting the barebone up and running first.
+
We have not decided on technology for the visualisation of data yet, but try to focus on geting the barebone up and running first. JSON will be used since this is the value data type of the Data store.
  
 
== Milestones ==
 
== Milestones ==
Line 40: Line 47:
 
Final delivery.
 
Final delivery.
  
== Distribution of tasks ==
+
== Distribution of task ==
 +
We have no set distribution of tasks yet.
  
 
== Repository ==
 
== Repository ==

Revision as of 12:55, 24 October 2016

Overview

project B Data store Manager App

Data store Manager App Browse and update the values in the DHIS2 Data Store.

The Data store is used by developers to store arbitrary data for their apps. Access to the data is

limited to the users namespace and thus only accessed through the users account.Our task will

be to make a user friendly presentation and navigation of this data, and if there is time, a way to keep

and audit trail of changes. There will also be a visualization of statistics regarding the data.

List of members

Johan Graucob [1]

Kenneth Frisvold [2]

Morten Fliflet Johannesen [3]

Technologies and Frameworks

HTML 5

CSS

TypeScript

Angular2

JSON

Visualisation framework

We chose Angular2 because we liked the idea of one framework for everything. This is our first web development project and the share number of different approaches using React + any number of libraries made it abit hard to

get a overview. Angular2 was more appealing with the "one way to do things" approach, but have some concerns about the maturity of the framework, possible lack of documentation etc.

We have not decided on technology for the visualisation of data yet, but try to focus on geting the barebone up and running first. JSON will be used since this is the value data type of the Data store.

Milestones

October 28th

Document features and architecture on wiki.

November 27th

Final delivery.

Distribution of task

We have no set distribution of tasks yet.

Repository

GitHub

Suggested improvements to the DHIS API