hunterwilkins2 / bulldog-books

An online bookstore for UGA CSCI 4050. Created with React and Node.
MIT License
2 stars 3 forks source link

Threshold value for books.js route #62

Open sking115422 opened 3 years ago

sking115422 commented 3 years ago

I am not sure if i need to pass in a value for this. It is not a value in the data base but it is one in the books route and model. Just lmk what i need to do

hunterwilkins2 commented 3 years ago

It is a value we need. It is on the project guidelines on elc. We will need to update the books in the database to include the threshold and whatever other fields are not in the database but are in the schemas. In the schemas, I copied the fields from elc, but for the books in the database I just used the old dataset we hardcoded in.

sking115422 commented 3 years ago

okay gotcha looks like we just need to update the data base and what is posted from the add books page

GaryBarnes13 commented 3 years ago

Keeping this issue for next deliverable