StanfordSpezi / SpeziKt

Kotlin & Android Version of the Stanford Spezi Framework
http://spezi.health/SpeziKt/
MIT License
8 stars 1 forks source link

Video Description can't be null in future #59

Open Basler182 opened 2 months ago

Basler182 commented 2 months ago

Problem

In future, the description of the videos can no longer be null

Solution

The mapper must be adapted so that it does not accept videos without a description and the model can then be adapted accordingly so that it no longer accepts null values and the null check can then be removed in the code

Additional context

No response

Code of Conduct

PSchmiedmayer commented 1 month ago

CC @pauljohanneskraft to notify us once this is part of the Firebase Schema. Also affects the iOS app with @nriedman.