- Paginate Resources Page
issue opened on Jul 27 2023 by Frederick Muriuki Muriithi
...resources, data linking, auth
* type: feature request
## Description
Some of the Resources have too many data items linked, which leads to the page freezing when loaded.
Pagination will help aleviate...
- Provide Page/Link for/to Uploaded Data
issue opened on Jul 10 2024 by Frederick Muriuki Muriithi
...a landing page/dashboard for the data they have uploaded, with details on what that data is.
* Should we provide a means to edit the data here (mostly to add metadata and the like)?
* Maybe the page...
- 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
...fetching that list from the database. Look at trait
page for reference.
* [X] Extend idea of csv generation to probeset data. Get data from the genotype file and work out how to update the values...
- Build Registration Page for OAuth2 Clients
✓ issue opened on Dec 22 2022 by Frederick Muriuki Muriithi, last updated on May 30 2023 by Frederick Muriuki Muriithi
Build Registration Page for OAuth2 Clients
## Tags
* assigned: fredm, zsloan, zachs
* priority: high
* status: closed, completed
* keywords: authentication, authorisation, oauth2
* type: feature...
- Sort by Attributes
✓ issue opened on May 31 2024 by Frederick Muriuki Muriithi, last updated on May 31 2024 by Zachary Sloan
...js were moved into table_functions.js so they could be used by more pages.
In this case, the trait page needed access so that the case attribute columns could be sorted such that NA/NULL value
are...
- 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
...the upload of data, doing the bare minimum in terms of quality control. In this document, we detail the quality control checks that are required to be run against the uploaded data, to ensure the data...
- Temporary Traits Access Concerns
issue opened on Aug 03 2023 by Frederick Muriuki Muriithi
...uploadeh data or the data used in the correlation matrix could be, in some cases, sensitive data. Making the temporary traits always publicly visible could lead to leaking the data, especially if the...
- New Privileges: Samples Ordering
issue opened on Sep 19 2024 by Frederick Muriuki Muriithi
...opposed to a data curator role).
This allows us to have users that are "data curators" that we can offload some of the data curation work to (e.g. @flisso, @suheeta etc.).
We would then, restrict the...
- Link Authentication/Authorisation
issue opened on Jun 24 2024 by Frederick Muriuki Muriithi
...auth system, by default, will deny anyone/everyone access to any data that is not linked to a resource and which no user has any roles allowing them access to the data.
We, currently, assign such data...
- 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
...deleted.
* What happens to any data uploaded by these accounts? They should probably not upload data meant to be permanent. All their data might need to be deleted along with the temporary accounts.
- Replace Redis with SQL
issue opened 7 weeks ago by Frederick Muriuki Muriithi
...one of the many SQL databases (we'll probably use SQLite3 anyway), which are more standardised, and easier to migrate data from and to. It has the added advantage that we can open multiple connections...