Files: 6082c91df5aa7de144ad3c569dd3028c3782ed38 / README.md
588 bytesRaw
Bookclub - a module for storing information about books
Attributes:
common:
- title
- authors
- description
- [images]
subjective: (- user (implied))
- rating
- rating type
- read (datetime)
- review
- shelves
- categories/genres
Dependencies:
If we seperate common from user attributes, we can just merge into a global object. User related (subjective) should infer the user from who posted it and merge into a list.
Status
Initial rough version to test idea.
SameAs (for merging multiple books) might be needed, but can be added later.
Methods
- Posting
- View
Built with git-ssb-web