Difference between revisions of "Kramers"

From mn/ifi/inf5750
Jump to: navigation, search
m
 
(30 intermediate revisions by 3 users not shown)
Line 1: Line 1:
void write() { <br>
+
== Introduction  ==
  
<h2> Introduction </h2>
 
 
We are going to add a feature to DHIS2 so that a user can add location to patients, diseases etc. The app should then be able to fetch the location, and display it on a map. The user can either type the wanted coordinates, or use the built-in GPS.  
 
We are going to add a feature to DHIS2 so that a user can add location to patients, diseases etc. The app should then be able to fetch the location, and display it on a map. The user can either type the wanted coordinates, or use the built-in GPS.  
  
<h3> Repository:</h3>
+
=== Members  ===
https://github.com/eivinwi/KramersGeo.git
 
  
<hr>
+
*André Kramer Orten | andrekor@ifi.uio.no
 +
*Eivind Wikheim | eivinwi@ifi.uio.no
 +
*Rune A. Magnussen | runeama@ifi.uio.no
 +
*Kenneth Klette Jonassen | kennetkl@ifi.uio.no
  
<h2> Gruppemedlemmer: </h2>
+
[[Image:Kennetkl.jpg|thumb|none|kennetkl@ifi.uio.no]][[Image:andrekor.jpg|thumb|none|andrekor@ifi.uio.no]]Development
<ul>
 
<li> André Kramer Orten</li>
 
<li> Eivind Wikheim (assistent)</li>
 
<li> Rune A. Magnussen</li>
 
<li> Kenneth Klette Jonassen (assistent)</li>
 
</ul>
 
  
<hr>
+
We will contribute code to a public github repository: https://github.com/eivinwi/KramersGeo
  
<h2> Milestone </h2>
+
Milestones are preliminary and subject to change.  
<ul>
 
<li> Milestone1: 1 st November</li>
 
Get to know the DHIS2 Web-API. <br>
 
this.write() <br>
 
<li> Milestone2: 15 th November </li>
 
Simple web-page, to represent the final result. <br>
 
A uploadable web application for DHIS2. <br>
 
<li> Milestone3: 30 th November </li>
 
Finished with the web application, and an android app. <br>
 
</ul>
 
  
<hr>
+
=== Milestone 1 –&nbsp;01.11.2013  ===
  
<h2> Architecture </h2>
+
*Explored the scope/extent of our project.
<ul>
+
**Target audience
<li>HTML</li>
+
**Specific use-cases
<li>CSS</li>
+
*Explored how the current DHIS2 web app solves (or does not solve) these use-cases today.
<li>Javascript</li>
+
**Usability analysis
<li>Phonegap (Cordova)</li>
+
*Explored initial low-fidelity prototyping of user interface (sketches)
<li>Google Maps API</li>
+
*Explored functionality in the DHIS2 Web API
<li>DHIS2 Web-API</li>
+
 
</ul>
+
=== Milestone 2 – 15.11.2013  ===
}
+
 
 +
*High-fidelity prototype of the web app (should represent/imitate the final result)
 +
 
 +
'''Milestone 2.1'''
 +
 
 +
*High-fidelity prototype of the mobile app
 +
 
 +
=== Milestone 3 – 30.11.2013  ===
 +
 
 +
*Functional web app
 +
 
 +
=== Milestone 4 – 08.12.2013  ===
 +
 
 +
*Fully-functional app
 +
 
 +
== Architecture  ==
 +
 
 +
*HTML and CSS  
 +
*Javascript built on existing libraries
 +
**jQuery
 +
**Underscore HTML templates
 +
**Modernizr abstraction of cross-browser incompatibilities
 +
*Cordova or Phonegap  
 +
*[http://www.dhis2.org/doc/snapshot/en/user/html/ch25.html DHIS2 Web API]
 +
*[http://developers.google.com/maps/documentation/javascript/reference Google Maps Javaascript API]

Latest revision as of 12:35, 3 April 2016

Introduction

We are going to add a feature to DHIS2 so that a user can add location to patients, diseases etc. The app should then be able to fetch the location, and display it on a map. The user can either type the wanted coordinates, or use the built-in GPS.

Members

  • André Kramer Orten | andrekor@ifi.uio.no
  • Eivind Wikheim | eivinwi@ifi.uio.no
  • Rune A. Magnussen | runeama@ifi.uio.no
  • Kenneth Klette Jonassen | kennetkl@ifi.uio.no
kennetkl@ifi.uio.no
andrekor@ifi.uio.no
Development

We will contribute code to a public github repository: https://github.com/eivinwi/KramersGeo

Milestones are preliminary and subject to change.

Milestone 1 – 01.11.2013

  • Explored the scope/extent of our project.
    • Target audience
    • Specific use-cases
  • Explored how the current DHIS2 web app solves (or does not solve) these use-cases today.
    • Usability analysis
  • Explored initial low-fidelity prototyping of user interface (sketches)
  • Explored functionality in the DHIS2 Web API

Milestone 2 – 15.11.2013

  • High-fidelity prototype of the web app (should represent/imitate the final result)

Milestone 2.1

  • High-fidelity prototype of the mobile app

Milestone 3 – 30.11.2013

  • Functional web app

Milestone 4 – 08.12.2013

  • Fully-functional app

Architecture

  • HTML and CSS
  • Javascript built on existing libraries
    • jQuery
    • Underscore HTML templates
    • Modernizr abstraction of cross-browser incompatibilities
  • Cordova or Phonegap
  • DHIS2 Web API
  • Google Maps Javaascript API