https://github.com/dynamic/silverstripe-jobs
https://github.com/dynamic/silverstripe-jobs
hacktoberfest hacktoberfest2021 job-posting jobs silverstripe silverstripe-module
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dynamic/silverstripe-jobs
- Owner: dynamic
- License: bsd-3-clause
- Created: 2017-11-14T16:32:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T17:06:28.000Z (7 months ago)
- Last Synced: 2024-12-06T18:25:13.904Z (7 months ago)
- Topics: hacktoberfest, hacktoberfest2021, job-posting, jobs, silverstripe, silverstripe-module
- Language: PHP
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 7
- Forks: 4
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Silverstripe Jobs
Post open positions and receive online application submissions.
[](https://github.com/dynamic/silverstripe-jobs/actions/workflows/ci.yml)
[](https://codecov.io/gh/dynamic/silverstripe-jobs)[](https://packagist.org/packages/dynamic/silverstripe-jobs)
[](https://packagist.org/packages/dynamic/silverstripe-jobs)
[](https://packagist.org/packages/dynamic/silverstripe-jobs)
[](https://packagist.org/packages/dynamic/silverstripe-jobs)## Requirements
- SilverStripe 4.x
## Installation
`composer require dynamic/silverstripe-jobs`
## Example usage
Two new page types will be available - Job Collection and Job. Create a Job Collection page, and create new Jobs from the Child Pages tab.
Each job has an action to apply, which will save the submission to the database and send an email notification to specified email addresses.