I just realized that we are really missing a ViewM...
# tornadofx
e
I just realized that we are really missing a ViewModel, not just for MVP, but for the possibility of commit/rollback of edited data, detecting dirty state etc. We have a very nice PR for most of the functionality, but I feel like we should start from scratch and define exactly what it needs to do and make sure not to over engineer it. This is the PR: https://github.com/edvin/tornadofx/pull/122
👍 2