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

174 backend frontend implement clerk user id to retrive user data #180

Closed mva919 closed 7 months ago

mva919 commented 7 months ago

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

Description

What did you change? How did you change it?

Tests

How was this tested?

[Optional] Screenshots

Documentation

Link to external documentation:

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

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 74.35%. Comparing base (32e9300) to head (bb75aaf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #180 +/- ## ========================================== + Coverage 69.23% 74.35% +5.12% ========================================== Files 17 20 +3 Lines 130 156 +26 Branches 36 40 +4 ========================================== + Hits 90 116 +26 Misses 40 40 ```

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

thienguen commented 7 months ago

reviewing now

thienguen commented 7 months ago

Believe you also fixed issue of user come back after the prev session cleared, erm, they should just login since its SSO.

Approved.