applied reps documents naming conventions
This commit is contained in:
@@ -161,7 +161,7 @@ export default async function handler(req, res) {
|
||||
let repCapacity = "";
|
||||
switch (reqBodyobj.representationCapacity) {
|
||||
case "Appellant":
|
||||
repCapacity = "APPELLANT";
|
||||
repCapacity = "APP";
|
||||
break;
|
||||
case "Agent":
|
||||
repCapacity = "AGENT";
|
||||
@@ -183,7 +183,7 @@ export default async function handler(req, res) {
|
||||
let repType = "";
|
||||
switch (reqBodyobj.representationType) {
|
||||
case "Statement":
|
||||
repType = "STATE";
|
||||
repType = "Statement";
|
||||
break;
|
||||
case "Statement of common ground":
|
||||
repType = "SCG";
|
||||
@@ -195,10 +195,10 @@ export default async function handler(req, res) {
|
||||
repType = "WSE";
|
||||
break;
|
||||
case "Questionnaire":
|
||||
repType = "QUEST";
|
||||
repType = "Questionnaire";
|
||||
break;
|
||||
case "Final comments":
|
||||
repType = "FC";
|
||||
repType = "Comments";
|
||||
break;
|
||||
|
||||
case "Other":
|
||||
|
||||
Reference in New Issue
Block a user