Open github-actions[bot] opened 1 year ago
It is important for all systems that process sensitive information to disclose how that information will be used.
<h2>Privacy Policy</h2>
h2
/privacy
App.js
<Footer>
Privacy Policy
Custom HTML is in the file:
https://github.com/ucsb-cs156/proj-gauchoride/blob/main/frontend/public/privacy.html
This may be copied directly into the PrivacyPage component.
Copied from https://github.com/ucsb-cs156/proj-gauchoride/issues/65
User Story
Discussion
It is important for all systems that process sensitive information to disclose how that information will be used.
Acceptance Criteria
<h2>Privacy Policy</h2>
h2
tag, the custom HTML below should be included to publish a privacy policy from termly.io/privacy
in the application (this is done inApp.js
)<Footer>
component has the textPrivacy Policy
somewhere suitable, with a link to/privacy
Custom HTML
Custom HTML is in the file:
https://github.com/ucsb-cs156/proj-gauchoride/blob/main/frontend/public/privacy.html
This may be copied directly into the PrivacyPage component.