I just found out Bubble and immediately started building my application. Thanks to tutorials, I were able to understand the fundamentals easily.
But, I have a question to more seasoned users on how should I structure my data at the beginning.
So, I am building an application where I would like to show users a checklist at the end of their dropdown selections. I am currently reading and watching tutorials on how to build the dropdowns and etc.
The question here, is that how I should structure my dataset for easy usability for my customers and for me to build be app around.
My structure will be like this:
Country :
USA
-Germany
-France
-etc
State : ( of course it’ll be dependent to the country list)
California
New York
Maryland
Washington
City : (same goes here)
Paris
London
San Francisco
-etc
Things to do : (This is the checklist area)
Visit Empire State
Eat a hotdog a Famous
Smoked weed with homeless
The question is how should I structure this into my data?
Should I create different db’s (USA_California_SanFrancisco,USA_California_LosAngeles, USA_Washington_WashingtonD.C, and many many more) and let users choose from dropdowns and at the last page show them the checklist where they can interact.
I have also read the tutorial with 3 options for better scaling but not coming from technical background and the tutorials missing examples, I hope you guys will be there to help out.
Thanks very much and happy to be a part of the community.