-
Notifications
You must be signed in to change notification settings - Fork 334
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
Feature/add jplag frontend #873
base: development
Are you sure you want to change the base?
Feature/add jplag frontend #873
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.
How do JPLAG similarities appear when we switch into the similarity view?
@@ -108,6 +108,10 @@ | |||
<mat-icon matListItemIcon aria-label="View Similarities">crisis_alert</mat-icon> | |||
View similarities | |||
</button> | |||
<button mat-menu-item (click)="downloadJPLAGReport()"> |
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.
Hide this if there is no code similarity checks for the task definition
@@ -74,6 +79,10 @@ | |||
<mat-icon>download</mat-icon> | |||
<span>Bulk Export Submission Files</span> | |||
</button> | |||
<button mat-menu-item (click)="downloadJPLAGReport()"> |
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.
Hide this if the task def does not have code similarity checks
Depends on doubtfire-lms/doubtfire-deploy#28
Depends on doubtfire-lms/doubtfire-api#447
Feasibility document: thoth-tech/documentation#528
Description
Added frontend UI to allow authorised users to download JPLAG reports for a task in a unit.
Button can be found in
task explorer
screen and clicking the three dots.Using task filter allows you to download the report for each task.
Type of change
How Has This Been Tested?
Testing Checklist:
Checklist: