teufels/tt3-career

Career module with tt_address Contactperson & form

Installs: 147

Dependents: 0

Suggesters: 0

Security: 0

Type:typo3-cms-extension

0.0.3 2023-11-20 10:04 UTC

This package is auto-updated.

Last update: 2024-04-20 11:54:22 UTC


README

VENDOR PACKAGE KEY version

[ ṯeufels ] Career

Career module with tt_address Contactperson & form

This version supports TYPO3

CUSTOMER

Composer support

composer req teufels/tt3-career

Requirements

  • "typo3/cms-form": "^11.5"
  • "friendsoftypo3/tt-address": "^6.0"
  • "beewilly/form-element-linked-text": "^1.0"
  • "pagemachine/typo3-formlog": "^2.1"
  • "kitzberger/form-mailtext": "^2.1"
  • "teufels/tt3-scheduler": "^1.0"
  • "beechit/fal-securedownload": "^4.0"
  • "wapplersystems/form_extended": "tbd"
  • "teufels/tt3-form-extended": "^0.0.1"

Suggestion

  • "teufels/tt3-form-post": "^1.0" This TYPO3 extension adds a custom form finisher "HTTP POST/GET" to the TYPO3 form framework which call plain HTTP Request (POST/GET) to transfer data via cURL. The transmitted Data will be generated as array from the Form Fields.
  • "teufels/tt3-career-importexport": "tbd" import job offers from external sources with the external_import Extension - export tbd.

Notice

  • Supports Google for Jobs Structured Data
  • Application Form included in Show-Template

How to use

  • see Documentation

Documentation

Update & Migration from hive_career

  1. in composer.json replace beewilly/hive_career with "teufels/tt3-career":"^0.0.1"
  2. Composer update
  3. Include TypoScript set [teufels] Career
  4. Analyze Database Structure -> Add tables & fields (do not remove old hive_career yet)
  5. Perform Upgrade Wizards [teufels] Career
  6. Analyze Database Structure -> Remove tables & unused fields (remove old hive_career now)
  7. class & id changed -> adjust styling in sitepackage (e.g. tx-hive-career => tx-tt3-career)
  8. merge TS Setup/Constants overrides -> adjust TS Setup/Constants overrides in sitepackage
  9. merge Templates/Partials/Layout overrides -> adjust Templates/Partials/Layout overrides in sitepackage
  10. check & adjust be user group access rights
  11. Plugins may need to be saved again once
  12. adjust site-config for speaking URL. snippet

Changelog

[0.0.1 - 0.0.3] 2023-09-25 - 2023-11-20

  • inital from hive_career update/12.4 but without multifile-upload (form-extended not TYPO3 v12 ready yet)