makeopensource / devU

Autograder version 4
10 stars 13 forks source link

Added manual grading to frontend #79

Closed kevinzhong930 closed 5 months ago

kevinzhong930 commented 5 months ago

Added manual grading to the frontend. There is a bug where the api doesn't create the releasedAt date when updating a submission score entity so I hardcoded a date.

Proposed changes


Added a button that makes textfields appear for manual grading of submissions.

Resolves #74

Types of changes


What types of changes does your code introduce? Put an x in the boxes that apply

Checklist


Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. This is simply a reminder of what we are going to look for before merging your code.

Further comments


Right now,there is a bug when updating a submission score which requires a releasedBy field to be passed through the frontend instead of being created by the backend. This field is hardcoded on the frontend and needs to be removed in the future.