avo-hq/avo

Toggle off filters and search for has_many associations

オープン

#2,035 opened on 2023/11/16

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Ruby (308 件のフォーク)user submission
DSL-relatedEnhancementGood first issueTask

Repository metrics

Stars
 (1,778 個のスター)
PR merge metrics
 (平均マージ 1d 6h) (30d で 67 merged PRs)

説明

You may not want to allow the users to search or filter records on the has_many, but leave the search on the Index view.

### Approach
- [ ] Add a `features` option on the `has_many` that is a hash
- [ ] The hash should take `filters: Boolean`, `dynamic_filters: Boolean` or `search: Boolean` options
- [ ] Those options should toggle on/off those features on has many

コントリビューターガイド