Feature/add jplag frontend#873
Closed
JackSCarroll wants to merge 6 commits intodoubtfire-lms:developmentfrom
Closed
Feature/add jplag frontend#873JackSCarroll wants to merge 6 commits intodoubtfire-lms:developmentfrom
JackSCarroll wants to merge 6 commits intodoubtfire-lms:developmentfrom
Conversation
This was referenced Sep 20, 2024
macite
requested changes
Sep 20, 2024
Member
macite
left a comment
There was a problem hiding this comment.
How do JPLAG similarities appear when we switch into the similarity view?
| <mat-icon matListItemIcon aria-label="View Similarities">crisis_alert</mat-icon> | ||
| View similarities | ||
| </button> | ||
| <button mat-menu-item (click)="downloadJPLAGReport()"> |
Member
There was a problem hiding this comment.
Hide this if there is no code similarity checks for the task definition
| <mat-icon>download</mat-icon> | ||
| <span>Bulk Export Submission Files</span> | ||
| </button> | ||
| <button mat-menu-item (click)="downloadJPLAGReport()"> |
Member
There was a problem hiding this comment.
Hide this if the task def does not have code similarity checks
Member
|
Merged into 10.0.x #951 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 explorerscreen 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: