-
Notifications
You must be signed in to change notification settings - Fork 0
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
Uploading code and a grading script #57
Conversation
…2/Group-A3 into cindyrzheng/upload-code
Cindy, could you rebase this on main? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey Cindy, this is looking good. I left some feedback in the attached thread.
tried addressing all the feedback! pls lmk if this is good! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good following nitpicks.
Co-authored-by: leo <leo@krashanoff.com>
Co-authored-by: leo <leo@krashanoff.com>
…2/Group-A3 into cindyrzheng/upload-code
Still under construction since the APIs for uploading a file is still unimplemented. Need help also with the API request! Not sure what to send in the body!
Other than that- added context to be passed from the overall class view landing page to the specific assignment view, will need to probably build on that context later but it works as a start!
then also added modals for uploading student code and slightly changed the modal for uploading a grading script by adding controlled inputs so we can access all the inputs in the form. Also added the scaffold for the API request (it's totally wrong as of now but as long as I can get the body right, and some dummy class IDs and Assignment IDs we're good!).