escolalms / consultation-access
Escola Headles LMS Consultation Access
Installs: 3 805
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:package
Requires
- php: >=7.4
- escolalms/auth: ^0
- escolalms/consultations: ^0
- escolalms/core: ^1
- escolalms/pencil-spaces: ^0
- escolalms/settings: ^0
- laravel/framework: >=8.0
Requires (Dev)
- escolalms/courses: ^0
- nunomaduro/larastan: ^2.0
- orchestra/testbench: >=5.0
- phpunit/phpunit: ^9.0
README
What does it do
This package is used to create enquiries for free consultation access.
Users with appropriate permissions can accept the enquiry and send a meeting link or reject the enquiry by sending a response message.
Consultation management is in our other package which is here.
Installing
composer require escolalms/consultation-access
php artisan migrate
php artisan db:seed --class="EscolaLms\ConsultationAccess\Database\Seeders\ConsultationAccessPermissionSeeder"
Endpoints
Tests
Run ./vendor/bin/phpunit
to run tests. Test details
Events
ConsultationAccessEnquiryAdminCreatedEvent
- This event is dispatched when a user submits an enquiry for consultation. It includes the enquiry itself and the user who has authorization to approve it.ConsultationAccessEnquiryAdminUpdatedEvent
- This event is dispatched when an enquiry is updated. It includes the author of the enquiry and the enquiry itself. Includes reason for refusalConsultationAccessEnquiryApprovedEvent
- This event is dispatched when an enquiry is approved.ConsultationAccessEnquiryDisapprovedEvent
- This event is dispatched when an enquiry is disapproved (includes reason for refusal).
Flow diagram
See the diagram below
If you don't send the meeting_url
during the approval, an automatic space will be created in Pencil Spaces, and that link will be saved. You can find more information here.
Listeners
This package does not listen for any events.
Permissions
Permissions are defined in seeder.