Find a file
2021-07-20 01:46:19 -04:00
.github improvement: refactor forms with new data structure AshPhoenix.Form (#6) 2021-07-15 14:09:15 -04:00
config fix: fix case where "lists" weren't properly added to 2021-06-13 20:23:14 -04:00
lib fix: only prepend to data when necessary 2021-07-20 01:46:19 -04:00
logos improvement: setup project 2020-10-20 14:38:50 -04:00
test fix: Fix remove form path when a nested single (#19) 2021-07-20 01:00:44 -04:00
.check.exs feat: general cleanup, ready for initial release 2020-10-20 21:25:28 -04:00
.credo.exs fix: set form aliases properly 2021-07-18 19:20:25 -04:00
.formatter.exs fix: various improvements 2020-12-28 13:05:20 -05:00
.gitignore feat: init 2020-10-20 13:54:35 -04:00
CHANGELOG.md chore: release version v0.5.2 2021-07-18 22:09:02 -04:00
FUNDING.yml improvement: setup project 2020-10-20 14:38:50 -04:00
LICENSE improvement: setup project 2020-10-20 14:38:50 -04:00
mix.exs chore: release version v0.5.2 2021-07-18 22:09:02 -04:00
mix.lock improvement: lots of improvements around errors 2021-07-18 02:55:08 -04:00
README.md chore: release version v0.5.2 2021-07-18 22:09:02 -04:00

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.5.2"}
  ]
end