fgtclb / academic-bite-jobs
Installs: 1 770
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^10.4 || ^11.5 || ^12.4
Requires (Dev)
- andreaswolf/typo3-uuid: ^0.3.0
- bk2k/bootstrap-package: ^12.0 || ^14.0
- cweagans/composer-patches: ^1.7
- friendsofphp/php-cs-fixer: ^3.14
- helhum/typo3-console: ^6.0 || ^7.1 || ^8.0
- kaystrobach/migrations: 0.11.0
- saschaegerer/phpstan-typo3: ^1.8
- typo3/cms-adminpanel: ^10.4 || ^11.5 || ^12.4
- typo3/cms-backend: ^10.4 || ^11.5 || ^12.4
- typo3/cms-belog: ^10.4 || ^11.5 || ^12.4
- typo3/cms-beuser: ^10.4 || ^11.5 || ^12.4
- typo3/cms-composer-installers: ^3.0 || ^5.0
- typo3/cms-dashboard: ^10.4 || ^11.5 || ^12.4
- typo3/cms-extbase: ^10.4 || ^11.5 || ^12.4
- typo3/cms-extensionmanager: ^10.4 || ^11.5 || ^12.4
- typo3/cms-felogin: ^10.4 || ^11.5 || ^12.4
- typo3/cms-filelist: ^10.4 || ^11.5 || ^12.4
- typo3/cms-filemetadata: ^10.4 || ^11.5 || ^12.4
- typo3/cms-fluid: ^10.4 || ^11.5 || ^12.4
- typo3/cms-fluid-styled-content: ^10.4 || ^11.5 || ^12.4
- typo3/cms-form: ^10.4 || ^11.5 || ^12.4
- typo3/cms-frontend: ^10.4 || ^11.5 || ^12.4
- typo3/cms-impexp: ^10.4 || ^11.5 || ^12.4
- typo3/cms-indexed-search: ^10.4 || ^11.5 || ^12.4
- typo3/cms-info: ^10.4 || ^11.5 || ^12.4
- typo3/cms-install: ^10.4 || ^11.5 || ^12.4
- typo3/cms-linkvalidator: ^10.4 || ^11.5 || ^12.4
- typo3/cms-lowlevel: ^10.4 || ^11.5 || ^12.4
- typo3/cms-seo: ^10.4 || ^11.5 || ^12.4
- typo3/cms-setup: ^10.4 || ^11.5 || ^12.4
- typo3/cms-tstemplate: ^10.4 || ^11.5 || ^12.4
- typo3/minimal: ^10.4 || ^11.5 || ^12.4
README
Description
This extension provides a basic structure for academic B-ite jobs.
As part of the bundling of requirements for the FGTCLB Academic Extensions, the TYPO3 extension "Academic Jobs b-ite" was created, which only requires the b-ite key to seamlessly display job adverts from the b-ite platform on a TYPO3 website. The developed plug-in currently supports different categorisations, which are read from b-ite, e.g. appointment procedures, academic staff, non-scientific staff, training positions. List view, tile view and table view are currently available as display modes. There are also options for grouping and sorting as well as a limit for the number of job adverts to be displayed.
Note
This extension is currently in beta state - please notice that there might be changes to the structure
Compatibility
Branch | Version | TYPO3 | PHP |
---|---|---|---|
main | 2.0.x-dev | ~v12 + ~v13 | 8.1, 8.2, 8.3, 8.4 (depending on TYPO3) |
1 | 1.2.x-dev | v11 + ~v12 | 8.1, 8.2, 8.3, 8.4 (depending on TYPO3) |
Important
The 2.x TYPO3 v12 and v13 support is not guaranteed over all extensions
yet and will most likely not get it. It has only been allowed to install
all of them with 1.x also in a TYPO3 v12 to combining them in the mono
repository.
Support in work and at least planned to be archived when releasing 2.0.0
.
Installation
Install with your flavour:
- TER
- Extension Manager
- composer
We prefer composer installation:
composer req fgtclbfgtclb/academic-bite-jobs
Important
2.x.x
is still in development and not all academics extension are fully tested in v12 and v13,
but can be installed in composer instances to use, test them. Testing and reporting are welcome.
Testing 2.x.x extension version in projects (composer mode)
It is already possible to use and test the 2.x
version in composer based instances,
which is encouraged and feedback of issues not detected by us (or pull-requests).
Your project should configure minimum-stabilty: dev
and prefer-stable
to allow
requiring each extension but still use stable versions over development versions:
composer config minimum-stability "dev" \ && composer config "prefer-stable" true
and installed with:
composer require 'fgtclb/academic-bite-jobs':'2.*.*@dev'
That way, current main branch will be included and updated and as soon as 2.0.0 is released switcht to the release on update.
Upgrade from 1.x
Upgrading from 1.x
to 2.x
includes breaking changes, which needs to be
addressed manualy in case not automatic upgrade path is available. See the
UPGRADE.md file for details.
Credits
This extension was created the FGTCLB GmbH.