I´m building a site which is used by end-users to store and edit a massive mount of data - about 100 datapoints all together. Most of the data would be text, but also numbers and yes/no data. No pics or videos. I´m thinking of making about 10 pages with an accordion on each of them, and each accordion would have 5-15 sections. And on those sections there is a form with some input, multi-input, checkbox and/or radio button fields. Each accordion section would have a button to save/change data of that single section.
The problem is accordion sections would not be identical. About 2/3 of them have only one multi-input field, but 1/3 also those other form fields, some more, some less. So I cant use repeating groups to make the accordions, right? I have to make every section separately?
How should I store this data into database? What is the structure of it? Should I use only one datatable and each accordion section would be one row, and data from it´s input fields is stored into one cell as a list (so lists would vary, depending on what kind of and how many input fields would be in the section)?
If this is the way to go, how to do it in practise (I´m not very experienced with Bubble)? Or is some totally different approach better, UI- and performance-wise?
Thank you very much.