Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Media Collection support #370

Open
wants to merge 49 commits into
base: main
Choose a base branch
from
Open

Media Collection support #370

wants to merge 49 commits into from

Conversation

ninaceban
Copy link
Contributor

Description

Adding actions and events to support Media Collection in Launch.

Related Issue

Motivation and Context

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (non-breaking change which does not add functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • I have signed the Adobe Open Source CLA or I'm an Adobe employee.
  • I have made any necessary test changes and all tests pass.
  • I have run the Sandbox successfully.
  • I've updated the schema in extension.json or no changes are necessary.
  • My change requires a change to the documentation.

@ninaceban ninaceban changed the title Media Media Collection support Nov 29, 2023
@@ -192,7 +192,7 @@ const createExtensionManifest = ({ version }) => {
const extensionManifest = {
version,
displayName: "Adobe Experience Platform Web SDK",
name: "adobe-alloy",
name: "adobe-alloy-nina",
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't forget to revert this before merging.

Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
name: "adobe-alloy-nina",
name: "adobe-alloy",

package.json Outdated
@@ -53,7 +54,7 @@
]
},
"dependencies": {
"@adobe/alloy": "^2.19.0",
"@adobe/alloy": "file:../adobe/alloy",
Copy link
Contributor

Choose a reason for hiding this comment

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

Don't forget to revert this before merging.

In the future, you can use the npm link command.

Suggested change
"@adobe/alloy": "file:../adobe/alloy",
"@adobe/alloy": "^2.19.0"

Copy link
Contributor

Choose a reason for hiding this comment

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

How will this work for beta? we need the beta version of alloy.js right?

src/view/actions/createMediaSession.jsx Outdated Show resolved Hide resolved
src/view/actions/createMediaTracker.jsx Outdated Show resolved Hide resolved
src/view/actions/sendMediaAnalyticsEvent.jsx Outdated Show resolved Hide resolved
src/view/actions/sendMediaAnalyticsEvent.jsx Outdated Show resolved Hide resolved
@jfkhoury
Copy link
Contributor

Should we change the destination branch to beta instead of main?

package.json Outdated Show resolved Hide resolved
Copy link
Contributor

@jonsnyder jonsnyder left a comment

Choose a reason for hiding this comment

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

Looks good. There are a lot of fields here.

Don't forget to add tests.

src/lib/actions/getMediaTrackerAPI/getMediaTrackerAPI.js Outdated Show resolved Hide resolved
src/lib/actions/sendMediaEvent/createMediaSession.js Outdated Show resolved Hide resolved
src/lib/actions/sendMediaEvent/createSendMediaEvent.js Outdated Show resolved Hide resolved
src/lib/actions/sendMediaEvent/createSendMediaEvent.js Outdated Show resolved Hide resolved
src/view/dataElements/qoeDetailsDataElement.jsx Outdated Show resolved Hide resolved
src/view/dataElements/qoeDetailsDataElement.jsx Outdated Show resolved Hide resolved
src/view/forms/codeField.jsx Outdated Show resolved Hide resolved
src/view/forms/dataElementSection.jsx Show resolved Hide resolved
src/lib/actions/sendMediaEvent/createMediaSession.js Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants