Subhankar4901 / TSG-web-hackathon-backend

A repository for TSG website hackathon 2021
MIT License
2 stars 1 forks source link

a way to update user participation #45

Closed shobhit10058 closed 2 years ago

shobhit10058 commented 2 years ago

It will be good to make a post request where a list of roll numbers or email of participants will be given to update the participants of a event. Request should be jwt token with user type < 3.

shobhit10058 commented 2 years ago

suggestion: if a file(like csv) which contains a column of roll numbers or email can be accepted then it will be more good.

shobhit10058 commented 2 years ago

request body contains token, list of participant email, event id

adarshares commented 2 years ago

I have issued a pull request for this

shobhit10058 commented 2 years ago

fixed