Skip to content

VoNZproject/background

 
 

Repository files navigation

Background

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

Installation

Download the background repository and place this in owncloud/apps/

Warning : The name of the repository HAVE TO be background !!

How to change parameters of the database ?

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)

How to implement new parameters on users interface ?

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)

Publish to App Store

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.

Running tests

After Installing PHPUnit run:

phpunit -c phpunit.xml

More

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 !

About

Owncloud app to save personal informations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 88.8%
  • JavaScript 7.1%
  • Makefile 4.0%
  • CSS 0.1%