edisonywh / backoffice

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

Remove dependency on Ecto.Changeset? #7

Open edisonywh opened 3 years ago

edisonywh commented 3 years ago

Right now we rely on Ecto.Changeset for forms, we can look into it further and see if we need to do that, or if there's some possibility to move away from Ecto.Changset and implement Phoenix.HTML.FormData ourselves