antonioortegajr / comic-cube

client side/shop side mobile apps, api, and project overview read the read.me for more information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

determine book db schema

isensmith opened this issue · comments

commented

how will we organize the data on comic book collections?

Comic book data will have concerns like title, main character, publisher, and possibly more.

The mentioned concerns would also exend to graphic novels and trade paperbacks.

commented

title, publisher, main character/group, series (ie: marvel now, secret wars, death of wolverine), writer(s), artists(s), over-sized issue (ie: special edition issues that are extra long), variant cover, cover artist(s), reprint (y/n, ie: wicdiv did re-prints for second printing of first several issues)

i figure some of this data will no be available from whatever source we use.

All of those are nice but let's start with what the feed gives us in the beginning and we can add onto it bit by bit. The feed we will be scraping will be have publisher, title, issue # and dollar. Let's start with that schema. I will create some dummy data that uses this schema.