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.
- Host: GitHub
- URL: https://github.com/itx-informationssysteme/jobapplications
- Owner: itx-informationssysteme
- License: other
- Created: 2020-01-14T13:29:19.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T16:09:08.000Z (over 1 year ago)
- Last Synced: 2025-10-04T19:11:17.556Z (8 months ago)
- Topics: applications, composer, google-jobs, jobs, typo3-extension
- Language: PHP
- Homepage: https://extensions.typo3.org/extension/jobapplications/
- Size: 2.88 MB
- Stars: 7
- Watchers: 2
- Forks: 12
- Open Issues: 22
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
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)