From bc17e208177e688592f1bc8efbb376e233687d5b Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 10 Feb 2026 13:04:10 -0600 Subject: Mark some tasks as completed. --- issues/gn-auth/improve-authorisation-checks.gmi | 4 ++-- 1 file 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 * [ ] * [ ] -- cgit 1.4.1