bcgov / greenlight

A demonstration of the verifiable organization network showing a new restaurant gathering the permits necessary to open.
Apache License 2.0
34 stars 45 forks source link

Add support for searching legal entity #155

Closed esune closed 5 years ago

esune commented 5 years ago

Added support for searching an existing legal entity in the initial step of the demo, using a typeahead search box that queries ToB. image The code was pulled from tob-web, with some minor customizations to match the data types.

Additional tweaks were implemented to ensure credentials are issuable by both using the agent form, and using the API endpoint. This was obtained by removing the connection_id parameter in the agent configuration (service.yml) and ensuring the service name matches the routes used by Caddy to proxy the requests.

Added link to home for ease of navigation.