12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- # Alpha 1 TODO
- - [D] Logging
- - [D] Server-managed triples
- - [D] PATCH
- - [D] PUT + POST
- - [D] Single-subject rule
- - [D] PATCH
- - [D] PUT + POST
- - [D] Prefer headers
- - [D] LDP-NR
- - [D] Direct and Indirect containers
- - [D] Referential integrity
- - [D] Tombstone
- - [D] Set
- - [D] Retrieve
- - [D] Delete
- - [D] Refactor toolbox
- - [D] GUnicorn
- - [D] Initial tests
- - [D] Framework + config
- - [D] HTTP layer
- - [D] Toolbox
- - [D] LDP layer
- - [D] Bootstrap
- # Alpha 2 TODO
- - [D] Messaging SPI
- - [D] Refactor structure and flow
- - [D] Support PUT and PATCH for LDP-NR metadata
- - [D] Reformat documentation
- - [W] Hyrax compliance
- - [D] Versioning
- - [D] Create version
- - [D] Retrieve version info
- - [D] Retrieve version
- - [D] Revert to version
- - [D] Slug behavior
- - [D] Avoid duplicate versions
- - [D] Delete version
- - [D] Tests
- - [D] Delete vs. purge
- - [D] Resurrect
- - [D] Resurrect recursive
- - [D] Configurable store back ends
- - [D] Framework
- - [D] Add embedded DB (PoC)
- - [D] Hash URIs
- - [D] PUT+POST
- - [D] GET
- - [D] PATCH
- - [D] DELETE (Purge)
- # Alpha 3 TODO
- - [D] Use named graphs
- # Alpha 4 TODO
- - [ ] Complete revert to version and resurrect
- - [ ] Explore alternative backends
- # Alpha 5 TODO
- - [ ] Migration tool
- - [ ] Complete header handling
- - [ ] Accept
- - [ ] If-None-Match
- - [ ] If-Modified-Since
- - [ ] Range
- - [ ] Limit
- - [ ] (PUT) Digest
- - [ ] Others
- - [ ] Query API
- # Alpha 6 TODO
- - [ ] Optimize queries
- - [ ] Separate read-only graph/resource generation from RW graph/res generation
- - [ ] Move server-managed triples to separate graph in simple layout
- - [ ] Fixity checks
- # Alpha 7 TODO
- - [ ] Full provenance layout
- - [ ] AuthN/Z
- - [ ] Authentication
- - [ ] WebAC
- - [ ] Blank nodes
|