фикс багов, интеграция с бэком+агентами

This commit is contained in:
18 changed files with 1243 additions and 120 deletions
@@ -9,6 +9,7 @@ data class Schedule(
val tasks: List<Task>,
val date: LocalDateTime,
val createdAt: LocalDateTime,
val userId: String
val userId: String,
val rewardId: String? = null
)