TODO 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. # Alpha 1
  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
  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
  52. - [D] Use named graphs
  53. # Alpha 4
  54. - [W] Reorganize pairtrees
  55. - [D] Fix basic Hyrax workflows
  56. - [D] Simple ingest
  57. - [D] Batch ingest
  58. - [D] Update
  59. - [D] Delete
  60. - [D] BDB backend
  61. # Alpha 5
  62. - [D] SPARQL query
  63. - [D] LMDB Back End
  64. # Alpha 6
  65. - [D] Optimize queries
  66. - [D] Optimize store
  67. - [D] Stats page
  68. - [W] Refactor for Python API
  69. - [ ] Basic admin tools
  70. - [ ] Better management of path segments
  71. # Alpha 7
  72. - [ ] Term query API
  73. - [ ] Better management of versions
  74. - [ ] Complete revert to version and resurrect
  75. - [ ] Write tests for LDP containers
  76. - [ ] Migration tool
  77. - [ ] Complete header handling
  78. - [ ] Accept
  79. - [ ] If-None-Match
  80. - [ ] If-Modified-Since
  81. - [ ] Range
  82. - [ ] Limit
  83. - [ ] (PUT) Digest
  84. - [ ] Others
  85. # Alpha 8
  86. - [ ] Separate read-only graph/resource generation from RW graph/res generation
  87. - [ ] Fixity checks
  88. # Alpha 9
  89. - [ ] Full provenance layout
  90. - [ ] AuthN/Z
  91. - [ ] Authentication
  92. - [ ] WebAC
  93. - [ ] Blank nodes