Difference between revisions of "ArrayOutOfBoundsException"

From mn/ifi/inf5750
Jump to: navigation, search
(Architecture)
(Milestone 2:)
Line 17: Line 17:
  
 
* Create github repository
 
* Create github repository
 +
 +
==== Milestone 2: ====
 +
* Got a search bar with auto suggestions
 +
* Got Google Maps up and running
 +
* Got some example data from api
  
 
== Summary of requirements ==
 
== Summary of requirements ==

Revision as of 00:33, 8 November 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

Milestone 2:

  • Got a search bar with auto suggestions
  • Got Google Maps up and running
  • Got some example data from api

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 coordinates.
    • 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
  • Material-ui
  • 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

The team will use Trello to divide tasks and cooperate.

Screenshots and screen flows

Early mock up

Documented learning during project

Suggested improvements to the API