Skip to content

Commit

Permalink
feat: add Participant Reviewed mapping status
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecarenzo committed Sep 24, 2024
1 parent f904955 commit 2724959
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,12 +175,13 @@ export class UniversalSchemaMappingFileSerializer extends MappingFileSerializer
capability_groups : meta.capability_groups,
mapping_types : meta.mapping_types,
mapping_statuses: {
"in_progress" : "In Progress",
"internal_review" : "Internal Review",
"participant_review" : "Participant Review",
"final_draft" : "Final Draft",
"complete" : "Complete",
"non_mappable" : "Non-Mappable"
"in_progress" : "In Progress",
"internal_review" : "Internal Review",
"participant_review" : "Participant Review",
"participant_reviewed" : "Participant Reviewed",
"final_draft" : "Final Draft",
"complete" : "Complete",
"non_mappable" : "Non-Mappable"
},
score_categories: {
"protect" : "Protect",
Expand Down

0 comments on commit 2724959

Please sign in to comment.