woodson-tech / cbdb

Application for managing a comicbook collection
1 stars 0 forks source link

What data do we need to store? #1

Closed danwoods closed 5 years ago

danwoods commented 5 years ago

What is the schema for a comicbook?

danwoods commented 5 years ago
type Issue = {|
  artists: string[],
  barcode: string,
  book: string,
  date: string,
  id: string,
  legacy_issue: number,
  notes: string,
  number: number,
  publisher: string,
  title: string,
  writers: string[]
|}