coding-blocks / coding-blocks/judge-taskmaster
add support for Project Worker
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Add support to run project submissions in frameworks like react, node, django etc.
Refer [this](https://github.com/coding-blocks/judge-taskmaster/pull/35) pull request for the initial work that has been done. Create your PR against the `project-worker` branch
- [ ] Create project scenario
- [ ] Complete setup method ( as done [here](https://github.com/coding-blocks/judge-workers/tree/project-worker/tests/project-worker/nodejs) in the test)
- [ ] Complete run method
- [ ] Complete result method
- [ ] Write tests for the methods and scenario
- [ ] Run project job from queue
- [ ] Accept following payload as input
```
{
"problem": ,
"submission": ,
"submissionDirs": ,
"timelimit"
Contributor guide
Assessment
This issue has not been assessed yet.