* feat: Course outline Top level page (#36) * feat: [2u-259] add components * feat: [2u-259] fix sidebar * feat: [2u-259] add tests, fix links * feat: [2u-259] fix messages * feat: [2u-159] fix reducer and sidebar * feat: [2u-259] fix reducer * feat: [2u-259] remove warning from selectors * feat: [2u-259] remove indents --------- Co-authored-by: Vladislav Keblysh <vladislavkeblysh@Vladislavs-MacBook-Pro.local> feat: Course outline Status Bar (#50) * feat: [2u-259] add components * feat: [2u-259] fix sidebar * feat: [2u-259] add tests, fix links * feat: [2u-259] fix messages * feat: [2u-159] fix reducer and sidebar * feat: add checklist * feat: [2u-259] fix reducer * feat: [2u-259] remove warning from selectors * feat: [2u-259] remove indents * feat: [2u-259] add api, enable modal * feat: [2u-259] add tests * feat: [2u-259] add translates * feat: [2u-271] fix transalates * feat: [2u-281] fix isQuery pending, utils, hooks * feat: [2u-281] fix useScrollToHashElement * feat: [2u-271] fix imports --------- Co-authored-by: Vladislav Keblysh <vladislavkeblysh@Vladislavs-MacBook-Pro.local> feat: Course Outline Reindex (#55) * feat: [2u-277] add alerts * feat: [2u-277] add translates * feat: [2u-277] fix tests * fix: [2u-277] fix slice and hook --------- Co-authored-by: Vladislav Keblysh <vladislavkeblysh@Vladislavs-MacBook-Pro.local> fix: Course outline tests (#56) * fix: fixed course outline status bar tests * fix: fixed course outline status bar tests * fix: fixed course outline enable highlights modal tests * fix: enable modal tests fix: increase code coverage on the page * refactor: improve course outline page feat: lms live link chore: update outline link fix: course outline link refactor: remove unnecessary css and rename test file refactor: remove unnecessary css from outlineSidebar test: make use of message variable instead of hardcoded text refactor: remove unnecessary h5 class test: use test id for detecting component refactor: update course outline url and some default messages --------- Co-authored-by: vladislavkeblysh <138868841+vladislavkeblysh@users.noreply.github.com>
46 lines
1.6 KiB
Plaintext
46 lines
1.6 KiB
Plaintext
NODE_ENV='development'
|
|
ACCESS_TOKEN_COOKIE_NAME='edx-jwt-cookie-header-payload'
|
|
BASE_URL='http://localhost:2001'
|
|
CREDENTIALS_BASE_URL='http://localhost:18150'
|
|
CSRF_TOKEN_API_PATH='/csrf/api/v1/token'
|
|
DISCOVERY_API_BASE_URL=
|
|
EXAMS_BASE_URL=
|
|
ECOMMERCE_BASE_URL='http://localhost:18130'
|
|
FAVICON_URL='https://edx-cdn.org/v3/default/favicon.ico'
|
|
LANGUAGE_PREFERENCE_COOKIE_NAME='openedx-language-preference'
|
|
LMS_BASE_URL='http://localhost:18000'
|
|
LEARNING_BASE_URL='http://localhost:2000'
|
|
LOGIN_URL='http://localhost:18000/login'
|
|
LOGO_TRADEMARK_URL=https://edx-cdn.org/v3/default/logo-trademark.svg
|
|
LOGO_URL=https://edx-cdn.org/v3/default/logo.svg
|
|
LOGO_WHITE_URL=https://edx-cdn.org/v3/default/logo-white.svg
|
|
LOGOUT_URL='http://localhost:18000/logout'
|
|
MARKETING_SITE_BASE_URL='http://localhost:18000'
|
|
TERMS_OF_SERVICE_URL=
|
|
PRIVACY_POLICY_URL=
|
|
ORDER_HISTORY_URL='localhost:1996/orders'
|
|
PORT=2001
|
|
PUBLISHER_BASE_URL=
|
|
REFRESH_ACCESS_TOKEN_ENDPOINT='http://localhost:18000/login_refresh'
|
|
SEGMENT_KEY=null
|
|
SITE_NAME='Your Plaform Name Here'
|
|
STUDIO_BASE_URL='http://localhost:18010'
|
|
STUDIO_SHORT_NAME='Studio'
|
|
SUPPORT_EMAIL=
|
|
SUPPORT_URL='https://support.edx.org'
|
|
USER_INFO_COOKIE_NAME='edx-user-info'
|
|
ENABLE_ACCESSIBILITY_PAGE=false
|
|
ENABLE_PROGRESS_GRAPH_SETTINGS=false
|
|
ENABLE_TEAM_TYPE_SETTING=false
|
|
ENABLE_NEW_EDITOR_PAGES=true
|
|
ENABLE_NEW_VIDEO_UPLOAD_PAGE = false
|
|
ENABLE_UNIT_PAGE = false
|
|
ENABLE_VIDEO_UPLOAD_PAGE_LINK_IN_CONTENT_DROPDOWN = false
|
|
ENABLE_TAGGING_TAXONOMY_PAGES = true
|
|
BBB_LEARN_MORE_URL=''
|
|
HOTJAR_APP_ID=''
|
|
HOTJAR_VERSION=6
|
|
HOTJAR_DEBUG=true
|
|
INVITE_STUDENTS_EMAIL_TO="someone@domain.com"
|
|
AI_TRANSLATIONS_BASE_URL='http://localhost:18760'
|