Skip to content

Conversation

@vas3a
Copy link
Collaborator

@vas3a vas3a commented Nov 7, 2025

Related JIRA Ticket:

https://topcoder.atlassian.net/browse/PM-1906

What's in this PR?

AI Workflow/Review Scorecard UI - browsing

run.workflow.scorecard ? (
<a href={`/scorecard/${run.workflow.scorecard.id}`}>{run.score}</a>
<a
href={`./ai-scorecard/${props.submission.id}/${run.workflow.id}`}
Copy link

Choose a reason for hiding this comment

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

[⚠️ correctness]
The relative URL ./ai-scorecard/${props.submission.id}/${run.workflow.id} could lead to issues if the component is used in a different base path context. Consider using an absolute path or ensuring the base path is consistent.

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