ronnoc536 / Capstone-2

0 stars 0 forks source link

Host App Database #5

Open Caleb618 opened 2 weeks ago

Caleb618 commented 2 weeks ago

User Story: As someone with a large collection of movies, books, and music, I want to be able to store my media collection in a central location so that I can keep everything together.

Acceptance Test: If the user is logged into the host app, when they upload media, then it should be stored in a database.

ronnoc536 commented 4 days ago

A core info table has been added. This just includes title, type, and id. That was started in this commit a20b1d4a866101f3c857a66fefe1f132c1cfb95b

ronnoc536 commented 4 days ago

added some more metadata for each of the types, need to work on relearning how to hierarchy databases and make things stack and reference one another 4ab3c0d26f83e096c6c30617464ac5efde419bb6