findmyselfacity / bibliotheque

organize your home library
MIT License
0 stars 0 forks source link

decide data structure #2

Closed findmyselfacity closed 1 year ago

findmyselfacity commented 1 year ago

dewey decimal vs library of congress

{
  author: string,
  subject: string,
  title: string,
  thumbnail: string,
  deweyDecimal: string,
}
cesine commented 1 year ago

done in #15