Skip to content

Commit

Permalink
add prof table for no review
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Dec 7, 2023
1 parent 0969113 commit fba7536
Show file tree
Hide file tree
Showing 2 changed files with 483 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/collection/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,11 @@
workflow_url = `../labeling/roiSelectTable.html?collectionId=${d._id.$oid}`
card.classList.add("pitfalls");
}
card.classList.add("card");
if (d.task == "proficiency"){
workflow_title = "Proficency";
workflow_url = `../labeling/profTable.html?collectionId=${d._id.$oid}`
}

if (d.hasFeedback) card.classList.add("feedback");
card.innerHTML = `<div class='card-title'>${
Expand Down
Loading

0 comments on commit fba7536

Please sign in to comment.