-
1) First roll out CourtBot in Oklahoma County.
2) Find out what counties may report to one public defenders office.
-
Who we are
Why are we doing this
How it works
How much money can be saved
ask about 5 minute follow up
-
Provide a link at the top of the Readme to this [Code for America discourse page](https://discourse.codeforamerica.org/t/courtbot-history-and-evolution/124) which lists recent iterations.
Include r…
-
Example, "courtbot" is a topic tag, but on Discourse it is not a "tag", but there is a courtbot categorization:
https://discourse.codeforamerica.org/c/projects/courtbot/30
Task is to get all typ…
-
$ DATABASE_URL=127.0.0.1:5432 node utils/createQueuedTable.js
at createTable 127.0.0.1:5432
/Users/kuanbutts/Documents/cfa/courtbot/node_modules/knex/node_modules/lodash/lodash.js:8878
throw …
kuanb updated
8 years ago
-
# About this Issue
Currently we can only fill out one form or message one case number for reminder. We would like to submit multiple cases for reminders to be set for the same number. Use case scenar…
-
Load in credit card to account
Reference:
* Twilio account - Georgia Courtbot (SID: AC2d08530b7dda3ec4a1b008f3bde40de5)
-
For projects: Green Up App, CourtBot (VT), ExpungeVT, SafetyNetVT, Equity Counts.
Reference: recent lunch Meetup slideshow (Google Drive)
-
Step 1 of #42
- [ ] Create an api endpoint returning all the eligible counties Courtbot serves in Oklahoma via an api call `/eligible-jurisdiction?state=OK`. Response should return:
```
{
"ju…
-
see if I can use the existing db code in courtbot and modify it slightly to work with azure SQL. I think the Knex module can work with azure sql, need to investigate