Types

Link copied to clipboard

Service to generate avatars for users Based upon https://github.com/boringdesigners/boring-avatars

Link copied to clipboard
@Service
class GropiusUserService(repository: GropiusUserRepository, val gropiusCoreConfigurationProperties: GropiusCoreConfigurationProperties) : NodeService<GropiusUser, GropiusUserRepository>

Service for GropiusUsers. Provides functions to create and update

Link copied to clipboard
@Service
class IMSUserService(repository: IMSUserRepository, val imsRepository: IMSRepository, val templatedNodeService: TemplatedNodeService) : NodeService<IMSUser, IMSUserRepository>

Service for IMSUsers. Provides function to create and update

Link copied to clipboard
private class Tag(val name: String, block: Tag.() -> Unit)

Simple DSL for generating SVGs

Properties

Link copied to clipboard
private const val SIZE: Int = 36