jrcharney / BookClub

Project 2
MIT License
0 stars 0 forks source link

Category Class (part of the Book Part) #29

Open jrcharney opened 1 year ago

jrcharney commented 1 year ago

The Category Class should differ from the Tag Class in that the Category class should have the option of having a parent Category class whereas the Tag Class is a pool of tags associated with a data object.

I should probably revise my ER diagram to reflect this difference.

Think of how tags are simply keywords that you can associate with something where as a category is structured classification.