Closed JanStaszewiczEPFL closed 1 week ago
Summary : adding profile creation on first sign in and implementing it into app flow.
ProfileCreationScreen
ProfileCreation.kt
MainActivity.kt
IceBreakrr
SignIn.kt
DateUtils
utils
DateUtils.kt
Issues 13 New issues 0 Accepted issues
Measures 0 Security Hotspots 62.2% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarQube Cloud
Profile Creation Integration
Changes Made
Summary : adding profile creation on first sign in and implementing it into app flow.
Integrated Profile creation screen
ProfileCreationScreen
composable that allows the user to customize profile on first sign in. See fileProfileCreation.kt
.MainActivity.kt
and in the navigation system.ProfileCreationScreen
if there was noIceBreakrr
account for the user.SignIn.kt
to theProfileCreationScreen
for this implementation.Date Handling Standardization
DateUtils
file in theutils
folder to provide some basic date handling functions.Test Coverage
ProfileCreation.kt
.DateUtils.kt
.