-
Notifications
You must be signed in to change notification settings - Fork 72
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
[Frontend] Sovrn Email Connector Setup #2458
Comments
We've agreed to disable the Cookie ID input in the designs for now, since it will only be useful outside of the context of this connector. |
@pattisdr , @seanpreston is this still blocked? |
@rsilvery I am finalizing what the API response is going to look like for Andrew to work off of. Hopefully this should be settled down enough by tomorrow. I'll try to get a draft PR up soon. |
@seanpreston , @TheAndrewJackson is not going to be available for this, right? |
@rsilvery I believe so. I think I've switched focus for this week. |
Per this discussion, this is rescoped to not include the advanced settings UI |
❗ Dependent on backend work in #2394. You could work off of this branch #2543
Is your feature request related to a specific problem?
There are a few frontend changes needed to support the new Sovrn connector.
Many connector types are already supported out of the box in the current UI, but we need some new handling for Sovrn, which is the first "email-type" connector.
Describe the solution you'd like
Pieces needed:
Awaiting Email Send label is cut off on privacy request page- we could rename? make wider?
Add handling for new "email" SystemTypes. The new Sovrn connector adds a new
email
connectiontype (currently we support database, saas, and manual). We need to add handling for what happens when you select an "Email" System Type. It should look the same as a Database or a Saas connector, except we should not show theDataset configuration
screen. There are no datasets associated here.Pull the details from the connection type secret endpoint to populate the "Configure your Sovrn Connection" screen. We already have general handling for this, except the email connector schemas are more nested.
advanced_settings
section See below for API response.The "Advanced settings" section needs formatting like below:
. Everything should be grayed out currently.
Add the capability to extract the
ljt_readerID
from the cookies and pass as a browser identity when saving consent preferences.ljt_readerID
will be added as an Identity in [Backend] Sovrn Email connectors for Consent requests #2394Tentative API response
The current configure connection pages looks at the results of GET
/api/v1/connection_type/<name>/secret
. It can handle simple schemas, but the email schema is returning a more deeply nested schema with $ref keys.This is the tentative API format that should be used to build the Advanced Settings portion of the page.
GET
/api/v1/connection_type/svorn/secret
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: