TODO 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. - [W] Reorganize pairtrees
  55. - [W] Fix basic Hyrax workflows
  56. - [D] Simple ingest
  57. - [ ] Batch ingest
  58. - [ ] Update
  59. - [W] Delete
  60. # Alpha 5 TODO
  61. - [ ] Complete revert to version and resurrect
  62. - [ ] Explore alternative backends
  63. # Alpha 6 TODO
  64. - [ ] Migration tool
  65. - [ ] Complete header handling
  66. - [ ] Accept
  67. - [ ] If-None-Match
  68. - [ ] If-Modified-Since
  69. - [ ] Range
  70. - [ ] Limit
  71. - [ ] (PUT) Digest
  72. - [ ] Others
  73. - [ ] Query API
  74. # Alpha 7 TODO
  75. - [ ] Optimize queries
  76. - [ ] Separate read-only graph/resource generation from RW graph/res generation
  77. - [ ] Move server-managed triples to separate graph in simple layout
  78. - [ ] Fixity checks
  79. # Alpha 8 TODO
  80. - [ ] Full provenance layout
  81. - [ ] AuthN/Z
  82. - [ ] Authentication
  83. - [ ] WebAC
  84. - [ ] Blank nodes