Oleksandr Dzhychko
Oleksandr Dzhychko
If you like the idea, I could try to implement it.
Adding filters/search would be nice. The search could look for the text in title, description, speaker name, location name and track name. By default I would sort by start time....
@johnjohndoe I will mind the issue for searching and filtering [#3]. What do you think about adding the list view somehow like this: |  |  and the [KDoc for `StructureKind.LIST`](https://github.com/Kotlin/kotlinx.serialization/blob/10778f3bb86e2e42433fbc7b2bcca5d647126d1d/core/commonMain/src/kotlinx/serialization/descriptors/SerialKinds.kt#L196-L206)....
That worked. Thanks for the explanation.
There exists the [a variant of the `post` function](https://github.com/ktorio/ktor/blob/8414caf84478d7467ec6a46ade211c8e68c629c9/ktor-server/ktor-server-plugins/ktor-server-resources/common/src/io/ktor/server/resources/Routing.kt#L101-L113), that takes the type of the body as a second type parameter. So instead of ```kt post { parameters -> val...