Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
55 stars 257 forks source link

Join Section | multiple data creation #850

Closed RitikJaiswal75 closed 1 year ago

RitikJaiswal75 commented 1 year ago

Every time the User sends in to submit a request a new document is created. We are sending a PUT request every time the user sends the data from the front end.

Solution: We need to check if the data for userId is already present or not. If already present fail the request saying data already present unless the profile is rejected by the superuser and the user is asked to re-fill the join data.

satyam73 commented 1 year ago

Hello @RitikJaiswal75 I want to work on this issue.

RitikJaiswal75 commented 1 year ago

Hello @satyam73 how is the work going on this? any blockers?

satyam73 commented 1 year ago

Hello @satyam73 how is the work going on this? any blockers?

Can I have more context for this?

RitikJaiswal75 commented 1 year ago

please link your solution branch here

satyam73 commented 1 year ago

Contributor Did you mean PR?