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 vPAs and to be able to coordinate the work efficiently.
The development is based on Vue.js
An example CSV to import is here The demo is here
yarn install
yarn serve
yarn build
yarn lint