Add speaker invitations with portal page and programme host picker.
Deploy Ladill Events / deploy (push) Successful in 47s
Deploy Ladill Events / deploy (push) Successful in 47s
Speakers require email, get a personal holding page with programme and stage links, auto-invites when programme hosts are saved, and manual send for events without a schedule; also fix wallet copy on event create and anchor attendee comms. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -18,6 +18,9 @@ Route::middleware(['auth.service:events'])->prefix('service/v1')->group(function
|
||||
Route::post('/events/{event}/verify-registration', [\App\Http\Controllers\Api\V1\ServiceMeetController::class, 'verifyRegistration'])
|
||||
->whereNumber('event')
|
||||
->name('api.service.events.verify-registration');
|
||||
Route::post('/events/{event}/verify-speaker', [\App\Http\Controllers\Api\V1\ServiceMeetController::class, 'verifySpeaker'])
|
||||
->whereNumber('event')
|
||||
->name('api.service.events.verify-speaker');
|
||||
});
|
||||
|
||||
Route::middleware(['auth:sanctum', \App\Http\Middleware\SetActingAccount::class])->prefix('v1')->group(function () {
|
||||
|
||||
Reference in New Issue
Block a user