Skip to content

Conversation

@thomasm-ttd
Copy link
Contributor

@thomasm-ttd thomasm-ttd commented Jun 2, 2024

Tested in Integ via a branch deploy.
The Bootstrap files added were directly from Bootstrap distribution

<form id="createClientForm">
<div class="card card-body">
<div class="form-group">
<h5>Create a new client</h5>
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggestion: "Create a new client key"

<input type="checkbox" id="createClient-workflow-roles-MAPPER"
class="form-check-input" name="createClient-workflow-roles[]"
value="MAPPER">
<label for="createClient-workflow-roles-GENERATOR">MAPPER - for
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we need to change GENERATOR to MAPPER here: createClient-workflow-roles-MAPPER

<table class="table table-bordered" id="searchResultsTable">
<thead>
<th scope="col" class="col-1">Sites</th>
<th scope="col" class="col-1">Clients</th>
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be "Client Keys" or "API Keys"

Copy link
Contributor

Choose a reason for hiding this comment

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

In the Portal and our external docs, we call them "API Keys". I think consistency would be good

<div class="row">
<div class="col">
<ol>
<li>First seach for a participant with the requested name from the Jira ticket.</li>
Copy link
Contributor

Choose a reason for hiding this comment

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

Similar to the other file, would suggest: "Search for a participant with the requested name from the Jira ticket"

<br>
</div>

<h3>On-call Support Workflow</h3>
Copy link
Contributor

Choose a reason for hiding this comment

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

This can be hidden before logged in like other rows

thomasm-ttd and others added 3 commits June 4, 2024 17:36
id="createSite-workflow-clientTypes-PUBLISHER"
class="form-check-input"
name="createSite-workflow-clientTypes[]" value="PUBLISHER">
<label for="createSite-workflow-clientTypes-PUBLISHER">Is this
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: could we please put this string on one line? I was trying to search for it but was proving difficult to find.

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm also not sure exactly how accurate this statement is - I believe advertisers can use it too.

Copy link
Contributor

Choose a reason for hiding this comment

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

That's correct. Btw please see our CSTG How-to page as advertisers should generally go via the portal rather than us doing it in Admin.

<button type="button" aria-controls="createSiteRegion" aria-expanded="false"
id="createSite" data-bs-parent="#siteParent" class="btn btn-secondary group"
data-bs-toggle="collapse" data-bs-target="#createSiteRegion"
role="button">Create site</button>
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: <button> already as the implicit role of "button", so we don't need to specify it explicitly. There's a few instances in this file and in generate-api-key-secrets.html

name="updateSite-workflow-afterSearch-clientTypes[]"
value="PUBLISHER">
<label for="updateSite-workflow-afterSearch-PUBLISHER">Is this participant a publisher? Only publishers are allowed to use CSTG. </label>
<div>If the participant is an Advertiser, check <a href="https://atlassian.thetradedesk.com/confluence/display/UID2/UID2+CSTG+How+to+create+a+new+client+side+keypair" target="_blank">UID2 CSTG How to create a new client side keypair</a> for details</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we also have this when creating a new site?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added

@thomasm-ttd thomasm-ttd merged commit b09a8c6 into main Jun 5, 2024
@thomasm-ttd thomasm-ttd deleted the tjm-UID2-3488-oncall-improvements-admin branch June 5, 2024 03:57
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.

4 participants