Skip to content

Commit

Permalink
Input Form Screen UI Page (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
banders authored Nov 7, 2023
1 parent 3c528f0 commit 9565bca
Show file tree
Hide file tree
Showing 8 changed files with 1,520 additions and 216 deletions.
1,172 changes: 1,138 additions & 34 deletions frontend/package-lock.json

Large diffs are not rendered by default.

13 changes: 8 additions & 5 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"private": true,
"description": "pay transparency",
"scripts": {
"test": "vitest run",
"test:cov": "vitest run --mode test --coverage",
"serve": "vite --host",
"build": "vite build",
Expand All @@ -14,7 +15,7 @@
"@fortawesome/fontawesome-free": "6.3.0",
"@js-joda/core": "^5.5.2",
"@mdi/font": "^7.1.96",
"@vuepic/vue-datepicker": "^4.2.0",
"@vuepic/vue-datepicker": "^7.2.0",
"axios": "^1.3.4",
"chart.js": "^4.2.1",
"core-js": "^3.28.0",
Expand All @@ -24,6 +25,7 @@
"glob-all": "^3.3.1",
"http-status-codes": "^2.2.0",
"jest-junit": "^15.0.0",
"jsdom": "^22.1.0",
"minimist": "^1.2.8",
"moment": "^2.29.4",
"nconf": "^0.12.0",
Expand All @@ -49,6 +51,9 @@
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"@vue/test-utils": "^2.4.1",
"axios-mock-adapter": "1.21.2",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
Expand All @@ -61,10 +66,8 @@
"postcss": "^8.4.21",
"stylus": "^0.59.0",
"stylus-loader": "^7.1.0",
"vue-template-compiler": "^2.7.14",
"@vitest/coverage-v8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"vitest": "^0.33.0"
"vitest": "^0.33.0",
"vue-template-compiler": "^2.7.14"
},
"browserslist": [
"> 1%",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/Dashboard.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<v-container class="d-flex justify-center">
<v-btn to="GenerateReport">Generate Pay Transparency Report</v-btn>
<v-btn to="inputForm">Input Form</v-btn>
<v-btn>View Generated Reports</v-btn>
</v-container>
</template>
171 changes: 0 additions & 171 deletions frontend/src/components/GenerateReport.vue

This file was deleted.

Loading

0 comments on commit 9565bca

Please sign in to comment.