-
better way of handling multiple user types
is_student: response.type === "student" ? "true" : "false",
is_mentor: response.type === "mentor" ? "true" : "false",
jwt: response.jwt,
authHeader,
htt…
-
Currently, the format of the responses returned by endpoints is not standard. In some cases, a plain text response is returned, whereas in some cases, it is JSON. Also, the text in the response is dif…
-
This can be done by generating the hash functions and naming their files accordingly, based on the current scenario.
-
check this regex because there were some problems previous year
https://github.com/kossiitkgp/KWoC-21-Frontend/blob/fec417b3aaaeb968481722de84ceff05623e3ec3/src/views/StudentDashboard.js#L68
```java…
-
https://github.com/kossiitkgp/KWoC-Backend/pull/106 changes the response structure of `/stats/student/`.
In the new structure, `pulls` is just an array of string URLs. The frontend has to be update…
-
1. [ ] Add a `/mentor/all/` (GET, with login) route to fetch a list of all mentors' basic information.
2. [ ] Add tests for this route.
-
We've had a few lovely folk mention in our gitter room that they're keen to join the community and don't know how!
For now, if you'd like to join us, just star this repo and add a comment here…
-
the regex check fails on a valid slack invite link
-
### Description
Currently posts are of uneven lengths, and this is inconsistent, we can fix the post height, so the feed is consistent.
Also fix the height of posts in comments popup and set a min…
-
`/stats/student/` - returns an object in the format
```json
{
"commit_count": 0,
"languages": [
""
],
"lines_added": 0,
"lines_removed": 0,
"name": "Rajiv Harl…