123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126 |
- # Alpha 1
- - [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
- - [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
- - [D] Use named graphs
- # Alpha 4
- - [D] Reorganize pairtrees
- - [D] Fix basic Hyrax workflows
- - [D] Simple ingest
- - [D] Batch ingest
- - [D] Update
- - [D] Delete
- - [D] BDB backend
- # Alpha 5
- - [D] SPARQL query
- - [D] LMDB Back End
- # Alpha 6
- - [D] Optimize lookups (round 1)
- - [D] Optimize store
- - [D] Stats page
- - [D] Basic admin tools
- - [D] Stats page
- - [D] Stub admin tools page
- - [D] Make default graph a merge graph
- - [D] Revamp containment
- # Alpha 7
- - [D] Refactor for Python API
- - [D] Main structure
- - [D] LDP
- - [D] Admin
- - [D] Query
- - [D] Align logger variable
- - [D] UIDs start with a slash
- - [D] CLI prototype
- - [W] Update documentation
- # Alpha 8
- - [ ] Complete messaging
- - [ ] Term query API
- - [ ] Better management of versions
- - [ ] Complete revert to version and resurrect
- - [ ] Write tests for LDP containers
- - [ ] Migration tool
- - [ ] Complete header handling
- - [ ] Accept
- - [ ] If-None-Match
- - [ ] If-Modified-Since
- - [ ] Range
- - [ ] Limit
- - [ ] (PUT) Digest
- - [ ] Others
- # Alpha 9
- - [ ] Separate read-only graph/resource generation from RW graph/res generation
- - [ ] Fixity checks
- # Alpha 10
- - [ ] Full provenance layout
- - [ ] AuthN/Z
- - [ ] Authentication
- - [ ] WebAC
- - [ ] Blank nodes
|