- 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
...Add an `Edit Issue` link on each issue that drops the user in the forge's (currently GitHub) editting mode for the selected file.
For an example of what is expected, see the `edit page` link/button at...
- Designing an issue tracker on gemini
✓ issue opened on Jul 25 2021 by Pjotr Prins, last updated on Feb 02 2022 by Pjotr Prins
...issue tracker and trello kanban)
* Track issues in text files - edit with your favourite editor
* Provide our own viewer - the github issue tracker and trello boards are not very configurable, e.g.
- 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
...it
* [x] Submit patches for review
## Editing metadata
* [x] Research ways of editing that text if the user really wants to
* [x] Inspect how GN1 did the edits
* [x] Work out if the edits are feasible/...
- 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...
- GN Markdown Editor Integration
issue opened on Jun 07 2024 by Alexander_Kabui, last updated on Aug 22 2024 by Alexander_Kabui; 9 of 10 tasks done
...`/edit` and `/commit`
### Edit (GET)
This is a `GET` request to retrieve file content. Make sure you pass a valid `file_path` as `search_query` (the path should be relative to the repository).
**Edit...
- 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.
- CD is slow
issue opened 14 days ago by Pjotr Prins, last updated 9 days ago by Pjotr Prins; 2 of 8 tasks done
...page takes 37.9s to run.
* Resolving a DNS takes around 4.585s. We make 7 requests. Totalling to 32.09. Typically, a traits page should take 8.79s. The difference: (- 37.9 32.09) = 5.8s; which...
- Wrong CSV in ITP_10001 longevity dataset
✓ issue opened on Apr 11 2022 by BonfaceKilz, last updated on Apr 12 2022 by BonfaceKilz
...issue
- [X] Check if database 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...
- 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
...login page for services that require authentication, and then return them to the page they were trying to access before logging in, rather than sending them to the homepage. Additionally, display the...
- 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.
- 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
...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 not) and a lot...
- 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...
- Investigate and Fix `rm` Command in `rqtl` Logs
issue opened on Jan 08 2025 by Alexander_Kabui, last updated on Jan 09 2025 by Munyoki Kilyungi; 4 of 6 tasks done
...the observed issue.
## TODO
* [ ] Test in a similar environment to the CD environment to replicate the issue.
* [ ] Investigate the internals of the QTL library for any unintended `rm` invocation.
- 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...
- 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...
- 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...
- 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).
- 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...
- Parsing genotyfiles
issue opened on Jul 11 2023 by Alexander_Kabui
...identify
the file in the GENOTYPE_FILES and extract sample_listx
for entire parsing code refer to:
=> https://github.com/genenetwork/genenetwork3/blob/main/gn3/db/genotypes.py
* Linked to issue...
- Zoomed mapping result are empty for certain traits
issue opened on Apr 11 2022 by Zachary Sloan, last updated on Apr 13 2022 by Zachary Sloan
...issue appears to be caused by marker namees being duplicated. If a marker name appears in an earlier chromosome, it ends up displayed first in the GEMMA results for a later chromosome.
For example...
- Capture state of phenotypes in a HASH
issue opened on Mar 23 2022 by Frederick Muriuki Muriithi
...API - so people van validate client side (as a feature).
This mentions RDF - which I think
* aruni
was involved in. I (fredm) have tagged them here, for their evaluation of the relevance of this issue...
- AI UI Enhancements
issue opened on Mar 01 2024 by Pjotr Prins; 0 of 3 tasks done
...This issue addresses user feedback received during the testing phase of GNQA on CD. The following improvements are required
## Tasks
* [ ] Only show the link when a user is logged in - they can't use...