Files: 7849205a7f47243a843a11dfbe0e629a3c0ffd47 / README.md
429 bytesRaw
Bookclub - a module for storing information about books
Attributes:
common:
- title
- authors
- description
- series
- [images]
subjective: (- user (implied))
- rating
- rating type (- read (datetime))
- review
- shelve
- categories/genres
If we seperate common from user attributes, we can just merge common into a global object. User related (subjective) should infer the user from who posted it and merge into a list.
Built with git-ssb-web