Difference between revisions of "Kramers"

From mn/ifi/inf5750
Jump to: navigation, search
Line 1: Line 1:
void write() { <br>
+
void write() {  
  
<h2> Introduction </h2>
+
== 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.
 
  
<h3> Repository:</h3>
+
We are going to add a feature to DHIS2 so that a user can add location to patients, diseases etc.
https://github.com/eivinwi/KramersGeo.git
+
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.  
  
<hr>
+
Public repository: https://github.com/eivinwi/KramersGeo
  
<h2> Gruppemedlemmer: </h2>
+
== Members ==
<ul>
+
* André Kramer Orten | andrekor@ifi.uio.no
<li> André Kramer Orten | andrekor@ifi.uio.no</li>
+
* Eivind Wikheim | eivinwi@ifi.uio.no
<li> Eivind Wikheim | eivinwi@ifi.uio.no</li>
+
* Rune A. Magnussen | runeama@ifi.uio.no
<li> Rune A. Magnussen | runeama@ifi.uio.no</li>
+
* Kenneth Klette Jonassen | kennetkl@ifi.uio.no
<li> Kenneth Klette Jonassen | kennetkl@ifi.uio.no</li>
 
</ul>
 
  
<hr>
+
== Milestones ==
 +
Preliminary and subject to change.
  
<h2> Milestone </h2>
+
=== 01.11.2013 ===
<ul>
+
* Get to know the DHIS2 Web-API.  
<li> Milestone1: 1 st November</li>
+
* Initial high-fidelity prototyping of user interface (sketches)
Get to know the DHIS2 Web-API. <br>
+
* this.write()
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>
+
=== 15.11.2013 ===
 +
* Prototype web app to represent the final result
 +
* A uploadable web application for DHIS2 (?).
 +
 
 +
=== 30.11.2013 ===
 +
* Fully-functional web and android apps
 +
 
 +
== Architecture ==
 +
* HTML/CSS
 +
* Javascript
 +
* Cordova/Phonegap
 +
* DHIS2 Web API
 +
* Google Maps API
  
<h2> Architecture </h2>
 
<ul>
 
<li>HTML</li>
 
<li>CSS</li>
 
<li>Javascript</li>
 
<li>Phonegap (Cordova)</li>
 
<li>Google Maps API</li>
 
<li>DHIS2 Web-API</li>
 
</ul>
 
 
}
 
}

Revision as of 19:03, 29 October 2013

void write() {

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.

Public repository: https://github.com/eivinwi/KramersGeo

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

Milestones

Preliminary and subject to change.

01.11.2013

  • Get to know the DHIS2 Web-API.
  • Initial high-fidelity prototyping of user interface (sketches)
  • this.write()

15.11.2013

  • Prototype web app to represent the final result
  • A uploadable web application for DHIS2 (?).

30.11.2013

  • Fully-functional web and android apps

Architecture

  • HTML/CSS
  • Javascript
  • Cordova/Phonegap
  • DHIS2 Web API
  • Google Maps API

}