Module: Teems::Commands::WhoSchedule

Included in:
Who
Defined in:
lib/teems/commands/who.rb

Overview

Schedule bitmap rendering for who command

Defined Under Namespace

Classes: ScheduleContext, ScheduleTarget

Constant Summary collapse

SLOT_CHARS =
{ '0' => "\u2591", '1' => "\u2592", '2' => "\u2588", '3' => "\u2593", '4' => "\u2592" }.freeze
SLOTS_PER_HOUR =
4
DEFAULT_WORK_HOURS =
[9, 17].freeze
STATUS_LABELS =
{ 'Available' => 'Available', 'Busy' => 'Busy', 'DoNotDisturb' => 'Do Not Disturb',
'BeRightBack' => 'Be Right Back', 'Away' => 'Away', 'Offline' => 'Offline' }.freeze