From f9389f34e8e1c06430ec981b105e61bd3fc29919 Mon Sep 17 00:00:00 2001
From: aim
Date: Thu, 30 Jun 2022 09:39:22 +0300
Subject: [PATCH 1/3] renames
---
README.md | 6 +++---
public/index.html | 4 ++--
src/App.vue | 2 +-
src/components/AssessmentPreview.vue | 4 ++--
src/components/Instructions.vue | 14 +++++++-------
src/mixins/download.js | 2 +-
src/views/Assessment.vue | 6 +++---
src/views/Conditions.vue | 6 +++---
src/views/Profile.vue | 2 +-
vue.config.js | 4 ++--
10 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/README.md b/README.md
index f8919e4..c527b39 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# vca-tool
-This is the repo for the vCA tool frontend.
+This is the repo for the vPA tool frontend.
-The process involves importing a CSV file with all assessments that are saved in the localStorage and reviewed locally by the Veteran Community Advisor.
-An external endpoint is connected to the app to have the updated number of reviews carried out by the vCAs and to be able to coordinate the work efficiently.
+The process involves importing a CSV file with all assessments that are saved in the localStorage and reviewed locally by the Veteran Proposal Advisor.
+An external endpoint is connected to the app to have the updated number of reviews carried out by the vPAs and to be able to coordinate the work efficiently.
The development is based on Vue.js
diff --git a/public/index.html b/public/index.html
index 2517ae2..bbfa9a5 100644
--- a/public/index.html
+++ b/public/index.html
@@ -5,8 +5,8 @@
- Project Catalyst Veteran Community Advisor Tool
-
+ Project Catalyst Veteran Proposal Advisor Tool
+
Instructions
-
+
Profile
diff --git a/src/components/AssessmentPreview.vue b/src/components/AssessmentPreview.vue
index e8d3715..0b36882 100644
--- a/src/components/AssessmentPreview.vue
+++ b/src/components/AssessmentPreview.vue
@@ -12,7 +12,7 @@
The vCA-tool is designed to work in parallel with the standard way (using the Google Sheet) in order to provide a better user experience and to better coordinate the vCA work. It is a community made tool, feedback is welcomed.
+
The vPA-tool is designed to work in parallel with the standard way (using the Google Sheet) in order to provide a better user experience and to better coordinate the vPA work. It is a community made tool, feedback is welcomed.
Click on the "Start Process" button
Enter your Full Name and email address.
@@ -12,12 +12,12 @@
From this page you can show/hide the list and select your chosen filters, by clicking ‘Choose Filters’. You can combine them in any way you like.
Click on the ‘Next’ button to access to the “Review View”
-
Make your review of the CA assessment click ‘next’ to see another assessment.
+
Make your review of the PA assessment click ‘next’ to see another assessment.
Read the assessment triplet on “Impact / Alignment”, “Feasibility” and “Clearity/Auditability”.
-
Read the proposal and cross reference the CA assessment with the content of the proposal.
-
Categorize them as either, "Excellent", "Good" or "Filtered Out", according to the CA Guidelines.
-
Provide the CA with any positive or constructive criticism to help them continue to or in the future make better assessments (optional).
+
Read the proposal and cross reference the PA assessment with the content of the proposal.
+
Categorize them as either, "Excellent", "Good" or "Filtered Out", according to the PA Guidelines.
+
Provide the PA with any positive or constructive criticism to help them continue to or in the future make better assessments (optional).
Repeat the process for all Assessments you wish to review
diff --git a/src/views/Conditions.vue b/src/views/Conditions.vue
index a433674..d2af40c 100644
--- a/src/views/Conditions.vue
+++ b/src/views/Conditions.vue
@@ -171,7 +171,7 @@ export default {
},
assessor: {
key: "assessor",
- label: "Advisor",
+ label: "Assessor",
comparison: 'same',
type: 'autocomplete',
value: "",
diff --git a/vue.config.js b/vue.config.js
index ae08f75..49f0579 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -17,7 +17,7 @@ csvHeaders = JSON.parse(`{
},
"assessor": {
"type": "string",
- "label": "Advisor"
+ "label": "Assessor"
},
"triplet_id": {
"type": "string",
From 49b6906608333885e35be83a087694fba32302b7 Mon Sep 17 00:00:00 2001
From: aim
Date: Thu, 30 Jun 2022 09:48:06 +0300
Subject: [PATCH 3/3] fix rename
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index c527b39..b4a7594 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
This is the repo for the vPA tool frontend.
-The process involves importing a CSV file with all assessments that are saved in the localStorage and reviewed locally by the Veteran Proposal Advisor.
+The process involves importing a CSV file with all assessments that are saved in the localStorage and reviewed locally by the Veteran Proposal Assessor.
An external endpoint is connected to the app to have the updated number of reviews carried out by the vPAs and to be able to coordinate the work efficiently.
The development is based on Vue.js