Skip to content
Failed

Changes

Summary

  1. splash and Acknowledgement screen added (commit: 9e0e340) (details)
  2. respect credential module added (commit: ad6d2af) (details)
  3. added login screen (commit: d3f2d44) (details)
  4. merged main branch (commit: cbb3589) (details)
  5. added whole signup flow (commit: 730174e) (details)
  6. commit (commit: eda03e0) (details)
  7. main merged (commit: a3f5b45) (details)
  8. commit (commit: d177395) (details)
  9. test updated adding login flow (commit: d66722f) (details)
  10. test description added login flow (commit: 63e668f) (details)
  11. pull request changes (commit: 25e8fc6) (details)
  12. Initial UI implementation to add/remove from launchpad. (commit: 771e35e) (details)
  13. Profile pic added (commit: 46f19dc) (details)
  14. back button hidden (commit: 0e7dd68) (details)
  15. Add initial RespectAccountManager. (commit: cf87e1d) (details)
  16. Add RespectLocalDateField. Remove DateOfBirthSelector. (commit: d4e9e20) (details)
  17. ConfirmationScreen : do not use lazy column. (commit: 4edf0cd) (details)
  18. Add basic logic in account manager. (commit: 74f1269) (details)
  19. Add initial avatar component. (commit: 11740e3) (details)
  20. Sort in Clazz Detail Screen (commit: ddf535c) (details)
  21. Filter Chip Row (commit: 210cd74) (details)
  22. Filter Chip Row (commit: a2d9ebf) (details)
  23. FilterChip and SortOption (commit: 363fff6) (details)
  24. FilterChip and SortOption (commit: f23cfe6) (details)
  25. FilterChip and SortOption (commit: b70df82) (details)
  26. FilterChip and SortOption (commit: 30295a7) (details)
  27. Moved Sort and filter to lazy column and also renamed the sort function (commit: e1b7f6f) (details)
  28. Refactor lambda expressions to method references (commit: 090771e) (details)
  29. Remove trailing commas in ViewModel state classes (commit: ce88658) (details)
  30. Refactor: Rename StudentViewModel to AddPersonToClazzViewModel (commit: 890b37f) (details)
  31. Refactor: Rename StudentViewModel to AddPersonToClazzViewModel (commit: 837321e) (details)
