Difference between revisions of "Kramers"

From mn/ifi/inf5750
Jump to: navigation, search
Line 1: Line 1:
 
void write() { <br>
 
void write() { <br>
 +
 +
<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.
 +
 +
<h3> Repository:</h3>
 +
https://github.com/eivinwi/KramersGeo.git
 +
 +
<hr>
 +
 
<h2> Gruppemedlemmer: </h2>
 
<h2> Gruppemedlemmer: </h2>
 
<ul>
 
<ul>
Line 8: Line 17:
 
</ul>
 
</ul>
  
Repository:<br>
+
<hr>  
https://github.com/eivinwi/KramersGeo.git
 
 
 
  
 
<h2> Milestone </h2>
 
<h2> Milestone </h2>
Line 23: Line 30:
 
Finished with the web application, and an android app. <br>
 
Finished with the web application, and an android app. <br>
 
</ul>
 
</ul>
 
<hr>
 
 
<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.
 
  
 
<hr>
 
<hr>

Revision as of 17:44, 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.

Repository:

https://github.com/eivinwi/KramersGeo.git


Gruppemedlemmer:

  • André Kramer Orten
  • Eivind Wikheim
  • Rune A. Magnussen
  • Kenneth Klette Jonassen

Milestone

  • Milestone1: 1 st November
  • Get to know the DHIS2 Web-API.
    this.write()

  • Milestone2: 15 th November
  • Simple web-page, to represent the final result.
    A uploadable web application for DHIS2.

  • Milestone3: 30 th November
  • Finished with the web application, and an android app.


Architecture

  • HTML
  • CSS
  • Javascript
  • Phonegap (Cordova)
  • Google Maps API
  • DHIS2 Web-API

}