website-www
website-www copied to clipboard
Join Section | Enhancement | Profile Rejection & waiting
Issue
- Give the user something while his/her profile gets verified.
- Reset flow in case of profile rejection
- image upload and verification in the join section
Description
As soon as the user finishes the join section flow they have to send the link for verification. While their profile is being verified they are just sitting idle without any productive task. So, we are planning to give them the link to the lift simulation repository which they can clone and get a headstart before joining the discord server.
In case the profile is rejected send the message of the profile being rejected from the backend in the front end to make the user restart the flow.
Expected flow
Profile states:
- waiting: The user is waiting for the status to be verified
- rejected: Profile as rejected for the specified reason
- verified: The user is verified and genuine to get the discord link.
Taskwise details
-
[ ] #310
- In the completion page of the join section asks the user to clone the lift simulation repository and work on it while the profile is verified
- Mention if the user completes the lift simulation to a satisfactory level he/she can get an early joining by showing the lift simulation
- For this, the user has to send the deployed link of the lift simulation and a member has to verify.
-
[ ] Reset flow in case of profile rejection
- Backend sends a status of rejection for the user profile
- user gets the message why the profile was rejected
- the flow of the user is changed to 0
- user re-fills the data
- Make sure his pre-filled data does not disappear
-
[ ] image upload and verification in the join section
- Provide the user with an option to upload the image
- mention all the rules for the image
- use Cloudinary for image upload.
- show them the preview of the uploaded image
- send the image along with the join section to get verified