Adrian Marin
Adrian Marin
### Context We want to give the ability to developers to set certain settings to a certain value globally. For example, set all the `belongs_to` fields to have the `searchable`...
### Feature I keep bragging that we support all Rails' associations, but it seems that we don't have such a great support for delegated types. I haven't used them in...
### Context There are a couple of times we need this. For example, when we want to show errors in Avo, we show them only in development so we don't...
### Feature We'd love to add keyboard shortcuts to Avo. We already have Mousetrap installed but I think [this solution](https://blog.superails.com/stimulusjs-hotkeys#2025-update) (2025 update) from Yaro is a bit more Stimulus-oriented. ###...
### Feature There's a common practice to have a `User` model that has a `has_one` association with `Profile`. Also, there's a common need to be able to edit the profile...
### Discussed in https://github.com/avo-hq/avo/discussions/2553 Originally posted by **krystof-k** March 3, 2024 It would be great if it would be possible to set default sorting for a resource, for example something...
_First see if it's pheasable_ Let's try to control the field attributes from the field somehow. This would be useful for plugins. ```erb # instead of # we have ```...
### Feature Sometimes I'd like to view the full record just as it is in the database without pushing an update to the resource and exposing new fields. I'm thinking...
Let's add the `Product` resource from `dummy` to `avodemo`. I'd like to especially be able to link to the `money` field.
### Feature We'd love to have an API where you can add a custom list dropdown to the `show|edit|index_controls` feature. ```ruby list do link_to "google", "https://google.com", ...options action ...options end...