Improve performance of RfC creation #2711
Labels
enhancement
javascript
Pull requests that update Javascript code
ruby
Pull requests that update Ruby code
Currently, creating an RfC is rather slow: It includes the following requests:
Right now, the modal allowing learners to post their question (as part of the RfC) is only closed once the second step completes. Still, it would be great to improve the performance of creating an RfC and decouple it more from the frontend.
This change should be rather easy once #2703 is finished.
The text was updated successfully, but these errors were encountered: