{
  "_class" : "hudson.model.FreeStyleBuild",
  "actions" : [
    {
      "_class" : "hudson.model.CauseAction",
      "causes" : [
        {
          "_class" : "hudson.model.Cause$UserIdCause",
          "shortDescription" : "Started by user Mike Dawson",
          "userId" : "mike",
          "userName" : "Mike Dawson"
        }
      ]
    },
    {
      
    },
    {
      "_class" : "hudson.plugins.git.util.BuildData",
      "buildsByBranchName" : {
        "refs/remotes/origin/main" : {
          "_class" : "hudson.plugins.git.util.Build",
          "buildNumber" : 95,
          "buildResult" : None,
          "marked" : {
            "SHA1" : "4ba537b875acd2589c04618897b2e3004d38671e",
            "branch" : [
              {
                "SHA1" : "4ba537b875acd2589c04618897b2e3004d38671e",
                "name" : "refs/remotes/origin/main"
              }
            ]
          },
          "revision" : {
            "SHA1" : "4ba537b875acd2589c04618897b2e3004d38671e",
            "branch" : [
              {
                "SHA1" : "4ba537b875acd2589c04618897b2e3004d38671e",
                "name" : "refs/remotes/origin/main"
              }
            ]
          }
        }
      },
      "lastBuiltRevision" : {
        "SHA1" : "4ba537b875acd2589c04618897b2e3004d38671e",
        "branch" : [
          {
            "SHA1" : "4ba537b875acd2589c04618897b2e3004d38671e",
            "name" : "refs/remotes/origin/main"
          }
        ]
      },
      "remoteUrls" : [
        "https://github.com/UstadMobile/Respect.git"
      ],
      "scmName" : ""
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      
    },
    {
      "_class" : "org.jenkinsci.plugins.displayurlapi.actions.RunDisplayAction"
    }
  ],
  "artifacts" : [
    {
      "displayPath" : "respect-app-compose-debug.apk",
      "fileName" : "respect-app-compose-debug.apk",
      "relativePath" : "respect-app-compose/build/outputs/apk/debug/respect-app-compose-debug.apk"
    },
    {
      "displayPath" : "respect-cli.zip",
      "fileName" : "respect-cli.zip",
      "relativePath" : "respect-cli/build/distributions/respect-cli.zip"
    }
  ],
  "building" : False,
  "description" : None,
  "displayName" : "#95",
  "duration" : 290592,
  "estimatedDuration" : 205538,
  "executor" : None,
  "fullDisplayName" : "RESPECT-Primary #95",
  "id" : "95",
  "inProgress" : False,
  "keepLog" : False,
  "number" : 95,
  "queueId" : 3704,
  "result" : "FAILURE",
  "timestamp" : 1758685736474,
  "url" : "https://devserver3.ustadmobile.com/jenkins/view/all/job/RESPECT-Primary/95/",
  "builtOn" : "",
  "changeSet" : {
    "_class" : "hudson.plugins.git.GitChangeSetList",
    "items" : [
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/SchoolDataSourceRepository.kt",
          "respect-datalayer/README.md"
        ],
        "commitId" : "ea4e04cb0937c8438610ea149e79f6636f344b02",
        "timestamp" : 1757933228000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "merge conflict\u000a",
        "date" : "2025-09-15 16:17:08 +0530",
        "id" : "ea4e04cb0937c8438610ea149e79f6636f344b02",
        "msg" : "merge conflict",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-datalayer-repository/src/commonMain/kotlin/world/respect/datalayer/repository/SchoolDataSourceRepository.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-datalayer/README.md"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/composeResources/values/strings.xml",
          "respect-app-compose/src/androidMain/res/drawable/data_reporting.webp",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt",
          "respect-app-compose/src/androidMain/res/drawable/works_offline.webp",
          "respect-app-compose/src/androidMain/res/drawable/digital_library.webp",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/images/RespectImage.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt",
          "respect-app-compose/src/androidMain/res/drawable/assignments.webp",
          "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt"
        ],
        "commitId" : "1291dd2afe9c3b14053444da996faff0316b8d6e",
        "timestamp" : 1758090572000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Feat: Add onboarding screen\u000a\u000aThis commit introduces a new onboarding screen to the application.\u000a\u000aKey changes:\u000a- Created `OnboardingScreen.kt` with a `HorizontalPager` to display onboarding information.\u000a- Added `OnboardingViewModel.kt` to manage the UI state and navigation for the onboarding flow.\u000a- Updated `AppNavHost.kt` to include the `OnboardingScreen` in the navigation graph.\u000a- Added new image assets (`DIGITAL_LIBRARY`, `WORKS_OFFLINE`, `DATA_REPORTING`, `ASSIGNMENTS`) for the onboarding slides.\u000a- Updated `RespectImage.kt` and its Android implementation to include these new images.\u000a- Added new string resources for onboarding titles and descriptions.\u000a- Modified `AcknowledgementViewModel.kt` to navigate to the `Onboarding` screen instead of `GetStartedScreen` or `RespectAppLauncher`.\u000a- Registered `OnboardingViewModel` in `AppKoinModule.kt`.\u000a- Added `Onboarding` route to `AppRoutes.kt`.\u000a",
        "date" : "2025-09-17 11:59:32 +0530",
        "id" : "1291dd2afe9c3b14053444da996faff0316b8d6e",
        "msg" : "Feat: Add onboarding screen",
        "paths" : [
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/works_offline.webp"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/digital_library.webp"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/images/RespectImage.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/composeResources/values/strings.xml"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/assignments.webp"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/data_reporting.webp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/composeResources/values/strings.xml",
          "respect-app-compose/src/androidMain/res/drawable/data_reporting.webp",
          "respect-app-compose/src/androidMain/res/drawable/works_offline.webp",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt",
          "respect-app-compose/src/androidMain/res/drawable/digital_library.webp",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/images/RespectImage.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt",
          "respect-app-compose/src/androidMain/res/drawable/assignments.webp",
          "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt"
        ],
        "commitId" : "6735ad87e9dc3e2b13bb2c6f0bc627919eaf43b3",
        "timestamp" : 1758094133000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Feat: Add onboarding screen\u000a\u000aThis commit introduces a new onboarding screen to the application.\u000a\u000aKey changes:\u000a- Created `OnboardingScreen.kt` with a `HorizontalPager` to display onboarding information.\u000a- Added `OnboardingViewModel.kt` to manage the UI state and navigation for the onboarding flow.\u000a- Updated `AppNavHost.kt` to include the `OnboardingScreen` in the navigation graph.\u000a- Added new image assets (`DIGITAL_LIBRARY`, `WORKS_OFFLINE`, `DATA_REPORTING`, `ASSIGNMENTS`) for the onboarding slides.\u000a- Updated `RespectImage.kt` and its Android implementation to include these new images.\u000a- Added new string resources for onboarding titles and descriptions.\u000a- Modified `AcknowledgementViewModel.kt` to navigate to the `Onboarding` screen instead of `GetStartedScreen` or `RespectAppLauncher`.\u000a- Registered `OnboardingViewModel` in `AppKoinModule.kt`.\u000a- Added `Onboarding` route to `AppRoutes.kt`.\u000a",
        "date" : "2025-09-17 12:58:53 +0530",
        "id" : "6735ad87e9dc3e2b13bb2c6f0bc627919eaf43b3",
        "msg" : "Feat: Add onboarding screen",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/images/RespectImage.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/composeResources/values/strings.xml"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/assignments.webp"
          },
          {
            "editType" : "add",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/works_offline.webp"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/data_reporting.webp"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/navigation/AppRoutes.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/app/AppNavHost.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/digital_library.webp"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt"
        ],
        "commitId" : "e6a1725f07cf108214e296a799cf993147039904",
        "timestamp" : 1758095645000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: Navigate to RespectAppLauncher if account exists\u000a\u000aThis commit updates the navigation logic in `AcknowledgementViewModel.kt`.\u000a\u000aIf a user account exists (`accountManager.selectedAccount != null`), the app will navigate to `RespectAppLauncher` after the acknowledgement screen. Otherwise, it will navigate to the `Onboarding` screen.\u000a",
        "date" : "2025-09-17 13:24:05 +0530",
        "id" : "e6a1725f07cf108214e296a799cf993147039904",
        "msg" : "Refactor: Navigate to RespectAppLauncher if account exists",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/androidMain/res/drawable/works_offline_1.png",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt",
          "respect-app-compose/src/androidMain/res/drawable/data_reporting_1.png",
          "respect-app-compose/src/androidMain/res/drawable/assignments_1.png",
          "respect-app-compose/src/androidMain/res/drawable/digital_library_1.png"
        ],
        "commitId" : "9567203da1063daae4b2a769ff3c658676b00ac7",
        "timestamp" : 1758101420000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: Update onboarding screen and navigation\u000a\u000aThis commit updates the onboarding screen with new image assets and modifies the login navigation.\u000a\u000aKey changes:\u000a- Updated image asset names in `RespectImage.android.kt` for onboarding (`digital_library_1`, `works_offline_1`, `data_reporting_1`, `assignments_1`).\u000a- Added new drawable resources for the updated onboarding images.\u000a- Modified `LoginViewModel.kt` to clear the back stack when navigating to `RespectAppLauncher` after a successful passkey credential retrieval.\u000a- Increased image size and added padding to images in `OnboardingScreen.kt`. Removed vertical centering for the column layout.\u000a",
        "date" : "2025-09-17 15:00:20 +0530",
        "id" : "9567203da1063daae4b2a769ff3c658676b00ac7",
        "msg" : "Refactor: Update onboarding screen and navigation",
        "paths" : [
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/works_offline_1.png"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/data_reporting_1.png"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/assignments_1.png"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/digital_library_1.png"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/manageuser/login/LoginViewModel.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
        ],
        "commitId" : "6bd203b1ae1e42dc6033183088fbb3a98941d2e8",
        "timestamp" : 1758103515000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: Improve OnboardingScreen text style\u000a\u000aThis commit updates the `OnboardingScreen.kt` to enhance the visual presentation of onboarding text.\u000a\u000aKey changes:\u000a- Applied `MaterialTheme.typography.titleMedium` to the onboarding title text for better emphasis.\u000a- Applied `MaterialTheme.typography.bodyMedium` to the onboarding description text for improved readability.\u000a- Added padding to the title text.\u000a- Removed an unnecessary blank line.\u000a",
        "date" : "2025-09-17 15:35:15 +0530",
        "id" : "6bd203b1ae1e42dc6033183088fbb3a98941d2e8",
        "msg" : "Refactor: Improve OnboardingScreen text style",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/androidMain/res/drawable/data_reporting.png",
          "respect-app-compose/src/androidMain/res/drawable/data_reporting.webp",
          "respect-app-compose/src/androidMain/res/drawable/works_offline.webp",
          "respect-app-compose/src/androidMain/res/drawable/digital_library.png",
          "respect-app-compose/src/androidMain/res/drawable/works_offline.png",
          "respect-app-compose/src/androidMain/res/drawable/digital_library.webp",
          "respect-app-compose/src/androidMain/res/drawable/assignments_1.png",
          "respect-app-compose/src/androidMain/res/drawable/assignments.webp",
          "respect-app-compose/src/androidMain/res/drawable/works_offline_1.png",
          "respect-app-compose/src/androidMain/res/drawable/assignments.png",
          "respect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt",
          "respect-app-compose/src/androidMain/res/drawable/digital_library_1.png",
          "respect-app-compose/src/androidMain/res/drawable/data_reporting_1.png"
        ],
        "commitId" : "ab4474c1fa692de4a80bfcabdaf788607114ae0d",
        "timestamp" : 1758104931000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: Update image assets to PNG and remove WebP\u000a\u000aThis commit updates the image assets used in the application.\u000aThe WebP versions of the images have been removed, and the PNG files have been renamed to remove the `_1` suffix.\u000a\u000aKey changes:\u000a- Renamed `assignments_1.png` to `assignments.png`.\u000a- Renamed `data_reporting_1.png` to `data_reporting.png`.\u000a- Renamed `digital_library_1.png` to `digital_library.png`.\u000a- Renamed `works_offline_1.png` to `works_offline.png`.\u000a- Deleted `assignments.webp`, `data_reporting.webp`, `digital_library.webp`, and `works_offline.webp`.\u000a- Updated `RespectImage.android.kt` to reflect the new image file names.\u000a",
        "date" : "2025-09-17 15:58:51 +0530",
        "id" : "ab4474c1fa692de4a80bfcabdaf788607114ae0d",
        "msg" : "Refactor: Update image assets to PNG and remove WebP",
        "paths" : [
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/works_offline.png"
          },
          {
            "editType" : "delete",
            "file" : "respect-app-compose/src/androidMain/res/drawable/digital_library_1.png"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/images/RespectImage.android.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/data_reporting.png"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/assignments.png"
          },
          {
            "editType" : "delete",
            "file" : "respect-app-compose/src/androidMain/res/drawable/works_offline_1.png"
          },
          {
            "editType" : "delete",
            "file" : "respect-app-compose/src/androidMain/res/drawable/data_reporting_1.png"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/androidMain/res/drawable/digital_library.png"
          },
          {
            "editType" : "delete",
            "file" : "respect-app-compose/src/androidMain/res/drawable/data_reporting.webp"
          },
          {
            "editType" : "delete",
            "file" : "respect-app-compose/src/androidMain/res/drawable/assignments.webp"
          },
          {
            "editType" : "delete",
            "file" : "respect-app-compose/src/androidMain/res/drawable/works_offline.webp"
          },
          {
            "editType" : "delete",
            "file" : "respect-app-compose/src/androidMain/res/drawable/digital_library.webp"
          },
          {
            "editType" : "delete",
            "file" : "respect-app-compose/src/androidMain/res/drawable/assignments_1.png"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
        ],
        "commitId" : "9ea64894f02a1475df71e38326c47dd4bcde01e7",
        "timestamp" : 1758183656000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
          "fullName" : "mandvi.verma"
        },
        "authorEmail" : "mandvi.verma@sutara.org",
        "comment" : "Refactor: Rename OnboardingPage to OnboardingItem and adjust padding\u000a\u000aThis commit renames the `OnboardingPage` data class to `OnboardingItem` for better clarity.\u000aIt also adjusts padding within the `OnboardingScreen` composable for improved layout.\u000a\u000aKey changes:\u000a- Renamed `OnboardingPage` data class to `OnboardingItem` in `OnboardingScreen.kt`.\u000a- Updated variable names and references from `pages` to `onboardingItem`.\u000a- Removed the overall `padding(24.dp)` from the root `Column` in `OnboardingScreen`.\u000a- Added `padding(bottom = 32.dp)` to the inner `Column` containing title and description text.\u000a- Added `padding(bottom = 32.dp)` to the \"Get Started\" `Button`.\u000a",
        "date" : "2025-09-18 13:50:56 +0530",
        "id" : "9ea64894f02a1475df71e38326c47dd4bcde01e7",
        "msg" : "Refactor: Rename OnboardingPage to OnboardingItem and adjust padding",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/ShouldShowOnboardingUseCase.kt",
          "respect-lib-shared/src/commonMain/composeResources/values/strings.xml",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt"
        ],
        "commitId" : "80a4cbe16b93cda1e9580821acb0f4e804b0b492",
        "timestamp" : 1758653303000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update onboarding text.\u000a",
        "date" : "2025-09-23 11:48:23 -0700",
        "id" : "80a4cbe16b93cda1e9580821acb0f4e804b0b492",
        "msg" : "Update onboarding text.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/ShouldShowOnboardingUseCase.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/composeResources/values/strings.xml"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/composeResources/values/strings.xml",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/ShouldShowOnboardingUseCase.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/onboarding/ShouldShowOnboardingUseCase.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
        ],
        "commitId" : "9f8478740daef14bcf791c12295c86de3b7b6177",
        "timestamp" : 1758657470000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update onboarding text. Add checkbox for usage stats/crash reporting.\u000a",
        "date" : "2025-09-23 12:57:50 -0700",
        "id" : "9f8478740daef14bcf791c12295c86de3b7b6177",
        "msg" : "Update onboarding text. Add checkbox for usage stats/crash reporting.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/composeResources/values/strings.xml"
          },
          {
            "editType" : "add",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/onboarding/ShouldShowOnboardingUseCase.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/onboarding/OnboardingScreen.kt"
          },
          {
            "editType" : "delete",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/ShouldShowOnboardingUseCase.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/acknowledgement/AcknowledgementViewModel.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          ".gitignore",
          "gradle/libs.versions.toml",
          "respect-app-compose/src/androidMain/kotlin/world/respect/RespectApp.kt",
          "respect-app-compose/build.gradle.kts"
        ],
        "commitId" : "29d139862736c0b1b27c38a3a6b29a3beee18ee7",
        "timestamp" : 1758666527000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add ACRA bug reporting support.\u000a",
        "date" : "2025-09-23 15:28:47 -0700",
        "id" : "29d139862736c0b1b27c38a3a6b29a3beee18ee7",
        "msg" : "Add ACRA bug reporting support.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/RespectApp.kt"
          },
          {
            "editType" : "edit",
            "file" : ".gitignore"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/build.gradle.kts"
          },
          {
            "editType" : "edit",
            "file" : "gradle/libs.versions.toml"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-app-compose/src/androidMain/kotlin/world/respect/RespectApp.kt"
        ],
        "commitId" : "18f0a83924e1ea86f84b3520d25d622b0ea18985",
        "timestamp" : 1758666607000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add ACRA bug reporting support.\u000a",
        "date" : "2025-09-23 15:30:07 -0700",
        "id" : "18f0a83924e1ea86f84b3520d25d622b0ea18985",
        "msg" : "Add ACRA bug reporting support.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/RespectApp.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/usagereporting/SetUsageReportingEnabledUseCaseAndroid.kt",
          "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt",
          "respect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/usagereporting/GetUsageReportingEnabledUseCaseAndroid.kt",
          "respect-lib-shared/build.gradle.kts",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt",
          "gradle/libs.versions.toml",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/usagereporting/GetUsageReportingEnabledUseCase.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/usagereporting/SetUsageReportingEnabledUseCase.kt"
        ],
        "commitId" : "a6aeb70c87da6173ffaf32e3656f2e77c8be197e",
        "timestamp" : 1758668176000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add enable/disable usage and crash reporting support.\u000a",
        "date" : "2025-09-23 15:56:16 -0700",
        "id" : "a6aeb70c87da6173ffaf32e3656f2e77c8be197e",
        "msg" : "Add enable/disable usage and crash reporting support.",
        "paths" : [
          {
            "editType" : "add",
            "file" : "respect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/usagereporting/GetUsageReportingEnabledUseCaseAndroid.kt"
          },
          {
            "editType" : "edit",
            "file" : "gradle/libs.versions.toml"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/androidMain/kotlin/world/respect/AppKoinModule.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-lib-shared/src/androidMain/kotlin/world/respect/shared/domain/usagereporting/SetUsageReportingEnabledUseCaseAndroid.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/usagereporting/SetUsageReportingEnabledUseCase.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/build.gradle.kts"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/onboarding/OnboardingViewModel.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/domain/usagereporting/GetUsageReportingEnabledUseCase.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt",
          "respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/PersonDataSource.kt",
          "respect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/schooldirectory/SchoolDirectoryEntryDataSourceHttp.kt",
          "respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/PersonDataSourceDb.kt",
          "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/person/list/PersonListViewModel.kt",
          "respect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/PersonDataSourceHttp.kt",
          "respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/DataLayerParams.kt"
        ],
        "commitId" : "d67d6aaf79047f8738ed159d0937c6ed07efaf88",
        "timestamp" : 1758673340000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add support for person search by name.\u000a",
        "date" : "2025-09-23 17:22:20 -0700",
        "id" : "d67d6aaf79047f8738ed159d0937c6ed07efaf88",
        "msg" : "Add support for person search by name.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/kotlin/world/respect/shared/viewmodel/person/list/PersonListViewModel.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/PersonDataSource.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/school/PersonDataSourceHttp.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/schooldirectory/SchoolDirectoryEntryDataSourceHttp.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/DataLayerParams.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/PersonEntityDao.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/PersonDataSourceDb.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-cli/build.gradle.kts",
          "respect-lib-cache/src/androidMain/kotlin/com/ustadmobile/libcache/webview/OkHttpWebViewClient.kt",
          "respect-server/build.gradle.kts",
          "gradle/libs.versions.toml",
          "respect-lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/okhttp/UstadCacheInterceptor.kt",
          "respect-lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/okhttp/ResponseExt.kt",
          "respect-lib-ihttp-okhttp/src/commonMain/kotlin/com/ustadmobile/ihttp/okhttp/response/IHttpResponseOkHttpAdapter.kt"
        ],
        "commitId" : "ed70af3fb4725333ba78a4e41c10c83013a050c6",
        "timestamp" : 1758678945000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update versions.\u000a",
        "date" : "2025-09-23 18:55:45 -0700",
        "id" : "ed70af3fb4725333ba78a4e41c10c83013a050c6",
        "msg" : "Update versions.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/okhttp/UstadCacheInterceptor.kt"
          },
          {
            "editType" : "edit",
            "file" : "gradle/libs.versions.toml"
          },
          {
            "editType" : "add",
            "file" : "respect-lib-cache/src/commonMain/kotlin/com/ustadmobile/libcache/okhttp/ResponseExt.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-cache/src/androidMain/kotlin/com/ustadmobile/libcache/webview/OkHttpWebViewClient.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-cli/build.gradle.kts"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-ihttp-okhttp/src/commonMain/kotlin/com/ustadmobile/ihttp/okhttp/response/IHttpResponseOkHttpAdapter.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-server/build.gradle.kts"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/composeResources/values/strings.xml",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/components/UstadExposedDropDownMenuField.kt",
          "respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/PersonAdapter.kt",
          "respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/model/Person.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/person/edit/PersonEditScreen.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignUpScreen.kt"
        ],
        "commitId" : "24aed4400a9aa2dfaf8027bcaad0f4eefdc8d1c8",
        "timestamp" : 1758682533000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Add person date of birth and gender fields for edit screen.\u000a",
        "date" : "2025-09-23 19:55:33 -0700",
        "id" : "24aed4400a9aa2dfaf8027bcaad0f4eefdc8d1c8",
        "msg" : "Add person date of birth and gender fields for edit screen.",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/signup/SignUpScreen.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/model/Person.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/components/UstadExposedDropDownMenuField.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/PersonAdapter.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/composeResources/values/strings.xml"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/person/edit/PersonEditScreen.kt"
          }
        ]
      },
      {
        "_class" : "hudson.plugins.git.GitChangeSet",
        "affectedPaths" : [
          "respect-lib-shared/src/commonMain/composeResources/values/strings.xml",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectDetailField.kt",
          "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/person/detail/PersonDetailScreen.kt"
        ],
        "commitId" : "4ba537b875acd2589c04618897b2e3004d38671e",
        "timestamp" : 1758685710000,
        "author" : {
          "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
          "fullName" : "Mike Dawson"
        },
        "authorEmail" : "mike@ustadmobile.com",
        "comment" : "Update person detail display\u000a",
        "date" : "2025-09-23 20:48:30 -0700",
        "id" : "4ba537b875acd2589c04618897b2e3004d38671e",
        "msg" : "Update person detail display",
        "paths" : [
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/manageuser/login/LoginScreen.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/view/person/detail/PersonDetailScreen.kt"
          },
          {
            "editType" : "add",
            "file" : "respect-app-compose/src/commonMain/kotlin/world/respect/app/components/RespectDetailField.kt"
          },
          {
            "editType" : "edit",
            "file" : "respect-lib-shared/src/commonMain/composeResources/values/strings.xml"
          }
        ]
      }
    ],
    "kind" : "git"
  },
  "culprits" : [
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mandvi.verma",
      "fullName" : "mandvi.verma"
    },
    {
      "absoluteUrl" : "https://devserver3.ustadmobile.com/jenkins/user/mike",
      "fullName" : "Mike Dawson"
    }
  ]
}