TODO.historic 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. ## NOTE: after alpha 7 the TODO list has moved to Github issues. ##
  2. # Alpha 1
  3. - [D] Logging
  4. - [D] Server-managed triples
  5. - [D] PATCH
  6. - [D] PUT + POST
  7. - [D] Single-subject rule
  8. - [D] PATCH
  9. - [D] PUT + POST
  10. - [D] Prefer headers
  11. - [D] LDP-NR
  12. - [D] Direct and Indirect containers
  13. - [D] Referential integrity
  14. - [D] Tombstone
  15. - [D] Set
  16. - [D] Retrieve
  17. - [D] Delete
  18. - [D] Refactor toolbox
  19. - [D] GUnicorn
  20. - [D] Initial tests
  21. - [D] Framework + config
  22. - [D] HTTP layer
  23. - [D] Toolbox
  24. - [D] LDP layer
  25. - [D] Bootstrap
  26. # Alpha 2
  27. - [D] Messaging SPI
  28. - [D] Refactor structure and flow
  29. - [D] Support PUT and PATCH for LDP-NR metadata
  30. - [D] Reformat documentation
  31. - [W] Hyrax compliance
  32. - [D] Versioning
  33. - [D] Create version
  34. - [D] Retrieve version info
  35. - [D] Retrieve version
  36. - [D] Revert to version
  37. - [D] Slug behavior
  38. - [D] Avoid duplicate versions
  39. - [D] Delete version
  40. - [D] Tests
  41. - [D] Delete vs. purge
  42. - [D] Resurrect
  43. - [D] Resurrect recursive
  44. - [D] Configurable store back ends
  45. - [D] Framework
  46. - [D] Add embedded DB (PoC)
  47. - [D] Hash URIs
  48. - [D] PUT+POST
  49. - [D] GET
  50. - [D] PATCH
  51. - [D] DELETE (Purge)
  52. # Alpha 3
  53. - [D] Use named graphs
  54. # Alpha 4
  55. - [D] Reorganize pairtrees
  56. - [D] Fix basic Hyrax workflows
  57. - [D] Simple ingest
  58. - [D] Batch ingest
  59. - [D] Update
  60. - [D] Delete
  61. - [D] BDB backend
  62. # Alpha 5
  63. - [D] SPARQL query
  64. - [D] LMDB Back End
  65. # Alpha 6
  66. - [D] Optimize lookups (round 1)
  67. - [D] Optimize store
  68. - [D] Stats page
  69. - [D] Basic admin tools
  70. - [D] Stats page
  71. - [D] Stub admin tools page
  72. - [D] Make default graph a merge graph
  73. - [D] Revamp containment
  74. # Alpha 7
  75. - [D] Refactor for Python API
  76. - [D] Main structure
  77. - [D] LDP
  78. - [D] Admin
  79. - [D] Query
  80. - [D] Align logger variable
  81. - [D] UIDs start with a slash
  82. - [D] CLI prototype
  83. - [D] Update documentation