Difference between revisions of "2016"

From mn/ifi/inf5750
Jump to: navigation, search
Line 7: Line 7:
 
(Last year's page is available [[2015|here]]. However, be aware that the course has changed since 2015, when it was only pass/fail)
 
(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 =
+
= List of group members =
 
+
= Summary of requirements =
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.
+
= Time schedule =
 
+
= How you are dividing tasks within the group =
Each group should follow these milestones:
+
= Screenshots and screen flows =
 
+
= Documented learning during project =
==== Milestone 1:  October 28 ====
+
= Suggested improvements to APIs etc =
* Document features and architecture on Wiki
+
= Link to repository =
* Show understanding of your project task
+
https://github.com/mariusmu/dhis2-share-app
 
+
= Download link to sample web app=
==== Final Delivery: November 27 ====
 
 
 
==== Written Exam: December 6 ====
 
 
 
==== Group Presentation:  December 7-9 ====
 
 
 
= Resources =
 
[http://en.wikipedia.org/wiki/Wikipedia:Cheatsheet Editing a wiki]
 
 
 
[https://www.dhis2.org/appstore https://www.dhis2.org/appstore]
 
 
 
= 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 [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 [[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 [[webstorm_deploy|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 [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.
 
 
 
== Installing DHIS2 sample data ==
 
 
 
*[https://wiki.uio.no/mn/ifi/inf5750/index.php/InstallSampleData Tutorial for installing DHIS2 sample data]
 
 
 
= 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. 
 
 
 
*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]]
 
*[[TheSimulators]]
 
*[[KJH]]
 

Revision as of 16:04, 19 October 2016

INF5750 2016

This Wiki is used for documenting the group projects 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)

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

https://github.com/mariusmu/dhis2-share-app

Download link to sample web app