Skip to content
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

Improve performance of RfC creation #2711

Open
MrSerth opened this issue Dec 13, 2024 · 0 comments
Open

Improve performance of RfC creation #2711

MrSerth opened this issue Dec 13, 2024 · 0 comments
Labels
enhancement javascript Pull requests that update Javascript code ruby Pull requests that update Ruby code

Comments

@MrSerth
Copy link
Member

MrSerth commented Dec 13, 2024

Currently, creating an RfC is rather slow: It includes the following requests:

  1. Create a new submission
  2. Create the RfC (which will run all tests sequentially)
  3. Run the code (execute the main file)

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.

@MrSerth MrSerth added enhancement javascript Pull requests that update Javascript code ruby Pull requests that update Ruby code labels Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement javascript Pull requests that update Javascript code ruby Pull requests that update Ruby code
Projects
None yet
Development

No branches or pull requests

1 participant