Adrian Marin
Adrian Marin
Add drag-and-drop image uploader. Maybe https://pqina.nl/filepond/
Depends on https://github.com/avo-hq/avo/issues/1328 ### Context Enable the developer to see/manage multiple versions of the same record.
> [!NOTE] > Enterprise feature - https://github.com/avo-hq/avo-audit_logging ### Feature Know who did what in Avo. ### Approach This feature should: - [x] record which user edited a record and which...
### Feature A user should be able to add all resources except some of them. From [here](https://discord.com/channels/740892036978442260/1193370517785301033). ```ruby # both should work all_resources(except: :solid_queue_resources) all_resources(except: [:solid_queue_resources]) ``` Let's add support...
You may not want to allow the users to search or filter records on the `has_many`, but leave the search on the Index view. ```[tasklist] ### Approach - [ ]...
In the development environment, we should be able to send out personalized and standard messages from HQ. This could be in the form of a Landing page where users can...
Maybe not one command, but definitely make it very easy to set up. Ensure that anyone can pick up and work on Avo and all it's private gems very quickly.
Just a demo for https://github.com/avo-hq/avo/issues/1495
### Feature This requirement started from here https://github.com/avo-hq/avo/issues/2729. ### Approach - [ ] all our icons should have the `heroicons` prefix. So all `svg "edit"` type of declarations should become...
Let's improve the docs for dynamic filters: - add example for tags - add images to each field - add links to avodemo - add links to avodemo repo -...