Skip to content

Commit

Permalink
ADJUST1-47 Determine consecutive / concurrent ADAs and label accordin…
Browse files Browse the repository at this point in the history
…gly for ADA review screen (#57)

* ADJUST1-47 Determine consecutive ADAs and label accordingly for search screen

* ADJUST1-47 Code tidy

* ADJUST1-47 More refactoring of code and adding unt tests for the consecutive / concurrent / forthwith labelling

* ADJUST1-47 lint fix and code tidy

* ADJUST1-47 lint fix and code tidy

* ADJUST1-47 Add edge case scenario (invalid nomis data) where an ada is consecutive to a non-ada
  • Loading branch information
yasinmustafa authored Sep 19, 2023
1 parent e5de502 commit fb826cf
Show file tree
Hide file tree
Showing 3 changed files with 347 additions and 41 deletions.
2 changes: 2 additions & 0 deletions server/@types/AdaTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ type ChargeDetails = {
heardAt: string
status: string
days: number
sequence: number
consecutiveToSequence: number
}

type AdasByDateCharged = {
Expand Down
Loading

0 comments on commit fb826cf

Please sign in to comment.