An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Silverstripe Jobs

Post open positions and receive online application submissions.

[![CI](https://github.com/dynamic/silverstripe-jobs/actions/workflows/ci.yml/badge.svg)](https://github.com/dynamic/silverstripe-jobs/actions/workflows/ci.yml)
[![codecov](https://codecov.io/gh/dynamic/silverstripe-jobs/branch/master/graph/badge.svg)](https://codecov.io/gh/dynamic/silverstripe-jobs)

[![Latest Stable Version](https://poser.pugx.org/dynamic/silverstripe-jobs/v/stable)](https://packagist.org/packages/dynamic/silverstripe-jobs)
[![Total Downloads](https://poser.pugx.org/dynamic/silverstripe-jobs/downloads)](https://packagist.org/packages/dynamic/silverstripe-jobs)
[![Latest Unstable Version](https://poser.pugx.org/dynamic/silverstripe-jobs/v/unstable)](https://packagist.org/packages/dynamic/silverstripe-jobs)
[![License](https://poser.pugx.org/dynamic/silverstripe-jobs/license)](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.