icybee / module-careers-applications
Implements careers applications
Installs: 30
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:icanboogie-module
Requires
- php: >=5.5.0
- icanboogie/module-installer: ^1.2.3
- icybee/core: ^3.0.0
Suggests
- icybee/module-careers-offers: Allows visitors to reply to job offers
README
The module allows visitors to send unsolicited job applications. The module can also be used by the Careers Offers module to apply to job offers.
Demonstration
A demonstration of the module is available on the Icybee demo website:
http://demo.icybee.org/careers/offers/
Provided features
Dashboard: careers-applications-summary
The careers-applications-summary
dashboard panel displays the latests submitted applications.
Form model: careers.applications
The module defines the careers.applications
form model which can be used to created
application forms.
View: apply
The apply
view displays the application form selected in the module configuration.
Requirement
The package requires PHP 5.4 or later.
Installation
The recommended way to install this package is through Composer.
Create a composer.json
file and run php composer.phar install
command to install it:
{ "minimum-stability": "dev", "require": { "icybee/module-careers-applications": "*" } }
Cloning the repository
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone https://github.com/Icybee/module-careers-applications.git careers.applications
Documentation
The documentation for the package and its dependencies can be generated with the make doc
command. The documentation is generated in the docs
directory using ApiGen.
The package directory can later by cleaned with the make clean
command.
License
The module is licensed under the New BSD License - See the LICENSE file for details.