Closed AaronFmyHub closed 6 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.57%. Comparing base (
7c884f2
) to head (c537395
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
good works, run on my machine locally. One thing I do feel iffy is that we currently do not have the pop-up after sign-in asking users what gender they are, this can be a separate issue.
Also, try to sync your branch to the latest main, a lot has been changed,
thank you so much! for implementing the changes right after my review
What type of PR is this? (Check all that apply)
Description
Added gender to user profile and used that as the default for displaying body model. Also dynamically resize the SVG ViewBox using user device specifications.
Tests
How was this tested?
[Optional] Screenshots
genderSelection.webm
User has PREFERNOTSAY as gender, so use default.
Documentation
AI Usage:
Used AI to simplify if-else statement, AI improved run time and readability of my code.