Module: RubyCoded::Chat::App::EventDispatch

Included in:
RubyCoded::Chat::App
Defined in:
lib/ruby_coded/chat/app/event_dispatch.rb

Overview

Routes TUI events to the appropriate handler methods.

Constant Summary collapse

PLAN_ACTIONS =
%i[plan_clarification_selected plan_clarification_custom plan_clarification_skip].freeze
LOGIN_ACTIONS =
%i[
  login_provider_selected login_method_selected login_key_submitted login_oauth_cancel login_cancel
].freeze