Hi everyone. I’m experimenting with estimating the cost of developing apps on Glide. It would be amazing to have counters that calculate the number of tables and columns by type in the database, as well as the number of pages and components by type in the interface.
1 Like
What is important for the usage is actually just the row count. But I agree that for statistics, it might be useful to have all those informations.
We’re talking about estimating the cost of building an app. You could have 20,000 rows in a single table with just two columns, but that doesn’t necessarily mean the app will be very expensive
I would prefer to have not just counters but kind of interactive report showing the structure of the App. This can be used to navigate each screen, for example.
1 Like