There was an error while loading. Please reload this page.
Пример простого приложения ToDo.
OAS https://github.com/rudiments-dev/hardcore/blob/%2325/todo-example-app/todo-example-app/todo.yaml
Item( id: UUID = Defaults.uuid, name: String, done: Boolean, comment: Option[String] )