Commit 9241d3f
feat(app): adding findings section on People page tabs
* feat(db): add scope column to Finding table
* feat(app): create finding with new scope
* feat(app): add Findings section on People tab
* feat(app): add Findings on People/Tasks tab
* fix(docs): update doc
* feat(app): add Findings on People/Devices tab
* feat(app): add Findings on People/Chart tab
* fix(app): update finding title on Findings overview
* feat(app): sync people page tabs with URL hashes
* fix(api): correct finding notifications for People scope findings
* fix(api): resolve scope finding notification recipients to owners/admins
* fix(api): align finding notification deep links with context title precedence
* fix(app): preserve #finding- hash on People page tab sync
* fix(app): fix finding redirect issue on FindingsOverview
* fix(app): fix hash cleanup issue on PeopleFindingsList
* fix(api): fix people page url with tab
* fix(app): use tab param on people page instead of hash
* fix(app): remove hash-related code from PeopleFindingsList
* fix(app): minor change - remove empty line
* fix(app): remove Findings on People tabs and add new Findings tab on People
* fix(app): add Scope select on 'Create Finding' sheet
* fix(api): add hasScope param to findings api endpoint
* fix(app): show all people-scope findings on People
* fix(api): update deep link for people findings on finding notifier
* fix(app): update deep link for people findings on overview
* fix(app): remove unused line
* fix(app): add scope filter on People Findings UI
* fix(db): update folder of add_finding script
* fix(app): empty commit
* fix(app): update test mock labels to match actual implementation values
* fix(app): sync people tabs with search params
* fix(api): include finding scope in deletion audit log
* fix(app): pluralize 'require action' for open findings count
* fix(api): remove hasScope param from findings endpoint
* fix(app): adding findings section on People page tabs
* fix(api): update test payload in finding-notifier service
---------
Co-authored-by: chasprowebdev <chasgarciaprowebdev@gmail.com>
Co-authored-by: Mariano Fuentes <marfuen98@gmail.com>
Co-authored-by: Lewis Carhart <lewis@trycomp.ai>
Co-authored-by: Tofik Hasanov <72318342+tofikwest@users.noreply.github.com>1 parent eab60fe commit 9241d3f
File tree
22 files changed
+1060
-105
lines changed- apps
- api/src/findings
- dto
- app/src
- app/(app)/[orgId]
- overview/components
- people
- all/components
- components
- dashboard/components
- org-chart/components
- tasks/[taskId]/components/findings
- hooks
- packages
- db/prisma
- migrations/20260410120000_add_finding_scope
- schema
- docs
22 files changed
+1060
-105
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
46 | 56 | | |
47 | 57 | | |
48 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
24 | 25 | | |
25 | 26 | | |
26 | 27 | | |
| |||
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
155 | 157 | | |
156 | 158 | | |
157 | 159 | | |
| 160 | + | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
| |||
174 | 177 | | |
175 | 178 | | |
176 | 179 | | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
| |||
75 | 81 | | |
76 | 82 | | |
77 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
78 | 90 | | |
79 | | - | |
| 91 | + | |
80 | 92 | | |
81 | 93 | | |
82 | 94 | | |
| |||
194 | 206 | | |
195 | 207 | | |
196 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
197 | 253 | | |
198 | 254 | | |
0 commit comments