about summary refs log tree commit diff
path: root/uploader/templates
AgeCommit message (Collapse)Author
2026-04-16Enable search by the publications titles and authors. HEAD mainFrederick Muriuki Muriithi
2026-04-16Provide defaults for Year and Month.Frederick Muriuki Muriithi
Year is a required field, but we provide the month too.
2026-04-13Move "Upload Genotypes" button to dataset page.Frederick Muriuki Muriithi
2026-04-13Retrieve ALL markers for a species regardless of data.Frederick Muriuki Muriithi
Retrieve all the genetic markers that exist for a particular species regardless of whether or not a particular marker has corresponding samples allele data.
2026-04-13Open page in a new tab.Frederick Muriuki Muriithi
2026-04-13Fetch markers from JSON endpoint.Frederick Muriuki Muriithi
2026-04-13Delete obsolete template.Frederick Muriuki Muriithi
2026-04-13Separate related UI elements into separate rows.Frederick Muriuki Muriithi
2026-04-13Only parse content when it's present.Frederick Muriuki Muriithi
2026-04-13Improve UI text and reorganise the UI.Frederick Muriuki Muriithi
2026-04-13Convert from "disabled" to "readonly" to ensure value is submitted.Frederick Muriuki Muriithi
Convert the "dataset-name" input element to "readonly" to ensure that the auto-generated name is not editable by the user, but is submitted together with the rest of the data.
2026-04-09Prompt user for a name for the resource object.Frederick Muriuki Muriithi
2026-03-27Genenetwork: Initialise datatable for genetic markers.Frederick Muriuki Muriithi
2026-03-27genotypes: Reorganise UI.Frederick Muriuki Muriithi
2026-03-27genotypes: Setup sane defaults for creating new genotype datasets.Frederick Muriuki Muriithi
2026-03-27genotypes: Delete obsolete template.Frederick Muriuki Muriithi
2026-03-25Open link in new tab/window.Frederick Muriuki Muriithi
2026-03-25genotypes: Simplify UI text.Frederick Muriuki Muriithi
2026-03-18Move button to the right.Frederick Muriuki Muriithi
2026-03-17Replace '#' with 'Index' in tables.Frederick Muriuki Muriithi
2026-03-17Species: Improve UI text, and fix minor bug.Frederick Muriuki Muriithi
2026-03-17Publication: Update UI Text.Frederick Muriuki Muriithi
Update the UI text for the Publications page to the text provided by @acenteno.
2026-03-17Change frontpage textFrederick Muriuki Muriithi
Update the text to the suggestion made by @acenteno. Move the sign-in button to the right.
2026-03-17Fix indentation: Everything is re-indented; no other changes.Frederick Muriuki Muriithi
2026-03-17Add a frontpage banner image.Frederick Muriuki Muriithi
2026-03-09Enable download of list of errors.Frederick Muriuki Muriithi
2026-02-18Make dataset name not editable.Frederick Muriuki Muriithi
2026-02-18Provide a default name for the dataset.Frederick Muriuki Muriithi
2026-02-18Improve tooltip message.Frederick Muriuki Muriithi
2026-02-18Remove link to provide more area for publication selection.Frederick Muriuki Muriithi
Remove the link from the publication title to allow it be more easily used for selecting the publication on the "Upload Phenotypes" page. The user has other ways for getting to a publication to edit it.
2026-02-11Optionally render breadcrumb if no dataset defined yet.Frederick Muriuki Muriithi
2026-02-06Expose 'delete-phenotypes' feature to end users.Frederick Muriuki Muriithi
2026-01-30Fetch and display actual details for phenotypes being deleted.Frederick Muriuki Muriithi
2026-01-30Set max-width to prevent <pre> from reflowing the page.Frederick Muriuki Muriithi
2026-01-30Implement UI logic to trigger phenotype deletion job.Frederick Muriuki Muriithi
2026-01-29SHIM: Simplify preview UI. Hard-code container width.Frederick Muriuki Muriithi
This hard-codes the width of the table's container element to ensure that the overflow property is respected. Without the hard-coded width, the table - generated with javascript - overrides the page width, causing all content to reflow. We do not want that. This also get's rid of the unnecessary "card" interface.
2026-01-29Make the "no value" indicator more explicit.Frederick Muriuki Muriithi
2026-01-29Remove fieldsets: They break styling.Frederick Muriuki Muriithi
2026-01-26Initialise forms to help delete phenotypes.Frederick Muriuki Muriithi
2026-01-26Remove commented out proof-of-concept code.Frederick Muriuki Muriithi
2026-01-26Bug: DataTables: Check both radio buttons and checkboxes.Frederick Muriuki Muriithi
Extract logic for checking/unchecking a datatable's row's checkbox or radio button as relevant, into a new function. Use new function instead of multiple copies of the logic.
2026-01-23Remove unnecessary console.debug() statement.Frederick Muriuki Muriithi
2026-01-23Fix some minor styling (css) issues.Frederick Muriuki Muriithi
2026-01-23Add initial placeholder UI to confirm deletion.Frederick Muriuki Muriithi
2026-01-23Collect all selected phenotype IDs for deletion.Frederick Muriuki Muriithi
2026-01-23Use a form for deletion of phenotypes.Frederick Muriuki Muriithi
2026-01-23Remove data presented elsewhere.Frederick Muriuki Muriithi
2026-01-23Re-organise UIFrederick Muriuki Muriithi
Move action buttons between introductory text and the table of phenotypes.
2026-01-23Initialise UI for deletion of phenotypes.Frederick Muriuki Muriithi
2026-01-13Redirect to "Job Summary" page by default on successful completion.Frederick Muriuki Muriithi