openrank-backend icon indicating copy to clipboard operation
openrank-backend copied to clipboard

Free and Open Source Coding Challenges Platform

Results 8 openrank-backend issues
Sort by recently updated
recently updated
newest added

# What kind of change does this PR introduce ## What is the current behavior ## What is the new behavior ### Checklist for this PR * [ ] I...

**Is your feature request related to a problem? Please describe.** A user should be able to have different roles(`Admin`, `Candidate`, `ContestManager`, ...etc). Right now there is no way to assign...

As a recruiter, I should be able to create questions so that questions can bee used in test. - Recruiter should be able to create Objective Type, Text Type (Long/Short),...

As a recruiter, I should be able to create a test so that candidates can take test. - Recruiter should be able to create test. - Each test must have...

**Is your feature request related to a problem? Please describe.** Refer https://github.com/coderplex/openrank-frontend/issues/11 **Describe the solution you'd like** Integrate a NodeJs validation framework. **Describe alternatives you've considered** [Express Validator](https://express-validator.github.io/docs/) [Node Input...

**Describe the bug** 1. Readme.md still shows FE resourse as Next.js, please update it to Vue.js 2. Add clear instructions for Project setup.

- Add an api for updating user. ( `PUT /api/users/:id`) - Expect user jwt token as `Bearer Token` in header. - Validate whether id passed and the user fetched from...