Skip to content

Commit

Permalink
README feature overview
Browse files Browse the repository at this point in the history
  • Loading branch information
tfwright committed Jul 3, 2024
1 parent 8370899 commit c55974a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Significant features:

* Minimal required configuration
* First class support for multi tenant applications via Ecto's `prefix` option
* Persistent user "sessions"
* Overridable views and API
* Easily add custom actions at the schema and record level
* Ability to edit (nested) embedded schemas
* Custom actions at the resource and record level, with support for dynamic inputs
* Edit (nested) embedded schemas
* i18n via [Gettext](https://github.com/elixir-gettext/gettext)

See for yourself, try out the [demo app](#development)
Expand Down
5 changes: 3 additions & 2 deletions README.md.eex
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ Significant features:

* Minimal required configuration
* First class support for multi tenant applications via Ecto's `prefix` option
* Persistent user "sessions"
* Overridable views and API
* Easily add custom actions at the schema and record level
* Ability to edit (nested) embedded schemas
* Custom actions at the resource and record level, with support for dynamic inputs
* Edit (nested) embedded schemas
* i18n via [Gettext](https://github.com/elixir-gettext/gettext)

See for yourself, try out the [demo app](#development)
Expand Down

0 comments on commit c55974a

Please sign in to comment.