TODO 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. - [ ] Migration tool
  53. - [ ] Complete header handling
  54. - [ ] Accept
  55. - [ ] If-None-Match
  56. - [ ] If-Modified-Since
  57. - [ ] Range
  58. - [ ] Limit
  59. - [ ] (PUT) Digest
  60. - [ ] Others
  61. - [ ] Query API
  62. # Alpha 4 TODO
  63. - [ ] Optimize queries
  64. - [ ] Separate read-only graph/resource generation from RW graph/res generation
  65. - [ ] Move server-managed triples to separate graph in simple layout
  66. - [ ] Fixity checks
  67. # Alpha 5 TODO
  68. - [ ] Full provenance layout
  69. - [ ] AuthN/Z
  70. - [ ] Authentication
  71. - [ ] WebAC
  72. - [ ] Blank nodes