jrcharney/BookClub

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

Opened this issue · 3 comments

Models for

  • User
  • Book
  • Author
  • Tag
  • Category and Category Echelon
  • Book Lists and Book List Items
  • Favorites for Just about Everything
  • Link Tables

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.

Book List classes defined.

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