You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request updates the cv-analysis page to require explicit user consent for data processing before starting the CV analysis. The main changes add a consent checkbox, ensure the analysis cannot start without consent, and reset the consent state when the form is cleared.
Low Risk
Client-only UI gating with no API or persistence changes; consent is not recorded server-side in this diff.
Overview
The CV analysis flow now requires explicit consent before Start TalkUp Analysis is enabled. A new dataConsentAccepted state gates canStart alongside the existing CV file and job URL checks, and consent is cleared when the user resets the form.
The action footer adds a bordered consent block using CheckboxInput, with copy about processing personal data (including the CV) and a short note on secure storage and user rights. The start button stays disabled until consent is checked.
Reviewed by Cursor Bugbot for commit 7ac6246. Bugbot is set up for automated code reviews on this repo. Configure here.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What type of PR is this? (check all applicable)
Description
This pull request updates the
cv-analysispage to require explicit user consent for data processing before starting the CV analysis. The main changes add a consent checkbox, ensure the analysis cannot start without consent, and reset the consent state when the form is cleared.Linked GitHub Ticket
Closes EpitechPromo2027/G-EIP-600-NAN-6-1-eip-tugdual.de-reviers#207
Workspace
Screenshots