jrcharney / BookClub

Project 2
MIT License
0 stars 0 forks source link

Subject, Category, and/or Tag classes? #22

Closed jrcharney closed 1 year ago

jrcharney commented 1 year ago

We should have added this sooner. The good news is that we can base it on previous examples that were provided in our class.

More than likely this will apply to books more than authors.

Now that I think about it, I'm glad I added the loc (Library of Congress ID number) and dewey (Dewey Decimal ID number) fields to the book table.

We could probably just simply this by just having a Tag system that covers Category, Subject, and Tags.

jrcharney commented 1 year ago

Sticking with Tags and Categories. I'm still trying to compose routes for these.

jrcharney commented 1 year ago

Merge with #25