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

1.3 VSCode Extension, Session Management #3

Open
wants to merge 8 commits into
base: socket
Choose a base branch
from

Conversation

cassandrale179
Copy link
Contributor

@cassandrale179 cassandrale179 commented Oct 11, 2023

Changes

This PR simply run a command from env RUN_COMMAND to the root folder
Add an interview button on the FE that automatically push their code to GitHub if there are new changes

Screen.Recording.2023-10-11.at.8.37.49.PM.mov

Testing

Follow instructions on README.md for testing

@cassandrale179 cassandrale179 changed the title End interview 1.3 End interview Oct 11, 2023
@cassandrale179 cassandrale179 changed the title 1.3 End interview 1.3 VSCode Extension, Session Management Oct 11, 2023
@cassandrale179 cassandrale179 marked this pull request as ready for review October 12, 2023 15:33
src/SidebarProvider.ts Outdated Show resolved Hide resolved
webviews/components/Sidebar.svelte Outdated Show resolved Hide resolved
);
this._runCommand(
`git add . && git commit -m 'Upload solution' && git push`
);
Copy link
Contributor Author

@cassandrale179 cassandrale179 Oct 13, 2023

Choose a reason for hiding this comment

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

TODO: make an API call to update the LiveCandidateAssessment's status here?

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