Skip to content

Conversation

@holaontiveros
Copy link

Overview

Release for Palm compatible version

Checklist

⚠️ Please make sure to fill this checklist before asking for reviews.

  • Code is correctly formatted and linted
  • Unit tests are updated and are passing
  • PR title follows conventional commits:
    i.e. feat(CUR-###): Feature title
  • PR Title aligns to Semantic-Release supported prefixes (NOTE: prefixes are case sensitive, keep lower-case):
 feat() - Feature (0.X.0)
 fix() - Patch (0.0.X)
 docs() - Patch (0.0.X), will only scope to README changes
 refactor() - Patch (0.0.X)
 revert() - Patch (0.0.X)
 style() - Patch (0.0.X)
  • Check for unused files
  • Check work before asking for reviewers
  • Fix any linting errors
  • SECURITY: No secrets where commited to the repo
  • COMPLIANCE: Commited code is not propietary and adheres to Open Source licensing

boonehm
boonehm previously approved these changes Jul 19, 2024
Copy link
Collaborator

@boonehm boonehm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Contributor

@CourtneyMayberry CourtneyMayberry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

j0mc added 7 commits November 21, 2024 15:33
The pendo feature now evaluates the IIFE passed in via the MFE
configuration, and passes it two arguments, first is the base URL of the
lms in `lmsUrl`, and the second is the username in `username`.
Note that no error handling is provided for the IIFE, any exceptions
within the IIFE will be passed up to the browser. This assists in
debugging issues with the IIFE but risks causing errors for end users in
the MFE if the IIFE does not catch exceptions.
    This modifies the header in the logo to link back to the main
    frontend, and configuration options, to enable the header link and
    set the base URL for the main frontend (DASHBOARD_BASE_URL)
	This adds a new configuration option FOOTER_LINK_MAP which
	overrides the default set of links in the footer. It's set as a
	json blob in the same format of the existing link map.
@j0mc j0mc dismissed stale reviews from CourtneyMayberry and boonehm via 4b40978 November 22, 2024 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

5 participants