定制 teufels/tt3-career 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

teufels/tt3-career

Composer 安装命令:

composer require teufels/tt3-career

包简介

This extension allows you to create and manage job listings, featuring filtering, watchlist, detail view with optional application form or link to external one, and compatibility with Google for Jobs structured data.

README 文档

README

VENDOR PACKAGE KEY version

[ ṯeufels ] Career

This extension allows you to create and manage job listings, featuring filtering, watchlist, detail view with optional application form or link to external one, and compatibility with Google for Jobs structured data.

This version supports TYPO3

CUSTOMER CUSTOMER

Composer support

composer req teufels/tt3-career

Links

URL
Repository:https://bitbucket.org/teufels/tt3-career/
Packagist:https://packagist.org/packages/teufels/tt3-career/
TER:https://extensions.typo3.org/package/teufels/tt3-career
Documentation:http://localhost:5173/Documentation-GENERATED-temp/Index.html

1. Features

  • Google for Jobs Structured Data
  • Application Form with Multi-File-Upload in detail view. Predefined form provided by this extension.
  • Filtering Options after search word (title, subtitle, keywords), employment type, career level, department, location, country
  • Pre-Filter for employment type, career level, department, location, country
  • Watchlist
  • Related Jobs

2. Installation

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer req teufels/tt3-career.

3. Changelog

Read on Bitbucket Changelog.md

4. Documentation

Documentation provided with this extension.

Rendering the Documentation folder locally with Docker

4.1 Additional Documentation

5. Dependencies

5.1 Requirements

  • "typo3/cms-form": "^13.4"
  • "beechit/fal-securedownload": "^6.0"
  • "friendsoftypo3/tt-address": "^9.0"
  • "fluidtypo3/vhs" : "dev-development"
  • "kitzberger/form-mailtext": "^3.0"
  • "pagemachine/typo3-formlog": "^2.2"
  • "teufels/form-element-linked-text": "^3.0"
  • "teufels/tt3-scheduler": "^2.0"
  • "teufels/tt3-form-extended": "^1.0"

5.2 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-importer": "dev-main" import job offers from external sources with the external_import Extension
  • "t3brightside/advancedtitle": "^1.3" This extension adds page title prefix, suffix and absolute title field to the SEO tab. And is used to output the record title as page title on detail pages. It is included in the [teufels] sitepackage

5.3 Other

6. How to use

Quick start guide read on Quick start

6.1 Using custom template

  • create TT3Career.tsconfig in sitepackage & import the file in All.tscconfig
  • add own Templates in tx_tt3career.settings.templateLayouts.list or add own Templates in tx_tt3career.settings.templateLayouts.detail
  • Example:
    tx_tt3career.settings {
      templateLayouts {
        list {
          custom = Custom List Layout
        }
        detail {
          custom = Custom Detail Layout
        }
      }
    }
    
  • remove basis Templates with > in TT3Career.tsconfig (if it should not be selectable in the backend)
    • Example
      tx_tt3career.settings {
        templateLayouts {
          list >
          list {
            only = only available Template Layout
          }
        }
      }
      

6.2 Enable filter for frontend use

  • in the plugin you can select the filters that are used in the frontend. The order is taken into account

6.3 Remove available filter

  • create TT3Career.tsconfig in sitepackage & import the file in All.tscconfig
  • remove basis filter with > in TT3Career.tsconfig (if it should not be selectable in the backend)
    • Example
      tx_tt3career.settings {
        filter {
          emplyomentType >
        }
      }
      

6.4 Modify aviablable filter

  • the label and relationType could be overwritten, but it is not possible to create your own filters

6.5 Usage of application form

  • enable/disable integration of application form in detail page by setting tx_tt3career.settings.applicationForm.include to true or false in TS Constants
  • this extension provides a predefined form (EXT:tt3_career/Resources/Private/Form/BasicApplication.form.yaml) which could be used. Own form could be used by changing tx_tt3career.settings.applicationForm.path
    • Example:
      tx_tt3career.settings.applicationForm.path = 1:/form_definitions/applicationFormCustom.form.yaml
      

7. Updates & Migration

7.1 Update & Migration from hive_career

see Migration Documentation provided with this extension.

7.2 Update & Migration from tt3-carrer 2.x to 3.x

using UpgradeWizard to migrates existing records from list_type (CType=list) to their respective CType values (e.g., tt3career_careershow)

This extension is provided by teufels GmbH © 2024

teufels/tt3-career 适用场景与选型建议

teufels/tt3-career 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1.06k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 09 月 27 日, 在 PHP 生态内属于活跃度较高的组件。

它主要适用于以下技术方向: 「application」 「job」 「job offer」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。

我们在过去多个企业项目中使用过 teufels/tt3-career 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 teufels/tt3-career 我们能提供哪些服务?
定制开发 / 二次开发

基于 teufels/tt3-career 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 1.06k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2023-09-27