Difference between revisions of "HSK"

From mn/ifi/inf5750
Jump to: navigation, search
(Henrik)
Line 11: Line 11:
 
We have chosen to develop the [[Master Facility List]].
 
We have chosen to develop the [[Master Facility List]].
  
We will be implementing:
 
  
* Search functionality similar to the maintenance app with filtering for organisation unit groups.  
+
The main user requirements are:
 +
* The user should be able to search for an organisation unit by name.
 +
* The user should be able to filter organisation unit based on memberships in organisation unit groups.
 +
* When the user clicks on a organisation unit, information associated with this organisation unit should be displayed.
 +
* The user should be able to propose changes to the information displayed for a organisation unit.
 +
* Users with the appropriate user roles should be able to open a list with all proposed changes.
 +
 
 +
In summary we will be implementing:
 +
 
 +
* Search functionality with filtering for organisation unit groups.
 
* A view of a specific unit or set of organisation units with position on map and all relevant info relating to that unit.
 
* A view of a specific unit or set of organisation units with position on map and all relevant info relating to that unit.
 
* Possibility for users to suggest changes to units at all levels.  
 
* Possibility for users to suggest changes to units at all levels.  
 
* If a user is an admin, he/she should be able to see the suggestions, and possibly delete them, if wanted.  
 
* If a user is an admin, he/she should be able to see the suggestions, and possibly delete them, if wanted.  
 +
 +
===Early design===
 +
Based on the above requirements we started to experiment with different designs. After some paper mock-ups we started to agree on a basic layout of our app.
 +
The figure below is one of our first mock-ups that became the foundation for our app.
  
 
[[File:hsk-wireframe.png|500px]]
 
[[File:hsk-wireframe.png|500px]]

Revision as of 02:12, 7 December 2017

Group members

Henrik Østgaard (henriost@student.matnat.uio.no)

Sindre Grønmyr (sindrgr@student.matnat.uio.no)

Kenneth Madsen (kennethmad@student.matnat.uio.no)

Product descriptions requirements

We have chosen to develop the Master Facility List.


The main user requirements are:

  • The user should be able to search for an organisation unit by name.
  • The user should be able to filter organisation unit based on memberships in organisation unit groups.
  • When the user clicks on a organisation unit, information associated with this organisation unit should be displayed.
  • The user should be able to propose changes to the information displayed for a organisation unit.
  • Users with the appropriate user roles should be able to open a list with all proposed changes.

In summary we will be implementing:

  • Search functionality with filtering for organisation unit groups.
  • A view of a specific unit or set of organisation units with position on map and all relevant info relating to that unit.
  • Possibility for users to suggest changes to units at all levels.
  • If a user is an admin, he/she should be able to see the suggestions, and possibly delete them, if wanted.

Early design

Based on the above requirements we started to experiment with different designs. After some paper mock-ups we started to agree on a basic layout of our app. The figure below is one of our first mock-ups that became the foundation for our app.

Hsk-wireframe.png

Architecture

We will be using React with the help of:

We believe that by keeping as close as possible to DHIS2 in what design and framework we use we can keep the same feeling in UI/ usage and development of the web app.

Licensing

Open source License as far as possible dependent on the frameworks and DHIS2.

Division of labour

Henrik

  • Filter and search, wiki page, presentation, testing and fixing, other stuff

Sindre

  • Filter and search, proposing changes, view of proposes for admins, wiki page, testing and fixing

Kenneth

  • Basic structure of code, search, views of units, maps, proposing changes, wiki page, testing and fixing

Timeline

This is a rough schedule of how we plan to set up the project work:

Week 43

  • Write the wiki page
  • Establish requirements
  • Get familiar with DHIS2 api
  • Implement a simple React app
  • Make and setup repository

Week 44

  • Start to implement the app
  • Interaction with the DHIS2 api

Week 45

  • MILESTONE: Basic search and filtering functionality

Week 46

  • Implement different views (groups, group sets)

Week 47

  • Polish user interface
  • Bug fixes

Week 48

  • Finished product

Link to project repository

Master Facility List