ontoportal-lirmm / bioportal_web_ui

A Rails application for ontologies portal.
http://agroportal.lirmm.fr/
Other
5 stars 5 forks source link

handle the failed state of turbo_frames #100

Closed syphax-bouazzouni closed 1 year ago

syphax-bouazzouni commented 1 year ago

Context

in https://github.com/agroportal/project-management/issues/303, we migrate the ontology viewer sections into turbo_frames.

Turbo frames are sections of a page where we can load request responses reactively (without reloading the page), for now, we handle the success, on the loading state of those frames.

But if the frame fails to load, for now, we show nothing, and the loading state remains indefinitely

Requirement

Deployment

syphax-bouazzouni commented 1 year ago

Done in the branch https://github.com/ontoportal-lirmm/bioportal_web_ui/tree/feature/handle-failling-turbo-frame-state

TODO