Transferring data from user specific coloumn

Ya, you’ll need to move away from user specific data (on the customer end) and use helper tables instead. JSON structures will be your friend here.

One method:

  1. Keep the user specific table for the business to set their hours
  2. When a business hits a save button on the front end, save this table as a JSON object to the business table (easier said than done)
  3. Create a helper table (or even reuse the user specific set up table) to parse the json of the business that the user is currently viewing (also easier said that done)
  4. Display this table data to the customer.

I’ll need to create a video on this. I do cover something similar here: