benawad / vsinder

Dating App for VSCode
Apache License 2.0
2.47k stars 174 forks source link

[Feature Request] Coding Interviews #222

Open j4qfrost opened 3 years ago

j4qfrost commented 3 years ago

Virtual dating is now all the rage with lockdowns the way they are. I would like to propose an online dating feature, where a coding problem is sent to one person and the other person is designated as the "interviewer".

Benefits:

Modifications to the app:

Not doing:

I'm willing to contribute to this feature, but I need to find some time. I am currently working on other things. Feel free to start without me. I will join later.

unDeadHerbs commented 3 years ago

I like this as an idea; but, it's big enough to be its own app.

This would require:

This might be best accomplished by just managing the questions and helping set up a virtual meeting through another service. Then, the interviewee would be responsible for being able to run code on their own system. A combination of screen sharing and sending the solution code back to the interviewer would be enough if the number of applicable applicants is small.

j4qfrost commented 3 years ago

I think the feature should be restricted to VScode to begin with. I did a little digging and it looks like Leetcode has a VScode extension already that is under the MIT license, so integrating it into the codebase is possible but making clean might be difficult. That handles the environment and code validation.