Situation:
Building an MVP personalized experience for a cultural lineage application, the existing flow is as follows:
- User creates acct / authenticates
- Selects location via (droplist)
- Selects interests (checkbox - repeating group)
- Lands on the homepage with dynamic data from selections (TBD)
I want to display content stored from onboarding selections on the homepage.
Can the droplists and or checkboxes retrieve data from multiple data sources?
For example, select location is pulling the “All Regions option set” data source, but is it possible for it to also collect the data fields for Region below?
Current db
Data types
- User
- Fields
- Location
- Name
- Username
- Profile Photo
- Select Interests
- Regions - (data to be displayed on home page, not sure how to add onPageLoad)
- Fields
- bg-hero
- Location
- Title
- Recommended things (TBD)
- Option sets(
- Interests
- Spirituality, History, Music, Artifacts, etc
- Regions
- Central Africa, East Africa, etc
Does this make sense?