Difference between revisions of "MFL"

From mn/ifi/inf5750
Jump to: navigation, search
Line 42: Line 42:
 
== Timeline for development ==
 
== Timeline for development ==
 
==== Week 44 ====
 
==== Week 44 ====
* Finalize Product Requirements
+
* Finalize product requirements
* Finalize Mockups
+
* Create mockups
 
* Setup application foundation (inside DHIS)
 
* Setup application foundation (inside DHIS)
  
 
==== Week 45 ====
 
==== Week 45 ====
* Define components of the applications (static version of application)
+
* Define components of the application (static version of application)
 
* Inform about API queries (request-response, data,...)
 
* Inform about API queries (request-response, data,...)
  
 
==== Week 46 ====
 
==== Week 46 ====
 
* Dynamic version of the application
 
* Dynamic version of the application
* Filter/Search-functionality
+
** Filter/Search-functionality
* Edit-functionality (administrator - user)
+
** Edit-functionality (administrator - user)
  
 
==== Week 47 ====
 
==== Week 47 ====
  
 
* Dynamic version of the application
 
* Dynamic version of the application
* Filter/Search-functionality
+
** Filter/Search-functionality
* Edit-functionality (administrator - user)
+
** Edit-functionality (administrator - user)
  
 
==== Week 48 ====
 
==== Week 48 ====
 
* Buffer and Testing
 
* Buffer and Testing
* 1.12.2018: End of Project
+
* 1.12.2017: End of Project
  
 
== Licensing ==
 
== Licensing ==

Revision as of 18:42, 30 October 2017

Group members

Aanund Nordskog (aanundjn@ifi.uio.no)

Nicole Keppler (nicoleke@student.matnat.uio.no)

Saliha Sajid (salihasa@student.matnat.uio.no)

Henrik Halvorsen Hortemo (henrihho@ifi.uio.no)

Product description

MFL is a DHIS2 application for searching, browsing and proposing changes to organisation units, as requested by the Master Facility List assignment. Our understanding of the assignment is reflected by the following user stories:

User stories

  • As a user I want to find specific organization units
    • As a user I want to search for organization units by name
    • As a user I want to filter my search results by unit group membership
    • As a user I want to filter my search results by ancestor relationships
    • As a user I want to filter my search results by which data sets are assigned to the organization units
  • As a user I want to see detailed information on a particular organization unit
    • As a user I want to see all attributes of a particular organization unit
    • As a user I want to see the GIS coordinates of a particular organization unit
    • As a user I want to see which organization unit groups a particular organization belongs to
    • As a user I want to see what data sets are assigned to a particular facility
    • As a user I want to see data element and/or indicator values for the particular organisation unit for the current/last year
  • As an administrator I want to select what data elements and/or indicators to display
  • As a user I want to propose changes to organization units
    • As a user I want to propose changes to organization unit attributes
    • As an administrator I want to review submitted proposals
    • As an administrator I want to mark proposals as resolved/invalid

Mockups

https://app.moqups.com/nicoleke@student.matnat.uio.no/FGj4VwY2Xd/view

Architecture

MFL will be developed as a Single-Page Application (SPA) using Facebook's React framework. React was chosen for its ubiquitousness as well as for consistency with existing DHIS2 applications.

Using React implies, among other things, a component-based UI and uni-directional data-flow.

Timeline for development

Week 44

  • Finalize product requirements
  • Create mockups
  • Setup application foundation (inside DHIS)

Week 45

  • Define components of the application (static version of application)
  • Inform about API queries (request-response, data,...)

Week 46

  • Dynamic version of the application
    • Filter/Search-functionality
    • Edit-functionality (administrator - user)

Week 47

  • Dynamic version of the application
    • Filter/Search-functionality
    • Edit-functionality (administrator - user)

Week 48

  • Buffer and Testing
  • 1.12.2017: End of Project

Licensing

Division of labour

External links

MFL on GitHub