Variable
| Static Public Summary | ||
| public |
|
|
| public |
|
|
| public |
|
|
| public |
COLLECTION_GETTERS: {"collection": *, "fetching": *} |
|
| public |
COLLECTION_MUTATIONS: {"collection": function, "fetching": function} |
|
| public |
COLLECTION_STATE: {"collection": *, "fetching": *} |
|
| public |
FILTER_ACTIONS: {"toggleOrderBy": function, "toggleInactive": function, "setFilter": function} |
|
| public |
FILTER_GETTERS: {"filteredCollection": *, "filter": *, "showingInactive": *, "orderBy": *} |
|
| public |
FILTER_MUTATIONS: {"filteredCollection": function, "filter": function, "showingInactive": function, "orderBy": function} |
|
| public |
FILTER_STATE: {"filteredCollection": *, "filter": *, "showingInactive": *, "orderBy": string} |
|
| public |
LOGIN_ERROR_NOTIFICATION: {"message": string, "context": string, "dismissible": boolean} |
|
| public |
|
|
| public |
LOGIN_SUCCESS_NOTIFICATION: {"message": string, "context": string, "dismissible": boolean} |
|
| public |
MODEL_GETTERS: {"model": *} |
|
| public |
MODEL_MUTATIONS: {"model": function} |
|
| public |
MODEL_STATE: {"model": *} |
|
| public |
NEW_BLOG: {"title": *, "body": *, "project_id": *, "user_id": *, "tech": *, "errors": *} |
|
| public |
NEW_PROJECT: {"name": *, "description": *, "githubUsername": *, "githubProjectName": *, "active": boolean, "tech": *, "photos": *, "repositories": *, "repositoryType": string, "errors": *} |
|
| public |
PAGINATION_ACTIONS: {"paginatedCollection": function, "pageSize": function, "goToPage": function, "prevPage": function, "nextPage": function, "firstPage": function, "lastPage": function} |
|
| public |
PAGINATION_GETTERS: {"pages": *, "currentPage": *, "totalPages": *, "prevPage": *, "nextPage": *, "paginatedCollection": *} |
|
| public |
PAGINATION_MUTATIONS: {"currentPage": function, "pageSize": function, "start": function, "paginatedCollection": function} |
|
| public |
PAGINATION_STATE: {"start": *, "pageSize": number, "currentPage": number, "paginatedCollection": *} |
|
| public |
|
|
| public |
REGISTER_ERROR_NOTIFICATION: {"message": string, "context": string, "dismissible": boolean} |
|
| public |
|
|
| public |
REGISTER_SUCCESS_NOTIFICATION: {"message": string, "context": string, "dismissible": boolean} |
|
| public |
actions: {"fetchUserProfile": function, "register": function, "login": function, "logout": function} |
|
| public |
getters: {"login_user": *, "register_user": *, "is_authenticated": *, "isMentor": *, "isAdmin": *, "current_user": *, "logging_in": *, "token": *, "fetching": *} |
|
| public |
getters: {"collection": *} |
|
| public |
mutations: {"fetching": function, "clear_login_user": function, "clear_register_user": function, "logging_in": function, "token": function, "clear_token": function, "current_user": function, "clear_current_user": function} |
|
| public |
state: {"token": *, "fetching": *, "logging_in": *, "current_user": *, "login_user": *, "register_user": *} |
|
| public |
state: {"collection": *} |
|
Static Public
public API_ROOT: string source
import {API_ROOT} from 'observatory-client/src/store/smallgroup/constants.js'public API_ROOT: string source
import {API_ROOT} from 'observatory-client/src/store/blog/constants.js'public API_ROOT: string source
import {API_ROOT} from 'observatory-client/src/store/project/constants.js'public COLLECTION_GETTERS: {"collection": *, "fetching": *} source
import {COLLECTION_GETTERS} from 'observatory-client/src/store/lib/mixins.js'public COLLECTION_MUTATIONS: {"collection": function, "fetching": function} source
import {COLLECTION_MUTATIONS} from 'observatory-client/src/store/lib/mixins.js'public COLLECTION_STATE: {"collection": *, "fetching": *} source
import {COLLECTION_STATE} from 'observatory-client/src/store/lib/mixins.js'public FILTER_ACTIONS: {"toggleOrderBy": function, "toggleInactive": function, "setFilter": function} source
import {FILTER_ACTIONS} from 'observatory-client/src/store/lib/mixins.js'public FILTER_GETTERS: {"filteredCollection": *, "filter": *, "showingInactive": *, "orderBy": *} source
import {FILTER_GETTERS} from 'observatory-client/src/store/lib/mixins.js'public FILTER_MUTATIONS: {"filteredCollection": function, "filter": function, "showingInactive": function, "orderBy": function} source
import {FILTER_MUTATIONS} from 'observatory-client/src/store/lib/mixins.js'public FILTER_STATE: {"filteredCollection": *, "filter": *, "showingInactive": *, "orderBy": string} source
import {FILTER_STATE} from 'observatory-client/src/store/lib/mixins.js'public LOGIN_ERROR_NOTIFICATION: {"message": string, "context": string, "dismissible": boolean} source
import {LOGIN_ERROR_NOTIFICATION} from 'observatory-client/src/store/auth/constants.js'public LOGIN_ROUTE: string source
import {LOGIN_ROUTE} from 'observatory-client/src/store/auth/constants.js'public LOGIN_SUCCESS_NOTIFICATION: {"message": string, "context": string, "dismissible": boolean} source
import {LOGIN_SUCCESS_NOTIFICATION} from 'observatory-client/src/store/auth/constants.js'public MODEL_GETTERS: {"model": *} source
import {MODEL_GETTERS} from 'observatory-client/src/store/lib/mixins.js'public MODEL_MUTATIONS: {"model": function} source
import {MODEL_MUTATIONS} from 'observatory-client/src/store/lib/mixins.js'public MODEL_STATE: {"model": *} source
import {MODEL_STATE} from 'observatory-client/src/store/lib/mixins.js'public NEW_BLOG: {"title": *, "body": *, "project_id": *, "user_id": *, "tech": *, "errors": *} source
import {NEW_BLOG} from 'observatory-client/src/store/blog/constants.js'public NEW_PROJECT: {"name": *, "description": *, "githubUsername": *, "githubProjectName": *, "active": boolean, "tech": *, "photos": *, "repositories": *, "repositoryType": string, "errors": *} source
import {NEW_PROJECT} from 'observatory-client/src/store/project/constants.js'public PAGINATION_ACTIONS: {"paginatedCollection": function, "pageSize": function, "goToPage": function, "prevPage": function, "nextPage": function, "firstPage": function, "lastPage": function} source
import {PAGINATION_ACTIONS} from 'observatory-client/src/store/lib/mixins.js'public PAGINATION_GETTERS: {"pages": *, "currentPage": *, "totalPages": *, "prevPage": *, "nextPage": *, "paginatedCollection": *} source
import {PAGINATION_GETTERS} from 'observatory-client/src/store/lib/mixins.js'public PAGINATION_MUTATIONS: {"currentPage": function, "pageSize": function, "start": function, "paginatedCollection": function} source
import {PAGINATION_MUTATIONS} from 'observatory-client/src/store/lib/mixins.js'public PAGINATION_STATE: {"start": *, "pageSize": number, "currentPage": number, "paginatedCollection": *} source
import {PAGINATION_STATE} from 'observatory-client/src/store/lib/mixins.js'public PROFILE_ROUTE: string source
import {PROFILE_ROUTE} from 'observatory-client/src/store/auth/constants.js'public REGISTER_ERROR_NOTIFICATION: {"message": string, "context": string, "dismissible": boolean} source
import {REGISTER_ERROR_NOTIFICATION} from 'observatory-client/src/store/auth/constants.js'public REGISTER_ROUTE: string source
import {REGISTER_ROUTE} from 'observatory-client/src/store/auth/constants.js'public REGISTER_SUCCESS_NOTIFICATION: {"message": string, "context": string, "dismissible": boolean} source
import {REGISTER_SUCCESS_NOTIFICATION} from 'observatory-client/src/store/auth/constants.js'public actions: {"fetchUserProfile": function, "register": function, "login": function, "logout": function} source
import actions from 'observatory-client/src/store/auth/actions.js'public getters: {"login_user": *, "register_user": *, "is_authenticated": *, "isMentor": *, "isAdmin": *, "current_user": *, "logging_in": *, "token": *, "fetching": *} source
import getters from 'observatory-client/src/store/auth/getters.js'public getters: {"collection": *} source
import getters from 'observatory-client/src/store/notification/getters.js'public mutations: {"fetching": function, "clear_login_user": function, "clear_register_user": function, "logging_in": function, "token": function, "clear_token": function, "current_user": function, "clear_current_user": function} source
import mutations from 'observatory-client/src/store/auth/mutations.js'public state: {"token": *, "fetching": *, "logging_in": *, "current_user": *, "login_user": *, "register_user": *} source
import state from 'observatory-client/src/store/auth/state.js'public state: {"collection": *} source
import state from 'observatory-client/src/store/notification/state.js'