ash_postgres/.github/ISSUE_TEMPLATE/feature_request.md
Zach Daniel 37cc01957d
improvement!: 3.0 (#227)
* WIP

* chore: fix mix.lock merge issues

* improvement: upgrade to 3.0

* chore: remove `repo.to_tenant`

* chore: continue removal of unnecessary helper

* chore: use `Ash.ToTenant`
2024-03-27 16:52:28 -04:00

934 B

name about title labels assignees
Proposal Suggest an idea for this project enhancement, needs review

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Express the feature either with a change to resource syntax, or with a change to the resource interface

For example

  attributes do
    attribute :foo, :integer, bar: 10 # <- Adding `bar` here would cause <x>
  end

Or

  Ash.read(Resource, bar: 10) # <- Adding `bar` here would cause <x>

Additional context Add any other context or screenshots about the feature request here.