summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2026-02-10 13:04:10 -0600
committerFrederick Muriuki Muriithi2026-02-10 13:04:10 -0600
commitbc17e208177e688592f1bc8efbb376e233687d5b (patch)
tree0265fa1a1d6239a0a0558b30c569df18ec891888
parent664954493c164d69b4a11895115a77e5e3ad8c0a (diff)
downloadgn-ai-bc17e208177e688592f1bc8efbb376e233687d5b.tar.gz
Mark some tasks as completed.
-rw-r--r--issues/gn-auth/improve-authorisation-checks.gmi4
1 files changed, 2 insertions, 2 deletions
diff --git a/issues/gn-auth/improve-authorisation-checks.gmi b/issues/gn-auth/improve-authorisation-checks.gmi
index f5058260..faa14cd7 100644
--- a/issues/gn-auth/improve-authorisation-checks.gmi
+++ b/issues/gn-auth/improve-authorisation-checks.gmi
@@ -45,8 +45,8 @@ There are different levels any particular user of the Genenetwork system can act
 
 ### Tasks
 
-* [ ] Implement new module/package for check functions
-* [ ] Use new check function(s) in place of raw checks (this can be done incrementally), i.e. changed as the developer(s) work on a module
+* [x] Implement new module/package for check functions: actually just implemented the new functions in an existing module for now.
+* [x] Use new check function(s) in place of raw checks (this can be done incrementally), i.e. changed as the developer(s) work on a module. Found out there isn't a lot of places in gn-auth that the checks are used. Good to have them around though.
 * [ ] Explore Python's introspection facility and what utility it can be for the authorisation
 * [ ] 
 * [ ]