aboutsummaryrefslogtreecommitdiff
path: root/uploader
AgeCommit message (Collapse)Author
5 daysFix typos.Frederick Muriuki Muriithi
5 daysLint: Fix myriad of linting issuesFrederick Muriuki Muriithi
5 daysProvide missing database connection.Frederick Muriuki Muriithi
5 daysCreate new genotype datasets.Frederick Muriuki Muriithi
5 daysPoC: Common checks in decorators work.Frederick Muriuki Muriithi
5 daysHandle common checks in one place.Frederick Muriuki Muriithi
The checks for species and population are (before this commit) repeated over and over in different parts of the code. This commit extracts that common functionality into decorators in a new module.
5 daysFix check.Frederick Muriuki Muriithi
6 daysRespond to UI actions even for unimplemented links.Frederick Muriuki Muriithi
6 daysAdd placeholder for background jobs.Frederick Muriuki Muriithi
6 daysAdd notes on handling datasets and studies.Frederick Muriuki Muriithi
6 daysPut "Expression Data" next to related "Individual Data"Frederick Muriuki Muriithi
My current understanding of the data leads me to the conclusion that the term "Expression Data" indicates the superset of data that includes the "Individual data", "Average/SE data" etc. For easier tracking, I have grouped the two links next to each other for now.
6 daysUse function from `uploader.platforms` packageFrederick Muriuki Muriithi
Reuse the function from the `uploader.platforms.models` module. This reduces duplication, and also helps with ensuring robustness of the code — the function actually checks to ensure the platform relates to the selected species.
6 daysRedirect to listing page for now — remove extra endpoint.Frederick Muriuki Muriithi
Until I know whether or not we'll be needing the extra "view platform" feature, I've elected to remove the endpoint for now.
6 daysFix typo.Frederick Muriuki Muriithi
6 daysCommit forgotten rqtl2.py moduleFrederick Muriuki Muriithi
6 daysImplement creation of new platform.Frederick Muriuki Muriithi
6 daystyping: Fix type errorsFrederick Muriuki Muriithi
6 daysLint: Silence linter by fixing minor issues.Frederick Muriuki Muriithi
6 daysLint: Fix imports.Frederick Muriuki Muriithi
6 daysLint: Get rid of single-use variableFrederick Muriuki Muriithi
6 daysLint: Get rid of extraneous if check.Frederick Muriuki Muriithi
6 daysHandle FamilyOrder when creating a population.Frederick Muriuki Muriithi
7 daysFix minor UI bug.Frederick Muriuki Muriithi
7 daysInitialise "Platforms" section.Frederick Muriuki Muriithi
7 daysMove R/qtl2 upload code under the populations package.Frederick Muriuki Muriithi
7 daysInitialise the "Expression Data" section.Frederick Muriuki Muriithi
7 daysUI: Indicate currently active menu.Frederick Muriuki Muriithi
10 daysInitialise UI for managing genotype datasets.Frederick Muriuki Muriithi
11 daysOnly show a single genotype dataset.Frederick Muriuki Muriithi
It is expected that there is only ever a single genotype dataset for any one particular population.
11 daysUI Improvement: Get rid on "Select Species" legendFrederick Muriuki Muriithi
11 daysList genotype datasetsFrederick Muriuki Muriithi
11 daysFix minor UI bugs.Frederick Muriuki Muriithi
12 daysAdd genotype dataset UIFrederick Muriuki Muriithi
12 daysSeparate genetic markers from encodings and datasetsFrederick Muriuki Muriithi
12 daysPut endpoint behind auth.Frederick Muriuki Muriithi
12 daysDocument the menu on the home page.Frederick Muriuki Muriithi
13 daysDisplay some genotype information.Frederick Muriuki Muriithi
13 daysParse ints from strings safely.Frederick Muriuki Muriithi
13 daysEnable spefifying of start point for enumerator.Frederick Muriuki Muriithi
13 daysSelect genotype's population.Frederick Muriuki Muriithi
13 daysProvide entry-point of genotypes.Frederick Muriuki Muriithi
13 daysUI Improvements: Move genotypes below populations.Frederick Muriuki Muriithi
13 daysUI Improvements: Remove duplicate "Select Species"Frederick Muriuki Muriithi
13 daysUI Improvements: Provide better copy for the page.Frederick Muriuki Muriithi
13 daysUI Improvements: Enumerate data in tables.Frederick Muriuki Muriithi
13 daysUI Improvements: SpeciesFrederick Muriuki Muriithi
- Remove redundant information - Rename "Scientific Name" to "Organism Name" - Add helpful tooltip text to elements - Rename "TaxonId" to "Taxonomy ID"
13 daysUI Improvements: Provide some details of logged in userFrederick Muriuki Muriithi
13 daysUI Improvements: Move headings/titles to the left.Frederick Muriuki Muriithi
14 daysFix minor bugs and linting and typing errors.Frederick Muriuki Muriithi
14 daysUse new endpoint to create resource and assign appropriate roles.Frederick Muriuki Muriithi