Commit 8ffb801
authored
feat: fixes and validation (#35)
* fix: make err handling resilient, and fix bugs (#32)
* fix: infinite looping cronjob
* feat: rewrite service unit tests
* feat: add global err handlers
* feat: add 404
* feat: update api client
* refactor: use common page skeleton on loading
* fix: fix code smells
* feat: add ci badge
* feat: add ratelimit handling
* fix: fix proxy security warn
* fix: typo
* refactor: auto detect rsc on xhr request
* feat: rewrite auth tests
* chore: bump deps, fix text
* feat: start on announcementmodel unit tests
* fix: add cleanup func
* feat: replace working name
* fix: rename completed to read
* Feat/api type validation (#36)
* feat: write middleware for checking
* feat: overhaul file structure
* feat: upgrade auth endpoints
* feat: add typecheck for /user/*
* fix: provide full list of missing env
* feat: announcement api validation
* feat: upgrade service endpoints
* feat: fix up announcementmodel tests
* chore: Update to use "CCA Hours" instead of "Service Hours".
* fix: api regression
* fix: code smells
* Feat/requested changes (#38)
* feat: migrate db
* feat: update models and endpoints
* fix: update tests
* feat: update scheduler
* refactor: deletion logic efficiency
* fix: debounce state for xhr req
* feat: update FE service sessions and varifyattendance
* feat: add support for service
* feat: improved validation errors
* chore: rename service hours to cca hours
* fix: fix smells
* fix: misc bugfixes
* feat: initial commit of empty suites
* chore: bump deps
* fix: remove unused import
* fix: permissions issue
* chore: update meta
* feat: start on usermodel tests
* chore: continue tests
* feat: more tests
* feat: complete usermodel tests
* feat: add db snapshotting
* fix: scheduling of service sessions
* fix: smells
* fix: test volume type
* test: volume test again
* chore: bump versions
* chore: remove console log1 parent 524c096 commit 8ffb801
106 files changed
Lines changed: 5022 additions & 1910 deletions
File tree
- .github/workflows
- interapp-backend
- api
- email_handler/templates
- models
- routes
- endpoints
- announcement
- auth
- service
- user
- utils
- db
- entities
- migrations
- scheduler
- scripts
- tests
- config
- e2e
- unit
- utils
- interapp-frontend
- public
- src
- api
- app
- admin/AdminTable
- EditAction
- announcements
- AnnouncementBox
- [id]
- edit
- attendance
- AttendanceMenu/QRPage
- absence/AbsenceForm
- verify/VerifyAttendance
- auth
- forgot_password_verify
- forgot_password
- login
- signup
- error
- 404
- 429
- profile
- Overview
- ServiceCardDisplay
- ServiceSessionsPage
- ServiceSessionCard
- service_sessions
- ServiceSessionContent
- AddAction
- EditAction
- ServiceSessionRow
- services
- AddService
- EditService
- ServiceBox
- components
- PageSkeleton
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
| 179 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
| |||
136 | 138 | | |
137 | 139 | | |
138 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
139 | 149 | | |
140 | 150 | | |
141 | 151 | | |
| 152 | + | |
142 | 153 | | |
143 | 154 | | |
144 | 155 | | |
| |||
163 | 174 | | |
164 | 175 | | |
165 | 176 | | |
166 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
167 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
168 | 190 | | |
169 | 191 | | |
170 | 192 | | |
| |||
0 commit comments