Member specific data??

Hi! What would be the best solution for creating member-only dynamic pages that will display data based on the logged-in member?

A little background here, I am building a site for a semi-truck repair shop. I need a function that allows customers to log in, and go to an inventory page that displays the repair status for each of their trucks that are currently in the shop’s possession. I know that I will obviously need to manually update the datasets to reflect the changing statuses of the equipment.

Hey Samantha!

You can do it without logging them in by giving them the id_ of the data of their vehicles xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx or some other unique parameter that you create while saving it on your database. Then you can create a page that shows a table of all vehicles on your database.
Once the vehicle owner lands on the page he/she can make a search with that code to filter out the database and to show that table on search button onClick event.

If you want to log them in anyway, Wix has just got a new feature member pages. But it’s not stable and i don’t know if it has any use in this case…


If you currently don’t have a members page. I strongly advice you to watch this Youtube video by Nayeli Gomez.
(Nayeli if you’re reading this i’m so sorry for the following sentence but…)
You might want to speed it up to 1.5 or even 2 sometimes :slight_smile:
You can customize it according to your needs.

Once you have your very own members profile page, your options become almost infinite.
Easiest and the first solution pops up in my mind is to place a table on profile page and filter that table by owner of profile’s id_. Tho your filtering parameter could be just anything… a phone number - email address - Full name - username etc…
so whenever you add a new data by that parameter on your database, that member will see filtered results for their own vehicles on their dashboard.