Handling reporting features
# avo-2
w
How are folks handling reporting features?
l
Hi @white-piano-9142 I'm not sure if I understand your question, you want to do a feature request?
w
No. I'm interested in how folks using Avo are building out reporting features? This is related to my earlier thread. I like the action, filter and search components on the index views, but need to render a custom view. The context is a reports feature that uses the same UI as resources. I've solved this just using a custom page and JS libraries, it's fine, but it's a different set of UI components.
l
Hmm, are you familiar with view components? You can try to investigate how we render that components (actions, filters etc...) and try to replicate it on the custom view
w
I did and delegated that task already this morning!☕️ It's a bit more effort, but the right long-term solution.