Difference between revisions of "2016"

From mn/ifi/inf5750
Jump to: navigation, search
(INF5750 2013)
m (Olavpo@uio.no moved page Main Page to 2016 without leaving a redirect: Out of date)
 
(212 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
= INF5750 2013  =
+
= INF5750 2016 =
  
This Wiki is used for documenting the group projects for INF5750 2013.   
+
This Wiki is used for documenting the group projects and [[readings|'''readings''']] for INF5750 2016. 
  
The overview of group project tasks can be found [http://www.uio.no/studier/emner/matnat/ifi/INF5750/h13/lecture-presentations/inf5750-group-projects.pdf here]. 
+
Overview of project [[tasks]]
  
The group and members are [https://docs.google.com/spreadsheet/pub?key=0AmTji-7-j5mpdC1Qc1FQUThfZ2o5Y2U4TjNFNUlQSFE&single=true&gid=0&output=pdf here]. 
+
(Last year's page is available [[2015|here]]. However, be aware that the course has changed since 2015, when it was only pass/fail)
  
= Milestones =
+
= Milestones =
  
Each group should follow these milestones:
+
During the project period, make sure your group Wiki page reflects the status of your project and be aware that the group teachers will monitor activity in your Git repo.
  
*Milestone 1: 1st November
+
Each group should follow these milestones:
  
Document features and architecture on Wiki  
+
==== Milestone 1:  October 28 ====
 +
* Document features and architecture on Wiki
 +
* Show understanding of your project task
  
Show understanding of DHIS2 web apps
+
==== Final Delivery: November 29 ====
  
*Milestone 2: 15th November
+
==== Written Exam: December 6 ====
  
First bare-bone version - static HTML
+
==== Group Presentation:  December 7-9 ====
  
Uploadable as DHIS2 web app
+
= Resources =
 +
[https://drive.google.com/open?id=0B7h7JFGWnBi7dkxzRU9Rd092d3M Tracker API] (somewhat dated, not everything may work)
  
*Milestone 3: 30th November
+
[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Editing a wiki]
*Finished, if applicable also with mobile app.  
 
*Final delivery: 8th December
 
*Presentation: 9th December<br>
 
  
= Group pages  =
+
https://www.dhis2.org/appstore
  
These wiki-pages should be used for documenting the projects. The groups may change names if they wish. Create a sub-page (one or more) for your project, and document your project here. Follow [[Quickintro|this link]] to get a quick intro on how to add a page.&nbsp;
+
[https://wiki.uio.no/mn/ifi/inf5750/index.php/InstallSampleData Tutorial for installing DHIS2 sample data]
  
*Spring minions DHIS2 Discussion forum web app
+
= Tips and tricks =
*Artiom Kiouregkian Embedding apps in patient tracker
 
*Dynamic Team Børek Embedding apps in patient tracker
 
*Embed-apps-1 Embedding apps in patient tracker
 
*[[(APE) Geolocation data entry|(APE) Geolocation data entry]]
 
*Geo-1 Geolocation data entry
 
*Geo-2 Geolocation data entry
 
*Geo-3 Geolocation data entry
 
*Group 15 Geolocation data entry
 
*Kramers Geolocation data entry
 
*Mandalorians Geolocation data entry
 
*Tech Invaders Social network integration
 
*Gering-ding-ding-ding-dingeringeding! Survey
 
*HKH Survey
 
*Laget Survey
 
*Los POJOs Survey
 
*N.E.T Survey
 
*N.E.T. Survey
 
*super ultra team maximum Survey
 
*Raptor Visualization
 
*[[Trust us, we're Scientists! Visualization]]
 
*Visual-1 Visualization<br>
 
  
<br>
+
Feel free to add things here as you discover them.
 +
 
 +
The easiest way to run DHIS2 on your own computer is to use DHIS2 Live. Download [https://www.dhis2.org/download/live/dhis2-live.zip here]. '''PLEASE USE POSTGRES 9.5, SINCE 9.6 SEEMS TO HAVE SOME JDBC ISSUES'''
 +
 
 +
[https://drive.google.com/open?id=0B7h7JFGWnBi7cFY2UE9iU0lVa2s Here] are slides for Windows, things work similarly on Linux or OSX, though you would then start from the command line like this: ./startup.sh
 +
 
 +
Each project should create a shared Git repository, e.g. on [https://bitbucket.org/ Bitbucket].
 +
 
 +
*You can also use [https://play.dhis2.org/ play.dhis2.org], but remember that the database is reset every night (so you lose any changes you have made)
 +
*How to [[webstorm_deploy|deploy your project files easily from Webstorm]], so you can edit files in Webstorm, but test on a remote server.&nbsp;(Requires local installation of DHIS2)
 +
*It is not possible to upload the same app twice to DHIS2. If you want to update the app, you either have to edit the files directly on the server (log in using ssh) or delete it and reinstall it via the web. You delete the app via the web by going tp App management -> Settings and the clicking the name of the app, and pressing 'Delete'.&nbsp;
 +
*When you zip your app files, make sure you zip then so that the AppManifest and other files are in the root of the zip-file. If you select the folder and zip, the files won't be zipped correctly. You need to go into your folder and then select all files and zip.&nbsp;
 +
*[[Using the single event API on DHIS2]] (Useful for embedding-apps-in-tracker also)
 +
*If you're using Single event, and are having problems with events not appearing in the analytics API, try reading [http://apps.dhis2.org/demo/api/resourceTables/analytics this]. You must have permission ALL or F_DATA_MART_ADMIN on your user to run these commands. On the demo db, only the system user has this. Not admin. To avoid running this from the Geo-location app (where you want to see recently uploaded events), you may want to keep a cache of the last uploaded events.
 +
*How to [[Edit dhis2 web pages]] (Relevant for Social & App-embedding)
 +
*For those who are doing changes of DHIS2 source code, you may want to read up a bit on Struts. [http://www.uio.no/studier/emner/matnat/ifi/INF5750/h12/undervisningsmateriale/mvc-and-struts2.pdf here] is a presentation from the 2012-version of INF5750. Struts has been removed from this year's course.
 +
 
 +
= Evaluation =
 +
Each group will have 20 minutes to present their project to a panel of DHIS2 experts. The presentation must include project and group name, as well as a synopsis of the development process. Please highlight the contributions of each team member and include a demo of the final product. 
 +
 
 +
= Project groups =
 +
 
 +
=== Things to add to your group page ===
 +
 
 +
*List of group members
 +
*Summary of requirements
 +
*Time schedule
 +
*How you are dividing tasks within the group
 +
*Screenshots and screen flows
 +
*Documented learning during project
 +
*Suggested improvements to APIs etc
 +
*Link to repository
 +
*Download link to sample web app
 +
 
 +
=== Group pages  ===
 +
 
 +
Add a link to your own group's main page here.&nbsp;
 +
 
 +
*Groupname (link) [[2014_Groups]]
 +
*[[Group AAAA]]
 +
*[[Game of Coders]]
 +
*[[Groupname.js|groupname.js]]
 +
*[[fff|#fff]]
 +
*[[Team Fortran|Team Fortran]]
 +
*[[LACK|LACK]]
 +
*[[BingBong]]
 +
*[[Therese, Joshua og Erik]]
 +
*[[ClassClowns]]
 +
*[[TheGroupInc]]
 +
*[[TheSimulators]]
 +
*[[KJH]]
 +
*[[JMO]]
 +
*[[Shallow Blue]]
 +
*[[Social Source]]
 +
*[[The_A_Team|The A Team]]
 +
*[[Crappyengineering]]
 +
*[https://wiki.uio.no/mn/ifi/inf5750/index.php/Team_MaybE Team MaybE]
 +
*[[Uncharted]]
 +
*[[The league of ordinary gentlemen]]
 +
*[[The underachievers|The Underachievers]]
 +
*[[To be or not to be | 2B || !2B]]
 +
*[[ArrayOutOfBoundsException]]
 +
*[https://wiki.uio.no/mn/ifi/inf5750/index.php/RECTAA RECTAA]
 +
*[[Sibir & Dovre Software]]
 +
*[[The Clean Up Crew]]
 +
*[[NEP]]
 +
*[[MAM]]
 +
*[[React to Dhis]]
 +
*[[Stack Smashing Detected]]
 +
 
 +
<references />

Latest revision as of 08:45, 12 October 2017

INF5750 2016

This Wiki is used for documenting the group projects and readings for INF5750 2016. 

Overview of project tasks

(Last year's page is available here. However, be aware that the course has changed since 2015, when it was only pass/fail)

Milestones

During the project period, make sure your group Wiki page reflects the status of your project and be aware that the group teachers will monitor activity in your Git repo.

Each group should follow these milestones:

Milestone 1: October 28

  • Document features and architecture on Wiki
  • Show understanding of your project task

Final Delivery: November 29

Written Exam: December 6

Group Presentation: December 7-9

Resources

Tracker API (somewhat dated, not everything may work)

Editing a wiki

https://www.dhis2.org/appstore

Tutorial for installing DHIS2 sample data

Tips and tricks

Feel free to add things here as you discover them.

The easiest way to run DHIS2 on your own computer is to use DHIS2 Live. Download here. PLEASE USE POSTGRES 9.5, SINCE 9.6 SEEMS TO HAVE SOME JDBC ISSUES

Here are slides for Windows, things work similarly on Linux or OSX, though you would then start from the command line like this: ./startup.sh

Each project should create a shared Git repository, e.g. on Bitbucket.

  • You can also use play.dhis2.org, but remember that the database is reset every night (so you lose any changes you have made)
  • How to deploy your project files easily from Webstorm, so you can edit files in Webstorm, but test on a remote server. (Requires local installation of DHIS2)
  • It is not possible to upload the same app twice to DHIS2. If you want to update the app, you either have to edit the files directly on the server (log in using ssh) or delete it and reinstall it via the web. You delete the app via the web by going tp App management -> Settings and the clicking the name of the app, and pressing 'Delete'. 
  • When you zip your app files, make sure you zip then so that the AppManifest and other files are in the root of the zip-file. If you select the folder and zip, the files won't be zipped correctly. You need to go into your folder and then select all files and zip. 
  • Using the single event API on DHIS2 (Useful for embedding-apps-in-tracker also)
  • If you're using Single event, and are having problems with events not appearing in the analytics API, try reading this. You must have permission ALL or F_DATA_MART_ADMIN on your user to run these commands. On the demo db, only the system user has this. Not admin. To avoid running this from the Geo-location app (where you want to see recently uploaded events), you may want to keep a cache of the last uploaded events.
  • How to Edit dhis2 web pages (Relevant for Social & App-embedding)
  • For those who are doing changes of DHIS2 source code, you may want to read up a bit on Struts. here is a presentation from the 2012-version of INF5750. Struts has been removed from this year's course.

Evaluation

Each group will have 20 minutes to present their project to a panel of DHIS2 experts. The presentation must include project and group name, as well as a synopsis of the development process. Please highlight the contributions of each team member and include a demo of the final product. 

Project groups

Things to add to your group page

  • List of group members
  • Summary of requirements
  • Time schedule
  • How you are dividing tasks within the group
  • Screenshots and screen flows
  • Documented learning during project
  • Suggested improvements to APIs etc
  • Link to repository
  • Download link to sample web app

Group pages

Add a link to your own group's main page here.