Find a file
2022-09-12 12:20:19 -04:00
.github chore: update to 1.0.0-rc.0 2022-08-30 17:41:31 -06:00
.vscode fix: handle forms for to_one relationships with data better 2021-09-06 13:18:22 -04:00
config chore: use new Config module 2022-05-13 20:45:54 -04:00
documentation/topics improvement: update to latest ash, prepare for ash-2.0 2022-08-30 17:40:03 -06:00
lib improvement: decimal protocols (#51) 2022-09-12 12:20:19 -04:00
logos improvement: setup project 2020-10-20 14:38:50 -04:00
test improvement: support ash 2.0 properly 2022-08-30 17:40:03 -06:00
.check.exs feat: general cleanup, ready for initial release 2020-10-20 21:25:28 -04:00
.credo.exs fix: don't remove a form unless one exists 2022-05-16 22:42:01 -04:00
.formatter.exs fix: various improvements 2020-12-28 13:05:20 -05:00
.gitignore improvement: decimal protocols (#51) 2022-09-12 12:20:19 -04:00
CHANGELOG.md chore: release version v0.7.7 2022-08-22 16:16:30 -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: bump ash dependency version 2022-08-30 17:42:10 -06:00
mix.lock chore: unlock dep 2022-09-08 12:26:00 -04:00
README.md chore: release version v0.7.7 2022-08-22 16:16:30 -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.7.7"}
  ]
end