Skip to content
Jenkins
log in
Dashboard
RESPECT-Primary
#81
Changes
Status
Changes
Console Output
View Build Information
Environment Variables
Git Build Data
Lockable resources
Embeddable Build Status
Previous Build
Next Build
Failed
Changes
Summary
Initial implementation of enrollment db datasource (
commit: 65fed9d
) (
details
)
Commit
65fed9dcc7c5f9e8260466e17feedc409a5b3d76
by
Mike Dawson
Initial implementation of enrollment db datasource
(
commit: 65fed9d
)
The file was modified
respect-datalayer-db/schemas/world.respect.datalayer.db.RespectSchoolDatabase/1.json
(diff)
The file was added
respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/EnrollmentDataSourceDb.kt
The file was modified
respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/SchoolDataSource.kt
(diff)
The file was modified
respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/EnrollmentDataSource.kt
(diff)
The file was modified
respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/SchoolDataSourceLocal.kt
(diff)
The file was added
respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/entities/EnrollmentEntity.kt
The file was added
respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/daos/EnrollmentEntityDao.kt
The file was modified
respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/SchoolDataSourceDb.kt
(diff)
The file was modified
respect-datalayer-http/src/commonMain/kotlin/world/respect/datalayer/http/SchoolDataSourceHttp.kt
(diff)
The file was modified
respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/RespectSchoolDatabase.kt
(diff)
The file was added
respect-datalayer-db/src/commonMain/kotlin/world/respect/datalayer/db/school/adapters/EnrollmentAdapter.kt
The file was added
respect-datalayer/src/commonMain/kotlin/world/respect/datalayer/school/EnrollmentDataSourceLocal.kt