casework / CASE-Mapping-Python

Apache License 2.0
0 stars 3 forks source link

Fix validation issues #26

Closed ajnelson-nist closed 11 months ago

ajnelson-nist commented 11 months ago

This patch series addresses some, but not all, validation issues raised from reviewing the generated case.json using case_validate.

ajnelson-nist commented 11 months ago

This patch series does not yet include a patch regenerating case.json.

ajnelson-nist commented 11 months ago

This patch series also does not yet include a needed revision for MessageThread. The ways forward are either comment out that demonstration from example.py for now, or go into implementation. Implementation might require handling an adjacency matrix of which message follows which, given threads' non-linear nature.