Adrian Marin
Adrian Marin
Depends on https://github.com/avo-hq/avo/issues/2310 and https://github.com/avo-hq/avo/issues/2352 This should do the same as https://github.com/avo-hq/avo/issues/2310 but in the CI system. Maybe use https://danger.systems/ruby/
Depends on https://github.com/avo-hq/avo/issues/2352 We need to improve the way we report errors to the developer in the Avo UI in development. ### Common errors - [ ] model class not...
### Context Resource controls should fill up only the space it needs based on the buttons it displays. From [here](https://discord.com/channels/740892036978442260/1039573545828753438/1199445925089788084).
A user has a field called status with multiple values. We'd love to be able to click a button on the `Index` view and show all the values from the...
We'd love to be able to have one range that influences all cards on that dashboard. For example, change the number of days on which the data should be quried...
### Feature In `avo-dynamic_filters` [here](https://github.com/avo-hq/avo-dynamic_filters/blob/feature/tags-filter/lib/avo/dynamic_filters/engine.rb#L11) we have positive conditions and we'd need some negative ones. ```ruby # positive array_eq: :eq, array_contains: :contains, array_overlap: :overlaps, array_contained_in: :contained_in_array, ``` We need to...
Have a place where the user can show/hide columns. This setting would be saved somewhere on the app. The DB or local storage (we need to research this). ### Example...
Add the ability for developers to add & display notifications for their users.
```ruby def fields field :reviews, as: :has_many field :id, as: :id end ``` open action should work on this situation and also on index... it should target the main_panel on...
This should allow the user to use two sets of configuration files. These different paths could have different configurations (initializer, policies, resources, etc.) It's going to be a PITA to...