You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still need to think about the design for these, e.g. what should be the default scaffolding?
mix phx.gen.solid should essentially be phx.gen.json with all the services, values, finders, and handlers, wired up. One command to generate a schema/migration all the way up to the new endpoint being wired up. You should be able to perform CRUD operations on a new entity after this single command.
Features
--builtinflag or similar to signal us to call the builtin generator before oursphx.gen.solid.jsonas the commandmix phx.gen.solidshould essentially bephx.gen.jsonwith all the services, values, finders, and handlers, wired up. One command to generate a schema/migration all the way up to the new endpoint being wired up. You should be able to perform CRUD operations on a new entity after this single command.