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 `/edit` routes and views for all database routes #135

Open postmodern opened 2 months ago

postmodern commented 2 months ago

All of the database routes should have /edit routes which present a form with the record's data for the user to edit. These forms should send a POST request to an /update route.