TODO 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. - [D] 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 lookups (round 1)
  66. - [D] Optimize store
  67. - [D] Stats page
  68. - [D] Basic admin tools
  69. - [D] Stats page
  70. - [D] Stub admin tools page
  71. - [D] Make default graph a merge graph
  72. - [D] Revamp containment
  73. # Alpha 7
  74. - [D] Refactor for Python API
  75. - [D] Main structure
  76. - [D] LDP
  77. - [D] Admin
  78. - [D] Query
  79. - [D] Align logger variable
  80. - [D] UIDs start with a slash
  81. - [D] CLI prototype
  82. - [D] Update documentation