chicago-tool-library / circulate

A lending library management system
Other
82 stars 66 forks source link

Upgrade app to Hotwired #761

Closed jim closed 9 months ago

jim commented 3 years ago

Is your feature request related to a problem? Please describe.

The app is using an older (and now discontinued) version of Stimulus. We’d like to upgrade the app to the newer version and make it otherwise compatible with Hotwired.

Specifically, we have some custom “portal rendering” code (controller code, Stimulus controller) that can probably be replaced with the new Turbo library. Ideally we’d like to use Rails conventions and not maintain our own custom code in order to replace parts of pages.

Describe the solution you'd like

Describe alternatives you've considered

jim commented 9 months ago

Most of this work was pulled in as a part of #1181.