Commit fd41760
Comp 646 (#524)
* case file server side pagination and download
* case_file, inspection and complaints server side sorting and pagination
* lint fixes
* lint fixes
* COMP-603: Pagination for Inspection + Filter
* COMP-604: Download Inspections
* base table query modal
* COMP-605: Pagination for Complaints
* COMP-605: My Files Toggle
* COMP-606: Download Complaints
* source type and topic filter/sort added in compliance api
* COMP-600: Pagination for Case Files
* COMP-602: Download Case Files
* unit test fixes
* sort logic fixes for tables
* case file list options endpoint changed (#464)
* COMP-618: For Continuation Report, change Date format to YYYY/MM/DD (#466)
* multi values for filters for case file, inspection and complaints
* case file list options endpoint changed
* all filters of major tables made multi
* switch filtering fixes
* test fix
* COMP-620: Complaints not surfaced on Case File profile due to new pagination
* unit test fix
---------
Co-authored-by: dinesh <dinesh.pb@aot-technologies.com>
* complaint, inspection, download issue (#476)
* list ordering and indentations fixed and inline styles rendered safely (#474)
* list ordering and indentations fixed and inline styles rendered safely
* lint fixes
* Agencies in ascending order (#501)
* Issuing officer change wasn't reflecting in OR and WL (#499)
* issuing officer bug in or and wl
* staff user testing issue fix
* COMP-627: Adding Title to Complaint Sources (front+back) (#505)
* COMP-627: Adding Title to Complaint Sources (front+back)
* Complaint Resolution (#507)
* complaint resolutions table and api added
* complaints resolution capturing on close and fetching
* Close complaint modal and resolution selection
* complaints resolution in table, case file complaints grid, and export
* Order Rescind Changes (#508)
* order rescind changes
* adding migration merge heads
* COMP-621: New Rescind Order pup-ups (front)
* COMP-632: Label changes
* COMP-635: Sorting/filtering bug on Case Files/Inspections etc (#513)
* COMP-635: Sorting/filtering bug on Case Files/Inspections etc
* my files toggle filter by current logged in user only
* filter Open case files during first load
* complaints my files changes
* code optimization for table handlers
* Issuing officer change reflect in wl (#518)
* issuing officer bug in or and wl
* staff user testing issue fix
* issuing officer change reflect in wl
* Deletion of OR and WL even if it is in progress (#522)
* deletion of wl
* deletion of or and wl
* enforcement flag component common, added status in the casefile grid
* lint fixes
---------
Co-authored-by: dinesh <dinesh.pb@aot-technologies.com>
Co-authored-by: Dinesh <97143739+dinesh-aot@users.noreply.github.com>1 parent c4aedc8 commit fd41760
File tree
6 files changed
+170
-94
lines changed- compliance-web/src
- components/App
- CaseFiles/Profile
- Inspections/Profile/Enforcements
- Orders
- WarningLetters
- models
6 files changed
+170
-94
lines changedLines changed: 10 additions & 24 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
54 | 55 | | |
55 | 56 | | |
56 | 57 | | |
57 | | - | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 75 | | |
89 | 76 | | |
90 | 77 | | |
| |||
366 | 353 | | |
367 | 354 | | |
368 | 355 | | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
373 | 364 | | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | 365 | | |
380 | 366 | | |
381 | 367 | | |
| |||
Lines changed: 41 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
60 | 84 | | |
61 | 85 | | |
62 | 86 | | |
| |||
92 | 116 | | |
93 | 117 | | |
94 | 118 | | |
| 119 | + | |
95 | 120 | | |
96 | 121 | | |
97 | 122 | | |
| |||
142 | 167 | | |
143 | 168 | | |
144 | 169 | | |
145 | | - | |
146 | | - | |
| 170 | + | |
| 171 | + | |
147 | 172 | | |
148 | 173 | | |
149 | 174 | | |
| |||
190 | 215 | | |
191 | 216 | | |
192 | 217 | | |
193 | | - | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
194 | 221 | | |
195 | 222 | | |
196 | 223 | | |
| |||
209 | 236 | | |
210 | 237 | | |
211 | 238 | | |
212 | | - | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
213 | 242 | | |
214 | 243 | | |
215 | 244 | | |
| |||
273 | 302 | | |
274 | 303 | | |
275 | 304 | | |
276 | | - | |
277 | | - | |
278 | | - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
279 | 310 | | |
280 | 311 | | |
281 | 312 | | |
| |||
292 | 323 | | |
293 | 324 | | |
294 | 325 | | |
295 | | - | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
296 | 329 | | |
297 | 330 | | |
298 | 331 | | |
| |||
0 commit comments