ash_phoenix/README.md
2021-05-10 13:19:55 -04:00

1.1 KiB

AshPhoenix

Elixir CI License: MIT Coverage Status Hex version badge

See the online documentation for AshPhoenix.LiveView for the current set of utilities. This is a new integration, and doesn't do much. Currently, the only thing that is offered are a few helpers for keeping query data live ins ide of live views. There is some experimental code here as well for passing an Ash.Changeset to Phoenix.HTML.form_for/4.

Roadmap:

  • UI authorization utilities e.g <%= if authorized_to_do?(resource, action, actor) do %>
  • Potentially helpers for easily connecting buttons to resource actions
  • Form helpers for using Ash.Changesets with form_for
def deps do
  [
    {:ash_phoenix, "~> 0.4.17"}
  ]
end