- Quality Control of Data in Uploaded R/qtl2 Bundles
✓ issue opened on Feb 02 2024 by Frederick Muriuki Muriithi, last updated on Sep 16 2024 by Frederick Muriuki Muriithi; 10 of 15 tasks done
...keywords: quality control, QC, R/qtl2 bundle
## Description
Currently (2024-02-02T05:41+03:00UTC), the code simply allows the upload of data, doing the bare minimum in terms of quality control.
- Use "Authorisation Code Flow" for Authentication
✓ issue opened on May 08 2023 by Frederick Muriuki Muriithi, last updated on May 22 2023 by Frederick Muriuki Muriithi
...Code Flow"[1] (possibly with PKCE[2]) for web and mobile applications.
With the "Authorisation Code Flow"[1] in place, we will also have the ability to reuse the auth(entic|oris)ation system for other...
- Temporary Traits Access Concerns
issue opened on Aug 03 2023 by Frederick Muriuki Muriithi
...some cases, sensitive data. Making the temporary traits always publicly visible could lead to leaking the data, especially if the names are easily guessable.
We need therefore, to control the access...
- Rework Resources
✓ issue opened on Sep 06 2023 by Frederick Muriuki Muriithi, last updated on Feb 27 2024 by Frederick Muriuki Muriithi; 2 of 3 tasks done
...enough, and the code thus needs yet another edge case.
This means that there is a need to refactor the code to make the concept of a "resource" global, and any/all privileges a user has should act...
- Clean up Authorisation
✓ issue opened on Nov 19 2021 by BonfaceKilz, last updated on Dec 04 2023 by Frederick Muriuki Muriithi; 4 of 4 tasks done
...Look at Chris' authorisation code:
=> https://github.com/genenetwork/gn-proxy
Atm genenetwork2's handling of authorisation is a bit clunky; Since @Bonface is working on the data data up-loader...