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

Add edge prefix to eventTypes #573

Merged
merged 3 commits into from
Mar 12, 2021
Merged

Conversation

emdobrin
Copy link
Contributor

As per discussion in AMSDK-11139

@emdobrin emdobrin changed the title Rename event type to edgeIdentity Add edge prefix to eventTypes Mar 12, 2021
@codecov
Copy link

codecov bot commented Mar 12, 2021

Codecov Report

Merging #573 (fc573ae) into dev-v3.0.1 (4932e24) will not change coverage.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           dev-v3.0.1     #573   +/-   ##
===========================================
  Coverage       85.04%   85.04%           
===========================================
  Files             101      101           
  Lines            4471     4471           
===========================================
  Hits             3802     3802           
  Misses            669      669           

@emdobrin emdobrin requested a review from kevinlind March 12, 2021 20:40
@emdobrin
Copy link
Contributor Author

cc @pfransenadb

@@ -41,6 +41,6 @@ public class EventType: NSObject {
public static let genericPii = "com.adobe.eventType.generic.pii"
public static let genericData = "com.adobe.eventType.generic.data"
public static let edge = "com.adobe.eventType.edge"
public static let consent = "com.adobe.eventType.consent"
public static let edgeConsent = "com.adobe.eventType.edgeConsent"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I would prefer to keep this consent, but I also feel that if we do that it will not be consistent with the shared state name proposals and module name.

Copy link
Contributor

@PravinPK PravinPK left a comment

Choose a reason for hiding this comment

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

+1 for edgeConsent
and consistency of having the Prefix "edge" everywhere

@shalehaha shalehaha merged commit 4a9e080 into adobe:dev-v3.0.1 Mar 12, 2021
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.

5 participants