Add a disclaimer to inform users that the tool is not intended for medical diagnostics. The disclaimer should be displayed on the user's first visit and saved as a cookie once acknowledged to prevent it from showing on subsequent visits.
Requirements
Display a modal or banner with the disclaimer text upon the user's first visit.
Include an "I Agree" button for users to acknowledge the disclaimer.
Save the acknowledgment status using cookies.
Ensure the disclaimer does not reappear on future visits if previously acknowledged.
Make the disclaimer accessible and compliant with relevant standards.
Acceptance Criteria
Disclaimer is displayed only once unless the cookie is cleared.
Users cannot interact with the main application until the disclaimer is acknowledged.
Description
Add a disclaimer to inform users that the tool is not intended for medical diagnostics. The disclaimer should be displayed on the user's first visit and saved as a cookie once acknowledged to prevent it from showing on subsequent visits.
Requirements
Acceptance Criteria