feat: created_via for tracking how runners got into the system #212

Merged
philipp merged 6 commits from 211-created-via into dev 2025-03-28 17:05:12 +00:00
Showing only changes of commit 294ce3fc5a - Show all commits

View File

@ -50,6 +50,12 @@ export abstract class ResponseParticipant implements IResponse {
@IsString()
email?: string;
/**
* how the participant got into the system
*/
@IsString()
created_via?: string;
/**
* The participant's address.
*/