Files: bdb52837942558d73dd1cdea6fa1354ae71616a9 / README.md
677 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.
TODO
- Add interface to create new books
- Ability to change books
- Add subjective
Methods
- Posting
- View
Built with git-ssb-web