applied reps documents naming conventions

This commit is contained in:
2024-05-14 19:06:20 +01:00
parent 5987ecacf2
commit 0e3df85fdc
13 changed files with 273 additions and 137 deletions
+4 -4
View File
@@ -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":