Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Nick Ruiz
18,492 PointsHTML table persistence for multiple clients
Hey fellow treehouse peeps. I have a project that I'm working on and have some questions in regards some back end technology ideas. I'm working on a web app that manages a repair check in system for a store and I have an HTML table that displays the time slots per day and when a user clicks a button it increments a value per slot.
My question is, how would I go about saving the values that are in the HTML table cells that way if another device goes to the same URL it shows the same table values? I'm starting to do some research in SQL or Mongodb to implement this but before I go down a rabbit hole I wanted to get some insight from you guys first.
Here is a link to the app so you can see what I mean. http://tefnick.com/repairsched.html
thanks!