Content
View differences
Updated by Aaron Contreras about 3 years ago
The dev team decided to move forward towards the Hotwire stack. One identified step was to use StimulusJS for basic interactivity in Rails rendered forms.
As we already have a lot of these scripts that are currently loaded through so called "dynamic scripts", we can replace most of them with StimulusJS code to have a unified way of dealing with interactivity from Rails rendered templates.
**Scripts to convert**
* administration\_settings.js \[OG\]
* admin\_users.js \[OG\]
* backlogs.js \[OG\]
* custom\_fields.js ##48241
* forums.js \[OG\]
* global\_roles.ts \[JU\]
* meeting.js \[JU\]
* members\_form.js \[AC\] ##48242
* new\_user.js
* print\_handler.js
* project\_folder\_mode\_selection.ts
* project\_form\_listener.js
* project.js \[AC\] ##48243
* repository\_navigation.js \[OG\]
* repository\_settings.js \[OG\]
* two\_factor\_authentication.ts \[OG\]
As we already have a lot of these scripts that are currently loaded through so called "dynamic scripts", we can replace most of them with StimulusJS code to have a unified way of dealing with interactivity from Rails rendered templates.
**Scripts to convert**
* administration\_settings.js \[OG\]
* admin\_users.js \[OG\]
* backlogs.js \[OG\]
* custom\_fields.js ##48241
* forums.js \[OG\]
* global\_roles.ts \[JU\]
* meeting.js \[JU\]
* members\_form.js \[AC\] ##48242
* new\_user.js
* print\_handler.js
* project\_folder\_mode\_selection.ts
* project\_form\_listener.js
* project.js \[AC\] ##48243
* repository\_navigation.js \[OG\]
* repository\_settings.js \[OG\]
* two\_factor\_authentication.ts \[OG\]