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

added enter key functionality for submit #531

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

daPanMan
Copy link

@daPanMan daPanMan commented Dec 6, 2024

Hi, this is John, the working partner of @cycai0312 for our software engineering homework assignment. I hereby enhance your project by adding enter key submission functionality related to open issue #47. (reference: eecs-autograder/autograder.io#47)

I am the same person as @jpswag from pull request #530, and I redid this pull request because of some file formatting and authentication issues for my username @jpswag.

@james-perretta
Copy link
Contributor

Thanks! Could you please add a couple test cases that cover the added code?

@jpswag
Copy link

jpswag commented Dec 7, 2024

Thanks! Could you please add a couple test cases that cover the added code?

Hi, I added two test cases in the new commit, please check!

@@ -66,10 +66,11 @@
"@vitejs/plugin-vue2": "^1.1.2",
"@vue/cli-plugin-typescript": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/test-utils": "^1.3.0",
"@vue/test-utils": "^1.3.6",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Were there issues with running the tests? We recently switched from jest to vitest, so these dependency updates shouldn't be needed.

@@ -11,7 +11,7 @@ import ExpectedStudentFilesList from '@/components/project_view/expected_student
import GroupMembers from '@/components/project_view/group_members.vue';
import Submit from '@/components/project_view/submit.vue';
import { format_datetime } from '@/utils';

import Vue from 'vue';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove (unused import)

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