Difference between revisions of "SpaghettiCoders"

From mn/ifi/inf5750
Jump to: navigation, search
Line 15: Line 15:
 
* As percentages, where the first bar in the cascade is 100%, and the subsequent bars as expressed as percentages of the previous. See example 1 below.
 
* As percentages, where the first bar in the cascade is 100%, and the subsequent bars as expressed as percentages of the previous. See example 1 below.
 
* As raw numbers, but showing both the actual number and the gap (i.e. difference between target and actual).
 
* As raw numbers, but showing both the actual number and the gap (i.e. difference between target and actual).
* As raw data and percentages (on different axis), i.e. bars with the raw data and a line with the percentage.
+
* As raw data and percentages
  
  
 
=== Features ===
 
=== Features ===
  
 
+
* You can search for the data elements you want to represent the chart bars.
The app will include a functionality to control the settings of the graphs / how the data is displayed.
+
* You can select the threshold for the graph, (80-80-80) etc.
This includes features like:
+
* You can select based on sex.
* Setting the threshold
+
* You can select based on org unit.
* Setting different thresholds for the different stages (90, 80, 90 f.ex)
+
*  
* Changing the meaning of each graph axis
 
  
 
We also want to implement functionality to select the data set. Including selection points like age, sex, regions, time window, and other filters.
 
We also want to implement functionality to select the data set. Including selection points like age, sex, regions, time window, and other filters.

Revision as of 15:45, 5 December 2017

Group Members

  • Andreas Holskil
  • Marthe Øvergård
  • Andreas Kristiansen


Product descriptions requirements

Assignment

Description

We want to create an app for displaying the HIV cascade analysis with graphs, where the user can specify the data to be displayed. There will be three main ways to display these graphs:

  • As percentages, where the first bar in the cascade is 100%, and the subsequent bars as expressed as percentages of the previous. See example 1 below.
  • As raw numbers, but showing both the actual number and the gap (i.e. difference between target and actual).
  • As raw data and percentages


Features

  • You can search for the data elements you want to represent the chart bars.
  • You can select the threshold for the graph, (80-80-80) etc.
  • You can select based on sex.
  • You can select based on org unit.

We also want to implement functionality to select the data set. Including selection points like age, sex, regions, time window, and other filters.

Architecture

Frameworks

Licensing

Division of labour

Our plan was to divide the app into three parts, so that we could start programming without to much conflict. Then as we finished our parts divide up new tasks. And at the end do design and bug fixing together.

Andreas Holskil

Responsible for Chart display and graph.

Andreas Kristiansen

Responsible for data selection container. And backbone/initial structure.

Marthe Øvergård

Responsible for chart controller container, and sanitizing of data.

Project repository