TODO 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. - [D] Initial tests
  20. - [D] Framework + config
  21. - [D] HTTP layer
  22. - [D] Toolbox
  23. - [D] LDP layer
  24. - [D] Bootstrap
  25. # Alpha 2 TODO
  26. - [D] Messaging SPI
  27. - [D] Refactor structure and flow
  28. - [D] Support PUT and PATCH for LDP-NR metadata
  29. - [D] Reformat documentation
  30. - [W] Hyrax compliance
  31. - [D] Versioning
  32. - [D] Create version
  33. - [D] Retrieve version info
  34. - [D] Retrieve version
  35. - [D] Revert to version
  36. - [D] Slug behavior
  37. - [D] Avoid duplicate versions
  38. - [D] Delete version
  39. - [D] Tests
  40. - [D] Delete vs. purge
  41. - [D] Resurrect
  42. - [D] Resurrect recursive
  43. - [D] Configurable store back ends
  44. - [D] Framework
  45. - [D] Add embedded DB (PoC)
  46. - [D] Hash URIs
  47. - [D] PUT+POST
  48. - [D] GET
  49. - [D] PATCH
  50. - [D] DELETE (Purge)
  51. # Alpha 3 TODO
  52. - [D] Use named graphs
  53. # Alpha 4 TODO
  54. - [ ] Complete revert to version and resurrect
  55. - [ ] Explore alternative backends
  56. # Alpha 5 TODO
  57. - [ ] Migration tool
  58. - [ ] Complete header handling
  59. - [ ] Accept
  60. - [ ] If-None-Match
  61. - [ ] If-Modified-Since
  62. - [ ] Range
  63. - [ ] Limit
  64. - [ ] (PUT) Digest
  65. - [ ] Others
  66. - [ ] Query API
  67. # Alpha 6 TODO
  68. - [ ] Optimize queries
  69. - [ ] Separate read-only graph/resource generation from RW graph/res generation
  70. - [ ] Move server-managed triples to separate graph in simple layout
  71. - [ ] Fixity checks
  72. # Alpha 7 TODO
  73. - [ ] Full provenance layout
  74. - [ ] AuthN/Z
  75. - [ ] Authentication
  76. - [ ] WebAC
  77. - [ ] Blank nodes