Difference between revisions of "ArrayOutOfBoundsException"

From mn/ifi/inf5750
Jump to: navigation, search
Line 48: Line 48:
  
 
== Suggested improvements to the API ==
 
== Suggested improvements to the API ==
== Link to GitHub ==
 
https://github.com/Hauglid/inf5750-project (private)
 

Revision as of 11:20, 28 October 2016

E Health Facility Registry

App providing an interface to the health facilities in a country (e.g. the Sierra Leone or Trainingland demo databases). The add should make it possible to search and list organisation units and see these in a map, along with relevant details regarding each facility such as type, the district it belongs to etc.

Group members

  • Karl Thomas Hauglid (karlthau@uio.no)
  • Krister Bakken (kristeba@uio.no)
  • Jostein Bleken Hellerud (josteibh@uio.no)

Link to the repository can be found here https://github.com/Hauglid/inf5750-project (if you are invited).

Download link to sample web app can be found here (insert link) (or not?)

Milestones

Milestone 1:

  • Create page
  • Create github repository

Summary of requirements

  • Search and list health facility based on different criteria
    • Show relevant details regarding each facility, such as type, the district it belongs to etc
    • Show facilities on a map
  • Add new health facility by clicking on map or inserting cordinates.
    • facility position is current user position
  • Edit health facility by clicking on the map or in the search results.
  • Delete facility

Architecture

  • React.js
  • HTML5/CSS
  • DHIS2 API
  • Google maps

Time schedule

We will mostly work alone, but each monday in the group session we will meet up and work together.

We will also meet before each lecture to discuss what we have done since last time, and if we need to work more together in groups.

How we are dividing tasks within the group

Screenshots and screen flows

Early mock up

Documented learning during project

Suggested improvements to the API