[Frontend] - integrate new tasks submissions in assignment overview - #588
Merged
thomasdejaeghere merged 24 commits intoMay 19, 2025
Conversation
…ervice' into 587-frontend---integrate-new-tasks-submissions-in-assignment-overview
…bmissions-in-assignment-overview
…nment-overview' of https://github.com/SELab-2/Dwengo-2 into 587-frontend---integrate-new-tasks-submissions-in-assignment-overview
lennertdr
commented
May 18, 2025
| } | ||
|
|
||
| handleContents(content: Buffer | string): string { | ||
| // Als het al een string is, gewoon teruggeven |
| } | ||
|
|
||
| private submissionsForCurrentStep() { | ||
| // If we could use the API call for each step seperately, we would not need this function |
Contributor
Author
There was a problem hiding this comment.
this function contains a bug, but it's awaiting the correct backend support
| } | ||
|
|
||
| approveSubmission(submission: Submission) { | ||
| // TODO: fix when backend has implemented PATCH submission |
Contributor
Author
There was a problem hiding this comment.
awaiting PATCH from backend
Contributor
Author
There was a problem hiding this comment.
I only deleted unused imports, but my linter automatically changed a bunch of whitespaces.
This also happened in other files like mini-user, student-dashboard, ...
Contributor
Author
There was a problem hiding this comment.
moved logic from page to component
…-integrate-new-tasks-submissions-in-assignment-overview
This was
linked to
issues
May 19, 2025
thomasdejaeghere
deleted the
587-frontend---integrate-new-tasks-submissions-in-assignment-overview
branch
May 19, 2025 12:16
This file contains hidden or 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
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.
TODO
assignment.flow.mp4
Student can see if submission is marked correct:
mark.mp4
closes #329 #330 #334