Skip to content

entities/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.

new Attendance(): Attendance

Attendance

Date: Date | null

Defined in: entities/Attendance.ts:23

Date/time of the attendance record.

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: 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).