Commit 9e0e3401a3032021f5be76261ae2ced59c2162ee by nikunj.sharma
splash and Acknowledgement screen added
(commit: 9e0e340)
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/navigation/NavCommand.kt (diff)
The file was addedcomposeApp/src/androidMain/res/drawable/respect_logo.webp
The file was addedcomposeApp/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt
The file was modifiedcomposeApp/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/splash/SplashViewModel.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/images/RespectImage.kt
The file was addedcomposeApp/src/desktopMain/kotlin/world/respect/images/RespectImage.desktop.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was addedcomposeApp/src/androidMain/res/drawable/spix_logo.webp
The file was modifiedcomposeApp/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt
The file was addedcomposeApp/src/desktopMain/resources/img/spix_logo.png
The file was addedcomposeApp/src/androidMain/kotlin/world/respect/app/app/AppIcon.android.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/acknowledgement/AcknowledgementViewModel.kt
The file was addedcomposeApp/src/desktopMain/kotlin/world/respect/app/app/AppIcon.desktop.kt
The file was addedcomposeApp/src/desktopMain/resources/img/respect_logo.png
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppIcon.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppScreenList.kt (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/splash/SplashScreen.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/navigation/RespectComposeNavController.kt (diff)
Commit ad6d2af67332afe5ccc1f7143e4d3e76191fa525 by nikunj.sharma
respect credential module added
(commit: ad6d2af)
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppBar.kt (diff)
The file was addedrespect-credentials/.gitignore
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticatorSelectionCriteria.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialParameters.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialCreationOptionsJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticationResponseJSON.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppScreenList.kt (diff)
The file was addedrespect-credentials/proguard-rules.pro
The file was modifiedsettings.gradle.kts (diff)
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedcomposeApp/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-credentials/build.gradle.kts
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticationExtensionsClientOutputsJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialRpEntity.kt
The file was addedrespect-credentials/src/main/AndroidManifest.xml
The file was modifiedcomposeApp/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialUserEntityJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/ClientDataJSON.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticationExtensionsPRFOutputsJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/AuthenticatorAssertionResponseJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialRequestOptionsJSON.kt
The file was addedrespect-credentials/src/main/java/world/respect/credentials/passkey/model/PublicKeyCredentialDescriptorJSON.kt
The file was addedrespect-lib-util/src/commonMain/kotlin/world/respect/libutil/ext/RandomString.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt (diff)
The file was modifiedcomposeApp/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/splash/SplashViewModel.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppScreenList.kt (diff)
The file was modifiedcomposeApp/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/login/LoginViewModel.kt
The file was modifiedcomposeApp/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/splash/SplashScreen.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was removedcomposeApp/src/androidMain/kotlin/world/respect/app/app/AppIcon.android.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/images/RespectImage.desktop.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/images/RespectImage.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/AppIcon.android.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt
The file was removedcomposeApp/src/desktopMain/kotlin/world/respect/app/app/AppIcon.desktop.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was removedcomposeApp/src/desktopMain/kotlin/world/respect/images/RespectImage.desktop.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/login/LoginViewModel.kt
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/acknowledgement/AcknowledgementViewModel.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/AppIcon.desktop.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt
The file was removedcomposeApp/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/NavCommand.kt (diff)
The file was removedcomposeApp/src/commonMain/kotlin/world/respect/app/components/ModifierExt.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/images/RespectImage.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/JoinClazzWithCodeScreen.kt
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.desktop.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/SignupViewModel.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/acknowledgement/AcknowledgementScreen.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/app/appstate/ActionBarButtonUiState.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/confirmation/ConfirmationScreen.kt
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/respect/model/invite/RespectInviteInfo.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/mock/MockSubmitRedeemInviteRequestUseCase.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/app/appstate/AppUiState.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/joinclazzwithcode/JoinClazzWithCodeViewModel.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/profile/ProfileScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignupScreen.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/joinclazzwithcode/JoinClazzWithCodeScreen.kt
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/JoinClazzWithCodeViewModel.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/UstadExposedDropDownMenuField.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileType.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/confirmation/ConfirmationViewModel.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/mock/MockGetInviteInfoUseCase.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppBar.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileViewModel.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/termsandcondition/TermsAndConditionViewModel.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/termsandcondition/TermsAndConditionScreen.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/waitingforapproval/WaitingForApprovalViewModel.kt
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/waitingforapproval/WaitingForApprovalScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/mock/MockGetInviteInfoUseCase.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/RespectComposeNavController.kt (diff)
The file was modifiedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.desktop.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/profile/ProfileScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileType.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/NavCommand.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/util/GenderToString.kt
Commit d66722fc40d70bec6d9c3b9a44d2ac45d67de776 by Pooja Ravi
test updated adding login flow
(commit: d66722f)
The file was modifiedrespect-test-end-to-end/android-maestro/e2e-tests/001_browse_lessons_test.yaml (diff)
Commit 63e668f5d67d479309692a2f86f9846b6ce242be by Pooja Ravi
test description added login flow
(commit: 63e668f)
The file was modifiedrespect-test-end-to-end/test-description/001_browse_lessons_test_description.md (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/oneroster/rostering/model/OneRosterClassGUIDRef.kt (diff)
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignupScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/Signup/SignUpScreen.kt
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/respect/model/invite/RespectRedeemInviteRequest.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/CreateAccountViewModel.kt
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/profile/ProfileScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/termsandcondition/TermsAndConditionViewModel.kt (diff)
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/signup/SignupViewModel.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt (diff)
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileViewModel.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/joinclazzwithcode/JoinClazzWithCodeViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/ProfileType.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/waitingforapproval/WaitingForApprovalViewModel.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/createaccount/CreateAccountScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/util/GenderToString.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/confirmation/ConfirmationViewModel.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/SignupViewModel.kt
Commit 771e35ed5ddb9156311f57ee0a00cee19ac6ceba by Mike Dawson
Initial UI implementation to add/remove from launchpad.
(commit: 771e35e)
The file was modifiedrespect-datalayer-db/schemas/world.respect.datalayer.db.RespectDatabase/1.json (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/RespectDatabase.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/apps/detail/AppsDetailScreen.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/compatibleapps/daos/CompatibleAppEntityDao.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/detail/AppsDetailViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/apps/launcher/AppLauncherViewModel.kt (diff)
The file was modifiedrespect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/compatibleapps/CompatibleAppDataSourceHttp.kt (diff)
The file was modifiedrespect-datalayer/src/commonMain/kotlin/world/respect/datalayer/compatibleapps/CompatibleAppsDataSource.kt (diff)
The file was addedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/compatibleapps/entities/CompatibleAppAddJoin.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/apps/launcher/AppLauncherScreen.kt (diff)
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/compatibleapps/adapters/CompatbileAppAdapter.kt (diff)
The file was modifiedrespect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/compatibleapps/CompatibleAppDataSourceRepository.kt (diff)
The file was addedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/compatibleapps/daos/CompatibleAppAddJoinDao.kt
The file was modifiedrespect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/compatibleapps/CompatibleAppDataSourceDb.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/AndroidManifest.xml (diff)
The file was addedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/components/RespectImageSelectButton.desktop.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectImageSelectButton.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was addedrespect-app-compose/src/androidMain/res/xml/file_paths.xml
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignUpScreen.kt
The file was addedrespect-app-compose/src/androidMain/kotlin/world/respect/app/components/RespectImageSelectButton.android.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/Signup/SignUpScreen.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/SignupViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/joinclazzwithcode/JoinClazzWithCodeViewModel.kt (diff)
Commit cf87e1d34ee2ad820d59d103225ec0303da2b201 by Mike Dawson
Add initial RespectAccountManager.
(commit: cf87e1d)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/RespectApp.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/respectaccount/list/RespectAccountListViewModel.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/RespectAccountManager.kt (diff)
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
Commit d4e9e20327526f7063359077a3c8e3d1fec7f8f0 by Mike Dawson
Add RespectLocalDateField. Remove DateOfBirthSelector.
(commit: d4e9e20)
The file was removedrespect-app-compose/src/desktopMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.desktop.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/profile/SignupViewModel.kt (diff)
The file was addedrespect-lib-util/src/commonMain/kotlin/world/respect/libutil/ext/IntExt.kt
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectLocalDateField.kt
The file was removedrespect-app-compose/src/androidMain/kotlin/world/respect/app/app/dateofbirth/DateOfBirthSelector.kt
The file was modifiedrespect-lib-shared/src/commonMain/composeResources/values/strings.xml (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignUpScreen.kt (diff)
Commit 4edf0cd206527256d2a9b911ee164ec1369b8733 by Mike Dawson
ConfirmationScreen : do not use lazy column.
(commit: 4edf0cd)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/confirmation/ConfirmationScreen.kt (diff)
Commit 74f126900ba72c41e81d6a5f8557f1500792c5e0 by Mike Dawson
Add basic logic in account manager.
(commit: 74f1269)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/account/RespectAccountManager.kt (diff)
Commit 11740e30f8c82ce7fa37ded5002cd640ffc37563 by Mike Dawson
Add initial avatar component.
(commit: 11740e3)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectPersonAvatar.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/util/StringExt.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/util/ext/IntExt.kt
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/util/AvatarColorForName.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/detail/ClazzDetailScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/detail/ClazzDetailViewModel.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectFilterChipRow.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/detail/ClazzDetailViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/detail/ClazzDetailScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/detail/ClazzDetailViewModel.kt (diff)
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectFilterChipRow.kt
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/list/ClazzListViewModel.kt (diff)
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectFilterChip.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectSortOption.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/detail/ClazzDetailScreen.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/learningunit/list/LearningUnitListScreen.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/list/ClazzListScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/detail/ClazzDetailViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/learningunit/list/LearningUnitListScreen.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectFilterChip.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/detail/ClazzDetailScreen.kt (diff)
Commit e1b7f6f2f3ae65c1d908425397a95205ad2dfa2e by mandvi.verma
Moved Sort and filter to lazy column and also renamed the sort function
(commit: e1b7f6f)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/list/ClazzListViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/list/ClazzListScreen.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/detail/ClazzDetailViewModel.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/detail/ClazzDetailScreen.kt (diff)
Commit 090771e56ecbbecf909869f26cd321f91741d618 by mandvi.verma
Refactor lambda expressions to method references
(commit: 090771e)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/detail/ClazzDetailScreen.kt (diff)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/list/ClazzListScreen.kt (diff)
Commit ce88658e171f1536f1ab02a27fa32be92463fe12 by mandvi.verma
Remove trailing commas in ViewModel state classes
(commit: ce88658)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/detail/ClazzDetailViewModel.kt (diff)
The file was modifiedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/list/ClazzListViewModel.kt (diff)
Commit 890b37fc5163de13a56bc6c9e385a66d90548630 by mandvi.verma
Refactor: Rename StudentViewModel to AddPersonToClazzViewModel

This commit renames `StudentViewModel` to `AddPersonToClazzViewModel` and updates its usages.
The corresponding UI state `AddStudentUIState` is also renamed to `AddPersonToClazzUIState`.
The `StudentScreen` composable is renamed to `AddPersonToClazzScreen`.
(commit: 890b37f)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was addedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/student/AddPersonToClazzViewModel.kt
The file was modifiedrespect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt (diff)
The file was removedrespect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/clazz/student/StudentViewModel.kt
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/student/StudentScreen.kt (diff)
Commit 837321ef07da5b13217294351780935d5b247037 by mandvi.verma
Refactor: Rename StudentViewModel to AddPersonToClazzViewModel

This commit renames `StudentViewModel` to `AddPersonToClazzViewModel` and updates its usages.
The corresponding UI state `AddStudentUIState` is also renamed to `AddPersonToClazzUIState`.
The `StudentScreen` composable is renamed to `AddPersonToClazzScreen`.
(commit: 837321e)
The file was modifiedrespect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt (diff)
The file was removedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/student/StudentScreen.kt
The file was addedrespect-app-compose/src/commonMain/kotlin/world/respect/app/view/clazz/addperson/AddPersonToClazzScreen.kt