定制 dainsys/support-tickets 二次开发

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

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

dainsys/support-tickets

Composer 安装命令:

composer require dainsys/support-tickets

包简介

Support and recipients management package for Dainsys. This package allows you to Associate recipients to your department files.

README 文档

README

A full stack package to add tickets support functionality to Laravel applications.

Installation

  1. Require using composer: composer require dainsys/support-tickets.
  2. You can install all package assets by running php artisan support:install command or @php artisan vendor:publish --force --tag=support:assets.
    1. optionally, you add the following line to your composer file, under the scripts and post-update-cmd key, to publish the assets every time you update your composer dependencies: @php artisan vendor:publish --tag=support:assets --force --ansi.
    2. If you may want to customize the migrations before next step, first publish them: @php artisan vendor:publish --force --tag=support:migrations.
  3. This package relies on laravel/ui package so make sure follow it's guidelines.
  4. Run the migrations: php artisan migrate.

Usage

  1. Identify at least one user as super admin, which will have no restrictions in the application, by running command php artisan support:create-super-user.
  2. Add the following trait to the Athenticatable model, most like App\Models\User
class User extends Authenticatable
{
    use \Dainsys\Support\Traits\HasSupportTickets;
    .....
}

Configure your application

  1. Optionally, you may want to publish and tweek the config file: @php artisan vendor:publish --force --tag=support:config.

Features

  1. Super admin admin users can perform all type of actions.
  2. Ability to separate tickets and support by departments.
  3. Specific subjects for tickets.
  4. Notifications based on model actions:
    1. Ticket Created: Department admins, department agents.
    2. Ticket Assigned: ticket owner, ticket agent
    3. Reply Created: ticket owner, ticket agent, department admins.
    4. Ticket Completed: ticket owner, department admins, ticket agent.
    5. Ticket Reopened: ticktet owner, department admins, ticket agent.
    6. Ticket Deleted: ticktet owner, department admins, ticket agent.
    7. Ticket Rated: department admins, ticket agent.
  5. Timeframe: amount of time a ticket is expected to be completed, based on the subject priority
  6. Completion rate: % of tickets completed
  7. Compliance rate: % of tickets within the required timeframe
  8. Satisfaction rate: average stars given to tickets divided by 5
  9. Ticket actions:
    1. Owner / Regular users
      1. Create and update
      2. Delete
      3. Close
      4. Reply
      5. Rate service
      6. Reopen
      7. Department admins can assign tickets to their agents
    2. Department Admins
      1. Access to department dashboard
      2. Assign and reassign tickets to department agents
      3. Close
      4. Reopen
    3. Department agents
      1. Grab (assign to themself) unassigned tickets
      2. Reply
      3. Close
    4. Super admins
      1. Create or remove super admins
      2. Manage departments
      3. Manage subjects
      4. manage department roles
      5. View dashboard
      6. Create, edit, delete, close, reply, assign tickets.

dainsys/support-tickets 适用场景与选型建议

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

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

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

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

BUG 修复 & 性能优化

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

项目外包 & 长期维护

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

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-05-18