-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTODO
65 lines (62 loc) · 2.09 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
DONE
[X] creator
[X] delete
TODO
[-] collections
[ ] Container formats
[X] config must be loaded on new
[X] Github pages
[X] context.jsonld
[ ] Commenting / Replying
[ ] http store
[X] create
[X] get
[-] search
[X] revise
[X] delete
mongo store
[X] create
[X] get
[X] search
[X] revise
[X] delete
[ ] cli
[-] create
[ ] get
[ ] search
[ ] revise
[ ] delete
[ ] server
[ ] auth
[X] reply/comment
[-] handle id/via/canonical
[X] RDF conneg
[ ] 410
[ ] 409 If replacing 'via' or changing 'canonical'
[X] 415 for invalid: The Annotation Client sent an entity-body that is not able to be processed by the Server, such as non-Annotation or in a context that is unrecognized.
[X] hasParent undefined?
[ ] store.search should return a Collection not an array
[ ] honor Prefer: return=representation / return=minimal to imply skipVersions/metadataOnly, Preference-Applied sent back
[ ] DROP skipVersions (not implemented anymore)
[X] schema: use getters and load config
[X] fix perm.nedb / acl
[ ] ACL rules should emit status/message instead of true/false
[ ] Unify ACL / User processor interfaces (DRY)
[X] fix import (recursive will clobber revisions and replies!!!!)
[X] Send DOI if set as Link rel="canonical"
[X] handle multiple creators
[ ] replace axios with fetch-ponyfill
[X] handle DOI minting with revise
[X] mintDoi should take an annotation ID not an annotation
[X] "Cannot set headers after sent" error
[X] Replace 'metadataOnly', 'skipVersions', ... with 'blacklist' and 'whitelist' options to allow/disallow certain props
[X] BUG: import in mongolike creates versions of versions which is very very wrong
[X] ACL is broken for array-creators and string creators? => mintDoi MUST take anno not annoID :(
[ ] rename user-auth -> jwt-auth
[ ] Add option to choose anno env vars in demos
[ ] Clean up plugins into proper hooks
[x] webpack anno-schema
[x] fix validator sample
[ ] Create multi-url search that returns count of annotations per target id
[ ] store.search should be pageable
[ ] Clean up collection injection code