ash_phoenix/README.md
Zach Daniel 1eee011e26
chore: more documentation (#7)
Co-authored-by: Darren Black <dblack@totaltrash.net>
2021-07-15 14:43:11 -04:00

996 B

AshPhoenix

Elixir CI License: MIT Coverage Status Hex version badge

See the module documentation for more information:

  • AshPhoenix.LiveView: for liveview querying utilities
  • AshPhoenix.Form: Utilities for using forms with Ash changesets

Roadmap:

  • UI authorization utilities e.g <%= if authorized_to_do?(resource, action, actor) do %>
  • Potentially helpers for easily connecting buttons to resource actions
def deps do
  [
    {:ash_phoenix, "~> 0.4.23-rc.0"}
  ]
end