-
Notifications
You must be signed in to change notification settings - Fork 803
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
Move test annotations to edit phase section #3570
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gautamjajoo minor change required
<div class="fw-light"> | ||
<p class="fs-16"> | ||
<strong> Note: </strong> For test annotations > 100MB, please use | ||
<a href=" https://cli.eval.ai/#challenge-annotations"><strong class="blue-text"> evalai-cli </strong></a> to update the test annotations. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we please use target="_blank"
here so that the annotations page open up in new tab?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated
<div class="col-md-11 col-sm-11 col-xs-10" *ngIf="isChallengeHost"> | ||
<div class="fw-light"> | ||
<p class="fs-16"> | ||
<strong> Note: </strong> For test annotations > 100MB, please use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gautamjajoo the note should appear at the end of Edit phase
section. It should be show below the Test annotaitons
upload option
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
<strong class="text-light-black">Test Annotations </strong> | ||
</span> | ||
<a class="pointer fs-15" (click)="editTestAnnotations()"> | ||
<i class="fa fa-file" aria-hidden="true"> </i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use the upload icon for test annotations
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
* Parameters of the modal | ||
*/ | ||
const PARAMS = { | ||
title: 'Cli Instructions for updating test annotations', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Title should be Instructions
Closing this PR since unnecessary changes have been made. Will open a new PR. |
edit-phase-modal
to edit phase section@Ram81 @Kajol-Kumari