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

Draft: Release 0.3.0 #188

Closed
wants to merge 35 commits into from
Closed

Draft: Release 0.3.0 #188

wants to merge 35 commits into from

Conversation

mpetojevic
Copy link
Contributor

No description provided.

meffmadd and others added 30 commits October 31, 2023 17:28
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
mpetojevic and others added 5 commits January 10, 2024 14:04
@mpetojevic mpetojevic closed this Jan 10, 2024
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.

3 participants