git ssb

3+

arj / patchbook



Commit aec18c960c4aa8a02c95617175b8a67e715fb95d

Update README

Anders Rune Jensen committed on 1/4/2018, 11:57:32 PM
Parent: c32f22a9c00c9cc0b9543a315e5e30e5245c7989

Files changed

README.mdchanged
README.mdView
@@ -1,23 +1,26 @@
1-# Bookclub - a module for storing information about books
1 +# Patchbook
22
3 +A book rating system for
4 +[patchcore](https://github.com/ssbc/patchcore) compatible [scuttlebutt](https://github.com/ssbc/secure-scuttlebutt) clients
5 +
36 ## Attributes:
47
58 common:
69 - title
710 - authors
811 - description
912 - series
10-- [images]
13 +- seriesNo
14 +- image
1115
1216 subjective:
13-(- user (implied))
1417 - rating
15-- rating type
16-(- read (datetime))
18 +- ratingMax
19 +- ratingType
1720 - review
1821 - shelve
19-- categories/genres
22 +- genre
2023
2124 If we seperate common from user attributes, we can just merge common
2225 into a global object. User related (subjective) should infer the user
2326 from who posted it and merge into a list.

Built with git-ssb-web