UNLV-CS472-672 / 2024-S-GROUP3-Barbell

A workout-tracking app with a support website that does more than just track workouts. Cross platform in IOS and Android
4 stars 0 forks source link

153 frontend privacy policy screen #225

Closed bigboidanwithacan closed 5 months ago

bigboidanwithacan commented 5 months ago

What type of PR is this? (Check all that apply)

Description

What did you change? How did you change it? Closes #153 Created a privacy policy page. The policy was generated using ChatGPT. https://chat.openai.com/share/edbfaba8-f225-4168-8d86-c8263ed9ddc5

Tests

How was this tested?

Created a snapshot using Jest.

[Optional] Screenshots

https://github.com/UNLV-CS472-672/2024-S-GROUP3-Barbell/assets/38168108/9cdbe3e3-1c1d-42ac-a31b-c2470bcd6bb5

Initial Design image

Documentation

Link to external documentation:

Link to ChatGPT prompt. https://chat.openai.com/share/edbfaba8-f225-4168-8d86-c8263ed9ddc5

[Optional] Are there any post-deployment tasks we need to perform?

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 99.41%. Comparing base (c6ef4ea) to head (d54d09b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #225 +/- ## ======================================= Coverage 99.41% 99.41% ======================================= Files 40 40 Lines 340 340 Branches 63 63 ======================================= Hits 338 338 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

thienguen commented 5 months ago
  1. move it to the setting page, privacy policy folder (create one) under (dashboard)\

image

  1. TBD (we need taylor default nav to be merge, later)
  2. bold privacy policy, put text in a box view (refer to the account setting page)
  3. have a last updated section
  4. use the label component Label.tsx in UI folder for the privacy policy

image

thienguen commented 5 months ago

reviewing now