Adrian Marin

Results 206 issues of 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...

Enhancement
Help wanted
Back end
Task
DSL-related

> [!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...

Enhancement
Task
Developer Experience (DX)

### 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 -...

Stale exempt
Developer Experience (DX)
🎡 Epic

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...

Enhancement
Stale exempt
Developer Experience (DX)

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...

Stale exempt
Needs approach
Office Hours

### 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` -...

Enhancement
Stale exempt

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...

Stale exempt
Developer Experience (DX)

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
RFC
Front end
Back end
Task
DSL-related

### 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 ###...

Enhancement
Task
DSL-related

### 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,...

Feature
Front end
Task
UI