escolalms/consultations 问题修复 & 功能扩展

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

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

escolalms/consultations

最新稳定版本:0.3.11

Composer 安装命令:

composer require escolalms/consultations

包简介

Escola Headless LMS Consultations

README 文档

README

One to one conversation package

swagger codecov phpunit downloads downloads downloads Maintainability

What does it do

This package is used for creating Consultation for EscolaLms.

Installing

  • composer require escolalms/consultations
  • php artisan migrate
  • php artisan db:seed --class="EscolaLms\Consultations\Database\Seeders\ConsultationsPermissionSeeder"

Schedule

  • In App\Console\Kernel to method schedule add
    • $schedule->job(new ReminderAboutConsultationJob(ConsultationTermReminderStatusEnum::REMINDED_HOUR_BEFORE))->everyFiveMinutes() - reminder about to consultation before one hour, executed every 5 minutes
    • $schedule->job(new ReminderAboutWebinarJob(ConsultationTermReminderStatusEnum::REMINDED_DAY_BEFORE))->everySixHours(); - reminder about to consultation before one day, executed every 6 hours

Endpoints

All the endpoints are defined in swagger

Tests

Run ./vendor/bin/phpunit --filter=Consultation to run tests. See tests folder as it's quite good staring point as documentation appendix.

Test details codecov phpunit

Events

  • EscolaLms\Consultations\Events\ApprovedTerm => Event is dispatched when trainer approved term reported with buyer. Event refers to users, who have permissions students
  • EscolaLms\Consultations\Events\ApprovedTermWithTrainer => Event is dispatched when trainer approved term reported with buyer. Event refers to users, who have permissions tutor
  • EscolaLms\Consultations\Events\ChangeTerm => Event is dispatched when trainer changes term in buyed consultations. Event refers to users, who have permissions students
  • EscolaLms\Consultations\Events\RejectTerm => Event is dispatched when trainer rejects term reported with buyer. Event refers to users, who have permissions students
  • EscolaLms\Consultations\Events\RejectTermWithTrainer => Event is dispatched when trainer rejects term reported with buyer. Event refers to users, who have permissions tutor
  • EscolaLms\Consultations\Events\ReminderAboutTerm => Event is dispatched after execute cron job EscolaLms\Consultations\Jobs\ReminderAboutConsultationJob, Event is dispatched when deadline for purchased consultation before 1 hours and 1 day. Event refers to users, who have permissions students
  • EscolaLms\Consultations\Events\ReminderTrainerAboutTerm => Event is dispatched some time before start consultation. Event refers to users, who have permissions tutor
  • EscolaLms\Consultations\Events\ReportTerm => Event is dispatched after reported term with buyer consultation

Listeners

  • EscolaLms\Webinar\Listeners\ReminderAboutTermListener => Listener execute a method that singed the status in the webinar reminder

How to use this on frontend.

Admin panel

Left menu

Menu

List of consultations

List of consultations

Creating/editing consultation

Creating/editing consultation

Front Application

See implementation in the demo.

Permissions

Permissions are defined in seeder

Database relation

  1. Author Consultation is related belong to with User
  2. ProposedTerms Consultation model has many to models ConsultationProposedTerm
  3. Categories Consultation belongs to many with models Categories
  4. Users Consultation is related belongs to many with User which bought consultation
  5. Terms Consultation model has many to models ConsultationUserPivot. It is reported terms
Consultation 1 -> 1 Author
Consultation 1 -> n ProposedTerms
Consultation 1 -> n Categories
Consultation 1 -> n Users
Consultation 1 -> n Terms

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-02-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固