We currently have the give feedback modal.
The task is to make it pop up automatically after you submit a critique or upload a resume!
BUT, if the user have already done the feedback, don't show it
And if they haven't done the feedback, but has done the action again, pop up the feedback modal at 30% chance. You can track this using localStorage or cookie
We currently have the
give feedback
modal. The task is to make it pop up automatically after you submit a critique or upload a resume! BUT, if the user have already done the feedback, don't show it And if they haven't done the feedback, but has done the action again, pop up the feedback modal at 30% chance. You can track this using localStorage or cookie