Mike Coutermarsh
Mike Coutermarsh
Currently if the auth token has expired, we show ``` {"error":"invalid_token","error_description":"The access token is invalid","state":"unauthorized"} ``` This could be better and give instructions on how to fix it. Such as:...
Advanced search that makes use of API search capabilities. http://build.kiva.org/api#GET*|loans|search **Advanced search fields:** - partner - status - gender **Sorting:** - popularity - loan_amount - oldest - expiration - newest...
## Current State: - Loans are currently read from a snapshot pulled from the API. - Javascript parses this snapshot to produce the search results. - Snapshot currently has ~2,000...
## Current: Currently loan details (Image, name, description) are displayed on the right sidebar when a loan is clicked in the search results. I think we should aim to do...
Add auto complete to Sector and Country search fields. **Need:** list of all unique sectors and countries. Implement with jqueryUI. http://jqueryui.com/demos/autocomplete/
Currently, database.js is not compatible with `pscale connect` because they are entirely different protocols (http vs mysql). One pain point when using database.js for local development is quickly switching branches....
Handles for the case where tables with the same name are in multiple keyspaces. This allows to target a specific keyspace to remove the table.
We're running: - 2.29.1 and Ruby `3.4.1` And our logs are filled with: ``` uuidtools.rb:700: warning: literal string will be frozen in the future (run with --debug-frozen-string-literal for more information)...