This page previews how our system will display stored information: tutoring requests, tutors, and matches.
In Unit 3, these tables will be generated from the real database and connected to forms and reports.
Need Clairity
Just for Jetson's sake, what method are we going to learn for formating data from the DB?
currently i just took a skeletoned out CSS style for tables from a previous project to model sample table data.
If we wanted to keep this sample styling, we could use JS to call the database somehow and then dynamically put the information into the tables.
If we have a different idea in the class for getting data on a webpage then this will need to be updated.