typesafegithub / yaml2kotlin

github-workflows-kt converts the Kotlin to YAML, we convert your initial YAML workflow to Kotlin
https://github.com/typesafegithub/github-workflows-kt
Apache License 2.0
4 stars 3 forks source link

Simplify the UI tech with html css javascript? #4

Open jmfayard opened 1 year ago

jmfayard commented 1 year ago

What?

The current UI is based on Kotlin multiplatform / Kotlin JS / React / lots of Gradle magic

I'm open to convert to simpler technologies, just HTML+CSS+a few javascript line to make the one REST call that converts the YAML to Kotlin

Why?

I like KotlinJS/React in theory, but in practice not a lot of people master those skills compared to plain frontend development. Given how simple the web UI needs to be, perhaps not worth it.

Alternatives

Learn the current tech stack and do something good with it