ronin-rb / ronin-app

A local web interface for Ronin.
https://ronin-rb.dev
GNU Affero General Public License v3.0
26 stars 8 forks source link

Add a `GET /db/organizations/:id` route #79

Closed postmodern closed 11 months ago

postmodern commented 11 months ago

Add a route for displaying an individual Organization record.

It should also list any departments, members, phone_numbers, email_addresses of the Organization record.

postmodern commented 11 months ago

Implemented by PR #83.