Connecpath Reducers - Shaunakdas/doc_genius_ref GitHub Wiki

AppState

State Variables

  • baseUrl string
  • filterNumber 0 : DISMISSED_FILTER
  • profileNumber 0 : REFRESH_PROFILE
  • forumNumber 0 : REFRESH_FORUM
  • rootNavigation null : SET_ROOT_NAVIGATION

categories

State Variables

: SET_CATEGORIES

Chat

State Variables

  • channel null : SET_CHANNEL
  • messages [] : SET_MESSAGES, PREPEND_MESSAGES, ADD_MESSAGES
  • listQuery null : SET_LIST_QUERY
  • sessionId null : SET_CHAT_SESSION

CurrentUser

: SET_LOGGED_IN_USER

Filters

: APPLY_FILTERS

LoginState

State Variables

  • loggingIn bool : LOGINSTATE_LOGGED_IN, LOGINSTATE_LOGGING_IN
  • authToken null : SET_AUTH_TOKEN

Profile

  • notifications []: SET_NOTIFICATIONS, MARK_READ_ALL_NOTIFICATIONS, MARK_READ_NOTIFICATION, ADD_NOTIFICATIONS
  • hasNotifications bool