jrcharney / BookClub

Project 2
MIT License
0 stars 0 forks source link

Book Part (User, Book, Author, Tag, Category, Favorites, etc.) #25

Open jrcharney opened 1 year ago

jrcharney commented 1 year ago

Models for

jrcharney commented 1 year ago

I'm modifying the BookList and BookList item structures. Rather than having UserBookLists and (eventually) ClubBookLists with full structures, these will be more like link tables where a User or Club is linked to a BookList table. The inheritance of these data structures will save time on coding them and will make development of them more flexible. I just need to modify my diagram for lists (figure03.md) to reflect these changes.

jrcharney commented 1 year ago

Book List classes defined.

jrcharney commented 1 year ago

All the model classes are written! Let's review them later and merge them into the main branch.