Create a form that user has to fill up once they change their status to idle
Description
Once the user changes their status to idle they need to fill out a form that will help them get to the next task. In case the user does not fill out the form Do not change their status.
How will it help:
It will help them in getting the next task faster and also will help in getting a task better suited for them.
Questions in the form
Since when are you without a task?
How many hours are you devoting this week?
What are your skills?
What are the skills you have gaps in? CSS? Writing APIs? Animations? etc.
When did you join this server?
Are you currently working on making your Lifts multiplayer? If not, why not?
All the field are mandatory
Add a data validator to validate data both at frontend and backend
Backend
Save the data in a model
Raise an RFC to find out which model to use/create a new model
create an endpoint that would save the data to the desired model
Issue
Create a form that user has to fill up once they change their status to idle
Description
Once the user changes their status to idle they need to fill out a form that will help them get to the next task. In case the user does not fill out the form Do not change their status.
How will it help:
It will help them in getting the next task faster and also will help in getting a task better suited for them.
Questions in the form
All the field are mandatory
Add a data validator to validate data both at frontend and backend
Backend
Save the data in a model