1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- # 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
- - [W] Tests
- - [D] Framework + config
- - [D] HTTP layer
- - [W] Toolbox
- - [ ] Storage layer (RDF + file)
- - [ ] LDP layer
- - [W] Bootstrap
- - [ ] Optimize queries
- - [ ] Messaging SPI
- - [ ] Hook up Hyrax
- - [ ] Reformat documentation
- # Alpha 2 TODO
- - [ ] Migraion tool
- - [ ] Complete header handling
- - [ ] Query API
- - [ ] Separate read-only graph/resource generation from RW graph/res generation
- - [ ] Move server-managed triples to separate graph in simple layout
- - [ ] Fixity checks
- # Alpha 3 TODO
- - [ ] Full provenance layout
- - [ ] Versioning
- - [ ] Async coroutines
- - [ ] Within sync request
- - [ ] Fully async request
- - [?] Basic UI
|