Kaynağa Gözat

Update TODO.

Stefano Cossu 7 yıl önce
ebeveyn
işleme
828dce516d
2 değiştirilmiş dosya ile 15 ekleme ve 6 silme
  1. 12 3
      doc/notes/TODO
  2. 3 3
      tests/endpoints/test_ldp.py

+ 12 - 3
doc/notes/TODO

@@ -59,10 +59,19 @@
 
 # Alpha 4 TODO
 
+- [W] Reorganize pairtrees
+- [W] Fix basic Hyrax workflows
+  - [D] Simple ingest
+  - [ ] Batch ingest
+  - [ ] Update
+  - [W] Delete
+
+# Alpha 5 TODO
+
 - [ ] Complete revert to version and resurrect
 - [ ] Explore alternative backends
 
-# Alpha 5 TODO
+# Alpha 6 TODO
 
 - [ ] Migration tool
 - [ ] Complete header handling
@@ -75,14 +84,14 @@
   - [ ] Others
 - [ ] Query API
 
-# Alpha 6 TODO
+# Alpha 7 TODO
 
 - [ ] Optimize queries
 - [ ] Separate read-only graph/resource generation from RW graph/res generation
 - [ ] Move server-managed triples to separate graph in simple layout
 - [ ] Fixity checks
 
-# Alpha 7 TODO
+# Alpha 8 TODO
 
 - [ ] Full provenance layout
 - [ ] AuthN/Z

+ 3 - 3
tests/endpoints/test_ldp.py

@@ -281,17 +281,17 @@ class TestLdp:
         # @TODO Leave commented until a decision is made about SSR.
         #assert self.client.patch(
         #    path, data=nossr_qry,
-        #    headers={'content-type' : 'application/sparql-update'}
+        #    headers={'content-type': 'application/sparql-update'}
         #).status_code == 412
 
         assert self.client.patch(
             path, data=abs_qry,
-            headers={'content-type' : 'application/sparql-update'}
+            headers={'content-type': 'application/sparql-update'}
         ).status_code == 204
 
         assert self.client.patch(
             path, data=frag_qry,
-            headers={'content-type' : 'application/sparql-update'}
+            headers={'content-type': 'application/sparql-update'}
         ).status_code == 204