-
Notifications
You must be signed in to change notification settings - Fork 4
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
Draft: Release 0.3.0 #188
Closed
Closed
Draft: Release 0.3.0 #188
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fixed all file lists when the path contains a directory
Added chip for instructor stating that they have unlimited submissions in assigment detail view
…s automatically when submitted (no need to reload page)
Message is renedered only when lecture name is same as lecture code indicating that lecture name should be changed for readabilty When lecture name != lecture code only Edit lecture is rendered in tooltip message
…e in the past. This couldn't be done using enqueueSnackbar, so because it renders snackbar with alert message behind the form. I used Snackbar and Alert components for this.
…atically graded, we advise the user to first auto grade the submission and then to pull it and manually grade it. I added an info button next to submission files. When button is clicked,it opens a card holding information on how to autograde, pull and manually grade submission.
…When initial subissions limit is crossed, set it to 0.
… No more untitled directories are created where they shouldn't be. Problem was: use of method getFiles(). Also updated installation script in examples/dev_enviroment to go along with new pyproject.toml files (no more need for instaling dependencies separately or --no-use-pep-517.
…y graded. When a submission with autograde status != 'automatically_graded' is selected user must first autograde it in order to generate feedback for submission.
One thing that I would consider changing: Space between file icon and file name in the file list is much bigger than the space between folder icon and folder name. I discovered that it's because I added arrow icons for expanding/collapsing contents of the folder. These two icons take much more space than only the file icon. Therefore Listitemtext has the same indentation for both folder and file name which are hierarchically the same. Only setting margins for the file name isn't helpful here.
…-nul-0x00-char-stop-autograde-workflow-completion Remove null character from grading log
Missing files are now generated in FileItem.
Merge release 0.2.13 to Release 0.3 before merging 0.2.13 to main
this commit removes the custom write_error function of grader_service, therefore we now use the default write_error function from tornado.
Due to inconsistencies in our error handling in the frontend, we use both message and reason to display high level user error messages. Therefore we have to refs: #181
Fix/error handling
…hub.com:TU-Wien-dataLAB/Grader-Service into 155-ui-improvements-details-grader_labextension
…ils-grader_labextension 155 UI improvements details grader labextension
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.