-
test for instance the sanitizeText function.
I could do this by creating a separate file for this and other functions I want to use. I would just import them in using require into the function app,…
-
Security just needs to be re-enabled in the current test env. Depends on https://github.com/codefortulsa/courtbot-engine-data-courtbook/issues/8.
-
-
Set up on Heroku
Set up on Techlahoma's Twilio account
-
I was pasting a citation number and accidentally had a leading space and it didn't find the case. We should trim the spaces before and after the citation number before querying.
-
getCaseParties should return the unique set of party names. Right now it will contain duplicates if multiple services return the same name.
-
We should decide how to handle partial failures (one data service fails to retrieve but others succeed). We should, at minimum:
1. Log all errors to log4js
2. Continue with the partial data we DO …
-
This isn't quite the correct place to report this issue, I supposed, but the http://courtbot.herokuapp.com/ site is down as a 503 right now:
```
Application Error
An error occurred in the appli…
-
![image](https://cloud.githubusercontent.com/assets/968073/19176475/9d7d0ed0-8bec-11e6-824a-e190209bdf34.png)
Not sure if the URL data isn't populated yet or if it is a query error.
-
I have experienced this 4 times. I run runners/load.js and get new data and then when I look for a case I know is in there I get a can't find your case message, but then if I submit the citation agai…