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 LocatorIds into the report page for asset analyzer command #194

Merged
merged 2 commits into from
Sep 26, 2023

Conversation

weibz
Copy link
Collaborator

@weibz weibz commented Sep 25, 2023

Description:

When reporting the result to HTML page, to help customers to figure out the mapping
between streaing Url on input asset and the streaming URL of the generated output asset,
this change adds a new column in the report page to include LocatorIds for each input asset,
if the locatorIds (Guid) are available.

One input can have zero or multiple locatorIds, when it has multiple locatorIds, the report page uses
";---------" as a separator line between two locators.

Adjust the percentage of each column in the report page, use it as guideline, the column length is not guaranteed
if the asset name contains a word with a long list of characters without separators like ',-' etc.

Some minor fix to make it report correct number of assets without locators.

Description:

  When reporting the result to HTML page, to help customers to figure out the mapping
  between streaing Url on input asset and the streaming URL of the generated output asset,
  this change adds a new column in the report page to include LocatorIds for each input asset,
  if the locatorIds (Guid) are available.

  One input can have zero or multiple locatorIds, when it has multiple locatorIds, the report page uses
  ";---------" as a separator line between two locators.

  Adjust the percentage of each column in the report page, use it as guideline, the column length is not guaranteed
  if the asset name contains a word with a long list of characters without separators like ',-' etc.

  Some minor fix to make it report correct number of assets without locators.
…instead a plain string

So that it is easier to work with both JSON and HTML report page.
@weibz weibz merged commit c1c0f7f into main Sep 26, 2023
3 checks passed
@weibz weibz deleted the weibz/reportLocatorIds branch September 26, 2023 01:21
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.

2 participants