git ssb

3+

arj / patchbook



Commit 56fc2db1badc86c2eb550c098dd9babea53042db

API musings

Anders Rune Jensen committed on 10/15/2017, 8:06:54 PM

Files changed

README.mdadded
README.mdView
@@ -1,0 +1,31 @@
1 +# A module for storing information about books
2 +
3 +## Attributes:
4 +
5 +common:
6 +- isbn (unique)
7 +- title
8 +- authors
9 +- [images]
10 +
11 +user-related:
12 +(- user (implied))
13 +- rating
14 +- read (datetime)
15 +- review
16 +- shelves
17 +
18 +## Dependencies:
19 +
20 +If we seperate common from user attributes, we can just merge into a
21 +global object. User related should infer the user from who posted it and merge into a list.
22 +
23 +https://github.com/arj03/ssb-entitydb
24 +
25 +Patchcore
26 +
27 +## Methods
28 +
29 +- Posting
30 +- View
31 +

Built with git-ssb-web