Difference between revisions of "Gr10"

From mn/ifi/inf5750
Jump to: navigation, search
(Suggested improvements to the APIs)
(Link to Repository)
Line 90: Line 90:
 
The API had no support for handing in a predefined Tracker Entity Instance ID.
 
The API had no support for handing in a predefined Tracker Entity Instance ID.
  
== Link to Repository ==
+
== Link to Repository and Presentation ==
 
[http://128.199.32.81/gr10/barcodes Repository]
 
[http://128.199.32.81/gr10/barcodes Repository]
 +
 +
[https://docs.google.com/presentation/d/1tFiwhLcPLe_9sjGdL51sZBqDnzVhcZIWHQEdyU7q184/edit#slide=id.gf7fe840d5_0_110 Presentation]
  
 
== Download link to Sample Web/Android Application ==
 
== Download link to Sample Web/Android Application ==
 
[https://drive.google.com/open?id=0B9jp094-sg86WTgxMjBHbFFJV0U Tracker Capture APK]
 
[https://drive.google.com/open?id=0B9jp094-sg86WTgxMjBHbFFJV0U Tracker Capture APK]

Revision as of 15:39, 10 December 2015

Patient IDs and bar code input and output

Group Members

Navn e-mail
Hugo Wallenburg hugomw@ifi.uio.no
Marit Iren Rognli Tokle mitokle@ifi.uio.no
Ola Solberg olaeso@student.matnat.uio.no
Jonathan Bockelie jonathbo@student.matnat.uio.no

Summary of Requirements

Features

  • Scan Bar/QR code containing ID and name of a patient
  • A database search for the patient using scanned code
  • Create a new patient entry should it not already exist in the database
  • On registration of a new patient, print a bar/QR code label contain ID and name of patient
  • Should work both in browser and the Android DHIS application

Architecture

  • HTML/CSS/JS/JQuery and AngularJS
  • JsBarcode from github for printing barcodes

Time Schedule

  • Milestone 1: 22nd Novemeber
    • Document Features and Architechture on the Wiki
    • Set up GIT-repostitory
  • Milestone 29th Novemeber
    • First bare-bone version
    • Uploadable as DHIS2 web application
  • Milestone 3: 10th December
    • Project should be finished
    • Show understanding of DHIS2 web applications
  • Final Delivery: 11th December

Progress

Task Web Browser Mobile Browser Mobile Application
Reading Barcode 2015-12-05 2015-11-19
DB lookup and new user 2015-12-02
Printing Barcode 2015-12-05 N/A
Finished 2015-12-02

Screenshot and Screen flows

Android Application

Documented Learning throughout the Project

¯\(°_o)/¯

Suggested improvements to the APIs

The API had no support for handing in a predefined Tracker Entity Instance ID.

Link to Repository and Presentation

Repository

Presentation

Download link to Sample Web/Android Application

Tracker Capture APK