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

fix(programming): tweak live feedback presentation, fix evaluate polling issue #7409

Closed
wants to merge 4 commits into from

Conversation

adi-herwana-nus
Copy link

No description provided.

Copy link
Contributor

@cysjonathan cysjonathan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Fix the buttons to all be in the same row as well:
    image

  2. Currently the evaluation job test case reporting behaviour is not correct, double check that.

  3. Fix the codeclimate issue

Comment on lines +36 to +51
// const pollAutogradingJob =
// (jobUrl, submissionId, questionId, answerId) => (dispatch) => {
// pollJob(
// jobUrl,
// () => dispatch(getEvaluationResult(submissionId, answerId, questionId)),
// (errorData) => {
// dispatch({
// type: actionTypes.AUTOGRADE_FAILURE,
// questionId,
// payload: errorData,
// });
// dispatch(setNotification(translations.requestFailure));
// },
// JOB_POLL_DELAY_MS,
// );
// };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why aren't we removing commented out code?

@adi-herwana-nus
Copy link
Author

Closing in favor of #7413

Polling behavior changes coming in a separate follow-up PR.

@adi-herwana-nus adi-herwana-nus deleted the programming-frontend-tweaks branch October 22, 2024 06:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants