TODO 933 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. - [W] Bootstrap
  24. - [ ] Optimize queries
  25. - [ ] Messaging SPI
  26. - [ ] Hook up Hyrax
  27. - [ ] Documentation
  28. # Alpha 2 TODO
  29. - [ ] Migraion tool
  30. - [ ] Complete header handling
  31. - [ ] Query API
  32. - [ ] Separate read-only graph/resource generation from RW graph/res generation
  33. - [ ] Move server-managed triples to separate graph in simple layout
  34. - [ ] Fixity checks
  35. # Alpha 3 TODO
  36. - [ ] Full provenance layout
  37. - [ ] Versioning
  38. - [ ] Async coroutines
  39. - [ ] Within sync request
  40. - [ ] Fully async request
  41. - [?] Basic UI