You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The style of JavaScript used in the app is inconsistent with the modern JS idioms and should be updated. In particular, we should be using Hotwire and related tooling. Ideally we should be using importmap-rails for ESM module support.
Success Criteria
MUST upgrade to latest version of Stimulus / Hotwire
MUST convert standalone JS to Stimulus controllers
MUST NOT introduce regressions for Ecosystem Maps and other JS-intensive
MUST remove old UJS-style code (convert to controllers)
Describe the task
The style of JavaScript used in the app is inconsistent with the modern JS idioms and should be updated. In particular, we should be using Hotwire and related tooling. Ideally we should be using importmap-rails for ESM module support.
Success Criteria
Additional Notes
Related Issues
The text was updated successfully, but these errors were encountered: