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

Renamed message component names to align with other Adobe SDKs #1202

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

dompuiu
Copy link
Member

@dompuiu dompuiu commented Oct 22, 2024

Description

Rename the following components within the Web SDK:

DecisioningEngine => RulesEngine
LegacyMediaAnalytics => MediaAnalyticsBridge
Privacy => Consent

Related Issue

PDCL-12692

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.

@@ -17,7 +17,7 @@ export default ({ payload, datastreamIdOverride }) => {
payload,
datastreamIdOverride,
getAction() {
return "privacy/set-consent";
return "consent/set-consent";
Copy link
Contributor

Choose a reason for hiding this comment

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

This is part of the Konductor url for set-consent commands and needs to remain as "privacy/set-consent". As is, set-consent commands return a 404 response.

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch.

@dompuiu
Copy link
Member Author

dompuiu commented Oct 24, 2024

In my PR I replaced some instances in sandbox/public/perf/js/. I am not even sure what those files are doing and if I should maybe leave that as they were.

@jonsnyder jonsnyder merged commit af68bbf into main Oct 28, 2024
4 of 6 checks passed
@jonsnyder jonsnyder deleted the PDCL-12692 branch October 28, 2024 15:21
@jonsnyder jonsnyder changed the title PDCL-12692 Rename Web SDK Components. Renamed message component names to align with other Adobe SDKs Oct 31, 2024
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.

3 participants