- Feature Request: Create Test Accounts
issue opened on Sep 16 2024 by Frederick Muriuki Muriithi, last updated on Sep 17 2024 by Frederick Muriuki Muriithi
...these test accounts? I'm thinking probably a new group that is also temporary - deleted when users are deleted.
* What happens to any data uploaded by these accounts? They should probably not upload...
- Migrate User Accounts from Redis to new Auth DB
✓ issue opened on Dec 22 2022 by Frederick Muriuki Muriithi, last updated on May 22 2023 by Frederick Muriuki Muriithi
...end the login process.
The user accounts information in redis is stored in a hash of the form:
```
{
<user-id:UUID>: {
"email_address": <:STRING>,
"full_name": <:STRING>,
"organization"...
- gn-uploader: Resume Upload
✓ issue opened on Jun 24 2024 by Frederick Muriuki Muriithi, last updated on Jul 03 2024 by Frederick Muriuki Muriithi; 4 of 4 tasks done
...upload, resume upload
## Description
If a user is uploading a particularly large file, we might need to provide a way for the user to resume their upload of the file.
Maybe this can wait until...
- Link Authentication/Authorisation
issue opened on Jun 24 2024 by Frederick Muriuki Muriithi
...upload
## Description
The last chain in the link to the uploads is the authentication/authorisation. Once the user uploads their data, they need access to it. The auth system, by default, will deny...
- Temporary Traits Access Concerns
issue opened on Aug 03 2023 by Frederick Muriuki Muriithi
...traits feature allows users to quickly upload and use data for their analyses. They are also created as computational artifacts of the correlation matrix feature.
The issue here is that the uploadeh...
- 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
...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. In this document, we detail...