TODO 897 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # Alpha 1 TODO
  2. - [D] Logging
  3. - [D] Server-managed triples
  4. - [D] PATCH
  5. - [D] PUT + POST
  6. - [D] Single-subject rule
  7. - [D] PATCH
  8. - [D] PUT + POST
  9. - [D] Prefer headers
  10. - [D] LDP-NR
  11. - [D] Direct and Indirect containers
  12. - [D] Referential integrity
  13. - [D] Tombstone
  14. - [D] Set
  15. - [D] Retrieve
  16. - [D] Delete
  17. - [D] Refactor toolbox
  18. - [D] GUnicorn
  19. - [W] Tests
  20. - [D] Framework + config
  21. - [W] HTTP layer
  22. - [ ] Unit tests
  23. - [ ] Optimize queries
  24. - [ ] Messaging SPI
  25. - [ ] Hook up Hyrax
  26. # Alpha 2 TODO
  27. - [ ] Migraion tool
  28. - [ ] Complete header handling
  29. - [ ] Query API
  30. - [ ] Separate read-only graph/resource generation from RW graph/res generation
  31. - [ ] Move server-managed triples to separate graph in simple layout
  32. - [ ] Fixity checks
  33. # Alpha 3 TODO
  34. - [ ] Full provenance layout
  35. - [ ] Versioning
  36. - [ ] Async coroutines
  37. - [ ] Within sync request
  38. - [ ] Fully async request
  39. - [?] Basic UI