edisonywh / backoffice

Admin tool built with the PETAL stack
MIT License
217 stars 15 forks source link

Encourage Context functions instead? #24

Open edisonywh opened 3 years ago

edisonywh commented 3 years ago

This might result in a different API, but right now Backoffice does not use your context functions, but rather changesets directly. It is possible for you to use different changesets for different forms, but then this tightly couples to your changesets, and also would it be a better idea to allow users to pipe things into their context functions instead?