Skip to content

Commit c23b0e8

Browse files
feat: Pilot Survey (#101)
* initial survey outline + backend compatability * chore: ensure surveys in descending order * chore: formatting * chore: check var names * chore: cleanup services, imports, logs * feat: update client API connections * fix: phone number bug * chore: migrate tables to mui, clean up old queries * feat: create permissions for admin/manager * update auth/ability contexts * feat: perms for dashboards * chore: rm old route * chore: remove unused logic, fix permission bug on staff dash
1 parent 867294f commit c23b0e8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+4943
-3372
lines changed

client/package-lock.json

Lines changed: 51 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"type": "module",
44
"dependencies": {
55
"@casl/ability": "^6.7.3",
6+
"@casl/react": "^5.0.0",
67
"@emotion/react": "^11.14.0",
78
"@emotion/styled": "^11.14.1",
89
"@mui/icons-material": "^7.3.4",
@@ -14,6 +15,7 @@
1415
"cra-template": "1.2.0",
1516
"html5-qrcode": "^2.3.8",
1617
"jwt-decode": "^4.0.0",
18+
"mui": "^0.0.1",
1719
"qrcode.react": "^4.2.0",
1820
"react": "^18.2.0",
1921
"react-dom": "^18.2.0",
@@ -22,6 +24,7 @@
2224
"react-router-dom": "^7.1.5",
2325
"survey-core": "^1.12.22",
2426
"survey-react-ui": "^1.12.22",
27+
"swr": "^2.3.6",
2528
"typescript": "^5.8.3",
2629
"web-vitals": "^4.2.4",
2730
"zustand": "^5.0.8"

0 commit comments

Comments
 (0)