Commit c23b0e8
authored
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 dash1 parent 867294f commit c23b0e8
File tree
68 files changed
+4943
-3372
lines changed- client
- src
- components
- forms
- contexts
- hooks
- pages
- AdminDashboard
- ApplyReferral
- CompletedSurvey
- LandingPage
- Login
- NewUser
- PastEntries
- Profile
- QrPage
- Signup
- StaffDashboard
- components
- utils
- SurveyDetails
- SurveyEntryDashboard
- components
- utils
- Survey
- utils
- stores
- types
- utils
- server/src
- database/user/zod
- middleware
- permissions
- routes/v2
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 changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments