entities/Attendance
Classes
Section titled “Classes”Attendance
Section titled “Attendance”Defined in: entities/Attendance.ts:12
Raid attendance record (maps to public.attendance).
Rows are created by the /attendance command when an officer pastes a
/who log. Each row links a character name to a specific raid event,
feeding into the DKP calculation pipeline.
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new Attendance():
Attendance
Returns
Section titled “Returns”Properties
Section titled “Properties”Date:
Date|null
Defined in: entities/Attendance.ts:23
Date/time of the attendance record.
DiscordId
Section titled “DiscordId”DiscordId:
string|null
Defined in: entities/Attendance.ts:27
Discord snowflake ID of the character’s owner.
Id:
string
Defined in: entities/Attendance.ts:30
Modifier
Section titled “Modifier”Modifier:
string|null
Defined in: entities/Attendance.ts:34
DKP modifier applied for this attendance (from the Raids table).
Name:
string|null
Defined in: entities/Attendance.ts:19
Character name present at the raid.
Raid:
string|null
Defined in: entities/Attendance.ts:15
Name of the raid event (foreign key concept to Raids).