JustUtahCoders / utahexpungements.org

The frontend code for utahexpungements.org
MIT License
11 stars 19 forks source link

support for handling multiple file uploads #173

Closed schinns closed 4 years ago

schinns commented 4 years ago

It's not pretty, but it's working. Feedback welcome. We may also want to set a limit on number of files.

currently payload looks like:

[{"caseNumber": "123" ...}, {"caseNumber": "124" ...}]

should we change the payload to have some indication of what parsed data belongs to which docket? something like this?

[{"fileName": "docket.pdf", "caseNumber": "123" ...}, {"fileName": "docket_1.pdf", "caseNumber": "124" ...}]
schinns commented 4 years ago

@lukeschunk ty for reviewing! ❤️ could you merge it in? I don't have write access to the repo.