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
All of our jQuery depends are showing their age and don't play nicely with our test suite, requiring multiple workarounds and so forth. Putting more energy into maintaining them seems a bit of a dead end compared to just migrating them to a more modern alternative using Stimulus or similar.
Javascript should be in one paradigm and used in one way in the code to make it easier for other people to contribute and not have clashing paradigms in different places.
The text was updated successfully, but these errors were encountered:
kimadactyl
changed the title
Remove old jQuery-based functionality from the code base
[Epic] Remove old jQuery-based functionality from the code base
Sep 5, 2024
Description
All of our jQuery depends are showing their age and don't play nicely with our test suite, requiring multiple workarounds and so forth. Putting more energy into maintaining them seems a bit of a dead end compared to just migrating them to a more modern alternative using Stimulus or similar.
To remove it all we need to:
Motivation
Javascript should be in one paradigm and used in one way in the code to make it easier for other people to contribute and not have clashing paradigms in different places.
The text was updated successfully, but these errors were encountered: