- Redirect Users to the Correct URL on Login for GN2
✓ issue opened on Sep 17 2024 by Alexander_Kabui, last updated on Oct 16 2024 by Alexander_Kabui; 2 of 2 tasks done
...then return them to the page they were trying to access before logging in, rather than sending them to the homepage. Additionally, display the message "You are required to log in" on the current page...
- Annotate traits page with metadata from RDF
✓ issue opened on Sep 30 2022 by Munyoki Kilyungi, last updated on Dec 15 2022 by Munyoki Kilyungi; 16 of 16 tasks done
...page with metadata from RDF
* assigned: bonfacem
* priority: high
* status: in progress
* keywords: rdf, critical, metadata
Read the design-doc here:
=> /topics/add-metadata-to-trait-page
This task...
- Gn Markdown Editor implementation
issue opened on Aug 07 2023 by Alexander_Kabui, last updated on Sep 11 2023 by Alexander_Kabui; 4 of 5 tasks done
...markdown page editor
* [x] add live preview for page markdown on edit
* [] authentication(WIP)
* [x] commit changes to github repo
* [x] UI improvement
## Notes
for quick server setup refer...
- Enable all DataTables to call the same code
issue opened on Jul 26 2022 by Zachary Sloan, last updated on Jul 27 2022 by Zachary Sloan
...DataTables are drawn independently, so each separate page has its own DataTables initialization code. This results in inconsistency with features (like some tables having resizable columns and others...
- Branding and front-end-services
issue opened on Jun 14 2023 by Pjotr Prins; 0 of 1 tasks done
...off a single machine.
# Tasks
* [ ] Create community server for GN4MSK
* + [ ] Fire up parallel page server
* + [ ] Handle headers and footers
* + [ ] Create portal page
* + [ ] Show specific datasets...
- Fix GN1 Network Graph
issue opened on Sep 15 2021 by Pjotr Prins, last updated on Mar 14 2022 by Frederick Muriuki Muriithi
...</p> ''' % (imageName, pdfName)
```
The PDF link works but is an empty page! So something is going wrong with generating this image in an earlier step. The page says it is using GraphViz
which brings...
- Designing an issue tracker on gemini
✓ issue opened on Jul 25 2021 by Pjotr Prins, last updated on Feb 02 2022 by Pjotr Prins
.../gn-gemtext-threads/blob/main/issues/database-not-responding.gmi
## Process
We leverage git to pull out dates and people contributions (pjotrp wrote ...) for display in a document/web page. This page...
- Search results presentation
issue opened on Apr 04 2023 by Alexander_Kabui
...tabular form and too many columns are presented to user overlapping the page
Design should be simple and eye catching to user
links to suggesetd designs:
=> https://www.ncbi.nlm.nih.gov/genome/?term...
- Fix Broken Global Search UI
issue opened on Jan 07 2025 by Alexander_Kabui, last updated on Jan 07 2025 by Alexander_Kabui; 0 of 2 tasks done
...custom layout CSS and replace it with the Bootstrap layout for better uniformity and easier debugging.
* [ ] Modify the navbar to extend across the full width of the page on medium and small devices.
- Add the option to save traits uploaded with the Submit Trait option
issue opened on Jul 19 2022 by Zachary Sloan
...changes/additions that should be made to this:
- Allow data to be submitted via a CSV upload
- Allow data to be saved to the DB via an "Add" (or maybe "Save") button on the trait page after submitting...
- Add an 'Edit Issue' Link to Tissue
✓ issue opened on Mar 24 2022 by Frederick Muriuki Muriithi, last updated on Apr 15 2022 by Arun Isaac
...expected, see the `edit page` link/button at
=> http://gemini.thebird.nl/gemini/genenetwork/gn-gemtext-threads/topics/data-uploads/editing-data.gmi
noting how it drops you straight into editting the...
- Allow analyses to be done between traits from "individuals" groups and their corresponding "main" group
issue opened on Jul 21 2022 by Zachary Sloan
...the mappings of individuals to strains exists in the CaseAttributes tables. A Temp trait could be created for the purposes of the analysis (though this presents potential issues with trait page links).
- Wrong CSV in ITP_10001 longevity dataset
✓ issue opened on Apr 11 2022 by BonfaceKilz, last updated on Apr 12 2022 by BonfaceKilz
...is affected in any way
- [X] Send a patch to fix
- [X] Notify every relevant user
- [X] Update case-attr page with links
## Notes
### Mon 11 Apr 2022 13:19:14 EAT:
The CSV file is technically fine.
- Slow query
issue opened on May 27 2023 by Pjotr Prins, last updated on May 29 2023 by Pjotr Prins; 0 of 2 tasks done
...alone, MyISAM does not waste time caching data. That's because it's not designed to cache data. InnoDB caches every data page and index page (and its grandmother) it touches. If your InnoDB Buffer...
- Fallback issues
issue opened on Mar 22 2024 by Pjotr Prins, last updated on Apr 05 2024 by Pjotr Prins; 3 of 6 tasks done
The page
=> https://d3js.org/getting-started
has links to
=> https://d3js.org/d3.v7.js
=> https://d3js.org/d3.v7.min.js
We can't use those because the SHA may change. So we have to host a local copy.
- GN2 Time Machines
issue opened on Aug 19 2022 by Pjotr Prins, last updated on Sep 05 2022 by Alexander_Kabui; 4 of 10 tasks done
...main page and you see 'There was an error retrieving and setting the menu. Try again later.'
GN3 is a separate REST server that has its own dependencies. A bit confusingly it is also a Python module...