Dev-Pool / DevPool

1 stars 2 forks source link

Client calls to DB #10

Closed corey-mitchell closed 5 years ago

corey-mitchell commented 5 years ago

We need to create a way for the client to read from the database. In case we cannot get job information quick enough for the presentation, we need to create a database of jobs that will be displayed to the user. This should include a boolean that fills when the user answers for the job. e.g. swipe left = 0 job won't be displayed again, swipe right = 1 job applied to.

corey-mitchell commented 5 years ago

We are using JawDB to put our project online. We will need to create a storage for LinkedIn information.

Also don't forget to make sure that we can't be trolled by Antonio during our presentation!!!!

corey-mitchell commented 5 years ago

We will also need to have the user submit a resume so that will need to be a database feature as well

corey-mitchell commented 5 years ago

Chris has this working now. Just need to actually set up DB now.