I have a challenge to create a "Report Builder", which aims to allow the creation of financial reports in a customized way from existing editable components. I haven't found a library that is able to supply what I need, so I believe that the best thing is to build it in parts. I need some help to architect the application.
The first requirements of Report Builder:
An existing project that has something very similar to what I need is FathomHQ Reporting. Its Reporting is showed in this video: https://www.youtube.com/watch?v=Zz-CpLcBO7M
I'm thinking about using DNDKit (https://dndkit.com/) to drag and drop the report, but I'm still not sure how I can keep track of each individual component, and allow that it can be editable.
If anyone has any library or architectural recommendation for building this project, I'll be glad to hear.