VojtechPetru

Results 6 comments of VojtechPetru

Just quickly jumping in to say that I really like the idea of _component packages_. On the other hand, I'm not a big fan of _(2)_ (namespace argument) because it...

> @VojtechPetru are you able to share either an example plugin that uses these signals or your real plugin (even if privately e.g. via email or by granting me access...

Hello @ThiefMaster 👋 thank you for the detailed description of the issues! The suggested `final-form` integration is definitely worth looking at, although unfortunately I don't have experience with it so...

> While testing I noticed another problem: when no core fields are changed, the Reservation.modify method exits early so the signal never gets called. > > So I'm starting to...

You're right 👍 Giving it a second thought, what I like about the interceptable `Reservation.get_changes` method is, that it would also allow log any changes in the extra fields defined...

Hello @ThiefMaster 👋 sorry for late reply, I've been sick for the last couple of days. I've made the changes you suggested - added `extra_fields` to the core schema and...