Paul Bob

Results 59 issues of Paul Bob

## Context The current behavior only reloads the association frame where an associated record is destroyed. There are use cases where a whole page refresh is wanted, for example when...

Stale exempt

This feature will let users create groups of filters and choose between "AND" or "OR" operators to refine their search criteria. ```[tasklist] ### Tasks - [ ] https://github.com/avo-hq/avo/issues/2987 - [...

Needs approach
Office Hours

Let's research if [HotwireCombobox](https://hotwirecombobox.com/) is a fittable solution to implement an autocomplete field on dynamic filters.

Needs research
Needs approach
Office Hours

> When the "Select All" feature is used and an action is triggered, we need to reconstruct the complete `query` within the action request. > ![image](https://github.com/user-attachments/assets/dd1b3fe4-2993-4943-8aa3-e13959e7bf7a) >Since the `query` might...

Needs research
Needs approach
Developer Experience (DX)

### Context We need a better way to authorize fields, as using `visible` blocks is both difficult and cumbersome. This feature is not about hiding or showing fields based on...

Enhancement
Feature
DSL-related
Needs research
Authorization
Needs Tests

### Context When there are two fields with the same ID, the current implementation does not distinguish between different field types. For example: ```ruby def fields field :speakers, as: :tags,...

Bug
Edge case

### Context ![2024-08-21_12-50](https://github.com/user-attachments/assets/ca2ff891-bfef-449b-98ce-c3fd9b470cab) When running an action on an association there is no straightforward way to access the parent record. #### Workaround Passing parent record as argument as explained in...

Stale exempt

> It'd be great if avo had support for [delegated type](https://api.rubyonrails.org/classes/ActiveRecord/DelegatedType.html) fields. I think this could work like a belongs to association? _Originally posted by @iainbeeston in https://github.com/avo-hq/avo/discussions/1356#discussioncomment-5510587_ There is...

Help wanted
Feature
Stale exempt

> I'd love a more powerful file field, that allows you to pick images or files from a third party API or a gallery of active storage attachments (probably using...

Feature
Task
Javascript
Ruby
DSL-related
😎 Cool

### Context Dynamic filters' visibility should be configurable, at the authorization level ```ruby class TeamPolicy < ApplicationPolicy # ... def show_dynamic_filters? !user.guest? end # ... end ```

Feature