-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore: Switch Submissions from React to Hotwire #3908
Comments
Great idea 🎉 One nice feature with the new task list thing - if you add a plain link to a PR or issue eg
|
Nice! thanks for the tip @ChargrilledChook. Still getting used to these new task lists lol |
Finished the main part of the work on this. Feature parity has been achieved with the React version of the project feature. Next step is a gradual rollout. Using Flipper we can...
Once it's fully enabled, I'll start the clean up job with removing the old React version. |
Loved the phased approach you took here, especially with the feature flag 👏 Would love to see us use this "mini epic" approach more in the future! |
Enabled for 25% of users |
Sentry has been quiet and things seem to be stable - upping to 50% |
No negative feedback and Sentry is still quiet - enabling for everybody. I'll leave this open for a day or two incase there are any problems and we need to switch back to the old version temporarily. |
Because: * We have rolled out a Hotwire version. * Closes: #3908 This commit * Remove all of the react submission components * Rename v2 project submissions * Remove the project submission serializer * Remove icon.css * Remove JS packages used only by React submissions * A few small refactors * Project submission form now takes a model instead of a url - one less thing to pass to the form_with * All submissions logic removed from lessons controller * Filter out discarded submissions within the only_public scope, we'll never want discarded submissions to be public.
…inProject#4020) Because: * We have rolled out a Hotwire version. * Closes: TheOdinProject#3908 This commit * Remove all of the react submission components * Rename v2 project submissions * Remove the project submission serializer * Remove icon.css * Remove JS packages used only by React submissions * A few small refactors * Project submission form now takes a model instead of a url - one less thing to pass to the form_with * All submissions logic removed from lessons controller * Filter out discarded submissions within the only_public scope, we'll never want discarded submissions to be public.
Just an epic to keep me right as this chore progresses.
2. Acceptance Criteria:
Tasks
The text was updated successfully, but these errors were encountered: