123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- # 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
- - [W] HTTP layer
- - [ ] Unit tests
- - [W] Bootstrap
- - [ ] Optimize queries
- - [ ] Messaging SPI
- - [ ] Hook up Hyrax
- - [ ] 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
|