Adrian Marin
Adrian Marin
From [here](https://github.com/avo-hq/avo/discussions/943#discussioncomment-5740311). Maybe you must use a computed field on an `Edit` view. You can fake it like in that comment or you could pass in a computed field with...
> [!NOTE] > Work started in https://github.com/avo-hq/avo-linter We need a way to figure out if the Avo configuration files have errors in them. This linter should give us the violations...
### Context We would like to improve the developers experience and happiness. ```[tasklist] ### Tasks - [ ] https://github.com/avo-hq/avo/issues/2180 - [ ] https://github.com/avo-hq/avo/issues/2312 ``` ```[tasklist] ### Linter & LSP -...
Depends on https://github.com/avo-hq/avo/issues/2352 Let's explore the idea of creating a plugin for Ruby LSP. Maybe we could use https://github.com/ruby/prism and create a plugin. ## Approach We should have a neat...
From [here](https://discord.com/channels/740892036978442260/1196872380774105250) - Users can save their current applied filters and scopes. - The system will store the configuration for future use. ### Workarounds A temporary solution involves saving the...
### Feature Depends on https://github.com/avo-hq/avo/issues/2142. We should be able to set the `autofocus` to true for fields. ### Approach - [ ] Add it to the initializer in `Avo::Fields::EditComponent` -...
Depends on https://github.com/avo-hq/avo/issues/2310 We should have all the context we need to provide better feedback to users about why things go wrong. 1. When a resource couldn't be found we...
The Dynamic filters feature is a powerful and beautiful way of letting users query data. We'd love to give the developer an API with which they can further customize the...
### Feature Right now Avo supports ActiveRecord, but we'd love to have adapters for other types of connections (`mongo`, `http`, `PORO`s) I did an exploration into this in https://github.com/avo-hq/avo-3/pull/4 ###...
### Feature From a few conversations with customers we found that a timeline view would be welcomed. We currently don't know what that looks like and what the requirements are,...