trc-client-core
Version:
The core of the TRC Client
20 lines (17 loc) • 597 B
JavaScript
// Local Statuses
export const ELIGIBLE = 'Eligible';
export const INELIGIBLE = 'Ineligible';
export const ENROLL = 'Enrolled';
export const WAITLIST = 'Waitlisted';
// LMS Statuses
export const ATTENDED = 'Completed';
export const COMPLETED = 'Completed';
export const IN_PROGRESS = 'In Progress';
export const PARTIALLY_ATTENDED = 'Partially Attended';
export const CREDIT = 'Credited';
export const ENROLLED = 'Enrolled';
export const PENDING = 'Pending';
export const CANCELLED = 'Cancelled';
export const NO_SHOW = 'No Show';
export const WAITLISTED = 'Waitlisted';
export const XC = 'XC';