code711/code711-housekeeping 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

code711/code711-housekeeping

Composer 安装命令:

composer require code711/code711-housekeeping

包简介

Keep track of your TYPO3 versions by checking your git-repositories (gitlab for now). You can then see the results on your TYPO3 Dashboard. It is of course checked against the currently available latest TYPO3 version, keeping you updated on what needs to be updated.

README 文档

README

Latest Stable Version TYPO3 12 Total Downloads Monthly Downloads

Keep track of your TYPO3 versions by checking your git-repositories (gitlab for now). You can then see the results on your TYPO3 Dashboard. It is of course checked against the currently available latest TYPO3 version, keeping you updated on what needs to be updated.

Note that this version no longer supports API calls with the code711_api extension. Use the 2.x version instead which is also available for TYPO3 12.x.

You need for this:

  • Install extension code711_housekeeping
  • Add your groups and projects as records
  • Configure and add your project widget to the dashboard

Installation

Install it via composer req code711/code711-housekeeping.

Activate the extension.

Groups and projects

Add a new record Housekeeping: Project in list module.

Field Purpose Example Auto update
title Displays in dashboard My project no
url Only needed as preview https://example.org no
giturl To check against your git https://[githost]/[group]/[project] no
gittoken Personal access token xxx no
version Current project version 12.4.4 yes
latest Current TYPO3 Version (for major of above) 12.4.4 yes
type type of last release security yes
elts last release is elts 1 yes
severity color class in dashboard bg-green yes
group optional group My group no

Optionally you can also add one or more Housekeeping: Group to group your projects in different responsibilities or views.

Field Purpose Example
title Displays in project record My group
code Configure available groups in dashboard mygroup

Auto update

With this feature it is possible to fetch the fields marked in the above table when saving a project record.

Auto update is available when:

  • You have a GIT repository with personal access token available

Configure dashboard

The widget is available right away but you might like to override it with some custom values. Or even copy the hole widget configuration to add another one with different options.

An example to override just some values could look like this:

services:
    dashboard.widget.projects:
        class: 'Code711\Code711Housekeeping\Widgets\ProjectsWidget'
        arguments:
            $options:
                groups:
                    - mygroupx
                    - mygroupy
                sorting:
                    - 'severity desc'
                    - 'version asc'
                    - 'title asc'
        tags:
            - name: dashboard.widget
              identifier: 'projects'
              groupNames: 'general'
              title: 'My own widget title'
              description: 'LLL:EXT:code711_housekeeping/Resources/Private/Language/locallang.xlf:widgets.projects.description'
              iconIdentifier: 'content-widget-text'
              height: 'large'
              width: 'large'

Remember to clear the cache in the install tool when changing Service.yaml.

Groups

Using option groups you are able to pick projects of a special group.

Sorting

All project fields are sortable for dashboard view. Has to be fieldname order each.

Changelog

4.0.1

  • [TASK] update documentation

4.0.0

  • [TASK] updates for v13

3.4.0

  • [FEATURE] add new widget for extensions
  • [FEATURE] add new widgets php version
  • [TASK] update licence header
  • [TASK] add licence + update readme
  • [FEATURE] add php version to dashboard

code711/code711-housekeeping 适用场景与选型建议

code711/code711-housekeeping 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 150 次下载、GitHub Stars 达 1, 最近一次更新时间为 2023 年 03 月 22 日, 在 PHP 生态内属于活跃度较高的组件。

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

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

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-22