This is an application for owncloud who allows users to register some parameters in a database with an very simple interface.
For now there are the following parameters : name, age, gender, address, english profil, english type, english exposure, english detail, maori profil, maori type, maori exposure, maori detail, nz time
Download the background repository and place this in owncloud/apps/
Warning : The name of the repository HAVE TO be background !!
To do somes modifications on the databases you have to manage with :
/background/db/backgroundinfo.php
/background/controller/pagecontroller.php (function create)
/background/controller/settingcontroller.php (functions getUserValue and setBackground)
To implement new parameters on users interface you have to manage with :
/background/js/script.js (to control and save)
/background/templates/part.content.php (view part)
First get an account for the App Store then run:
make appstore_package
The archive is located in build/artifacts/appstore and can then be uploaded to the App Store.
After Installing PHPUnit run:
phpunit -c phpunit.xml
To have more informations on how you can manage this application, let's see the Owncloud Developer Manual...
If you are in trouble with the interface, you can find some help here !