devlup-labs / gymkhana_portal

MIT License
7 stars 40 forks source link

In Konnekt, every user has the same Gender and Branch as of the logged in user #69

Closed imraghav20 closed 4 years ago

imraghav20 commented 4 years ago

Issue

Every user has the same gender and branch as of the logged in user in portal.

Description

Whenever a "Male" user logs in the Gymkhana portal, every other user's gender is shown as "Male" irrespective of he/she has filled "Male"/"Female". Similarly, whenever a "Female" user logs in the portal, every other user's gender is shown "Female". Also, if a user of CSE branch logs in to the portal, for every other user shows CSE branch, irrespective of the branch the other user has filled. Same applies if user of any other branch logs in.

Expected

For every user, the same details should be shown as filled by him/her.

Actual

The details of branch and gender of all users are shown as that of the logged in user.

imraghav20 commented 4 years ago

I realised this issue is related to gymkhana-frontend. So, closing it here.