ryluke / 460-App

App designed to find things to do based on a set of preferences
GNU General Public License v3.0
0 stars 0 forks source link

Create CRUD functional preference page #16

Open ryluke opened 2 years ago

ryluke commented 2 years ago

I used simple functions in javascript to implement CRUD functionality on my "insert preferences" page. I am now able to insert a price range, distance, in/outdoor activity and have it save to a table or be deleted if i want.

ryluke commented 2 years ago

preferencesUI preferenceJS preferenceJS2

ryluke commented 2 years ago

I was Able to make crud functional Preference page but the data being inserted from the HTML text boxes did not inject into the SQL database that I created. I worked for several hours over the course of a couple weeks to get the HTML, JavaScript, and JSP to work with MySQL workbench Databases. However, I could only create a functioning CRUD page that had isolated data.