I am new to Glide… I have watched few of the videos. Its all great.
I am planning to develop a App for our community relatives data entry. This requires multiple level…
Level-1 – List of Zones ( Zone-1 , Zone-2 … )
Level-2 – Each Zone have multiple Towns ( Town-1 , Town-2 … )
Level-3 – Each Town have multiple City ( City-1 , City-2 … )
Level-4 – Each City have multiple Street ( Street-1 , Street-2 … )
Level-5 – Each Street have Multiple Door Number ( #1 , #2 … )
In each Door , Person details are there ( Name , Age , Qualification , Interest , etc… )
For Navigation , I need the One Screen for each for the Levels… Home -> Zones --> Towns --> City --> Street --> Door Numbers
Each page should come as per the Selection made in the previous levels…
For Editing the Details In the Navigation , Last page should be the Person Details page… which can be editable.
For Adding the New Person – A separate Page for Adding a Person, In this We need the Dull down menu for each of these Levels and Drop-down should
change dynamically based on the previous level selection… If Zone is selected as Zone-1 , then in the Town drop down Zone-1 Towns only should appear…
All of that should be possible accept the dynamically changing dropdowns. As an alternative, I would suggest turning on +Add functionality at each level. That way you can add new zones and the zone level, new towns at the town level, new cities at the city level and so on. That way, one you get to the door level, your door records should contain zone, town, city, street already. When you add a new person, you will be at that level and can pull in all of the details into the new person record. Each level would use the Columns components at the bottom of the components list. Navigating through each level would act as a dynamic dropdown. Once you drill down to the level you need, you already have the information for creating a new person record. Hope that makes sense.
Hi!
I’ve made a concept of dependent drop-downs that are kept on a single screen and so I’ve kept all the columns (Components and values > Columns) with pre-set information for my form.