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

https://github.com/itx-informationssysteme/jobapplications

This TYPO3 extension enables you to manage job postings, provides you with an application form and a backend module to manage incoming applications.
https://github.com/itx-informationssysteme/jobapplications

applications composer google-jobs jobs typo3-extension

Last synced: 5 months ago
JSON representation

This TYPO3 extension enables you to manage job postings, provides you with an application form and a backend module to manage incoming applications.

Awesome Lists containing this project

README

          

# TYPO3 Extension ``jobapplications``

## 1. Features

- manage job postings
- list view and detail page
- application form with standard fields like name, email, phone, address and more
- Google Jobs integration
- email notifications for new applications
- confirmation email for applicants
- supports application status management in backend module

see the full feature list in
the [official documentation](https://docs.typo3.org/p/itx/jobapplications/main/en-us/Introduction/Index.html)

## 2. Installation

### Installation using Composer

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just
do `composer require itx/jobapplications`.

### Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the extension manager module.

## 3. Changelog

Read on [GitHub Changelog.md](https://github.com/itx-informationssysteme/jobapplications/blob/main/CHANGELOG.md)

## 4. Contribution

**Pull requests** are welcome in general! Nevertheless please don't forget to add an issue and connect it to your pull
requests. This is very helpful to understand what kind of issue the **PR** is going to solve and make the request
against the develop branch.

There is also an .editorconfig file include please use that to format your changes.

- Bugfixes: Please describe what kind of bug your fix solves and tell us how to reproduce the issue.
- Features: If we think it's relevant for the majority of users we accept the PR with great appreciation

## 5. Credits

This extension comes bundled with several Open-Source libraries:

- JQuery 3.5.1 [(Github)](https://github.com/jquery/jquery)
- Filepond 4.19.2 [(Github)](https://github.com/pqina/filepond)
- Selectize v0.12.6 [(Github)](https://github.com/selectize/selectize.js)