Michał Buszkiewicz

Results 3 issues of Michał Buszkiewicz

Closes #44. In CRUD function generation, it will now allow calling generated `list_...` functions in the following ways: - `list_items()` - lists all resources unfiltered - `list_items(query)` - lists all...

For convenience and reducing the need to implement custom `list_...` function clauses, the generated ones should allow specifying preloads and filtering queries as arguments. Example: ```elixir iex> list_items() [%Item{}, ...]...

Hey, I'm the author of Permit - a uniform authorization library for Elixir codebases, allowing the developer to create a single source of truth for access permissions and plug it...