plantinformatics / pretzel

Javascript full-stack framework for Big Data visualisation and analysis
GNU General Public License v3.0
44 stars 13 forks source link

Items identified after release v3.0.0 #416

Closed Don-Isdale closed 1 week ago

Don-Isdale commented 1 month ago

Issues reported 2024Oct 23 - 25, after v3.0.0 release on Oct23

Tested OK, 2024Nov14 :

Screenshot from 2024-11-14 19-54-09


Changes implemented :

8e75232f data_templates : copy new worksheet types from xltx to ots a021759e handle and report to GUI when error in upload VCF worksheet 4891a951 Add server trace of unhandled exception and promise rejection

Tested OK 2024Nov18 : Screenshot from 2024-11-18 09-20-39


Don-Isdale commented 3 weeks ago

Genotype Table : Change highlight of selected SNPs

Reported issue (MS Teams, 2024Nov01 16:44) : "re. selected SNPs for genotype sample ordering : can it not be solid green, but rather transparent? at the moment it obscures the allele ... can it just be an outline ?" In chrome the selected SNP highlight is showing as a solid green block; in Firefox it shows a wider border at the top and bottom, allowing the allele (genotype value) of the cell to show through.

Firefox :

Screenshot from 2024-11-07 10-14-08

Change made :


Don-Isdale commented 3 weeks ago

Logout routes to /undefined and displays 404 page

When the user logs out from Pretzel, the URL changes to .../undefined, and the 404 error page is displayed.

Don-Isdale commented 3 weeks ago

Genotype Table : make selected SNPs consistent between datasets when a VCF dataset is viewed

61cd931c improve sampleFiltersCopy : check if a feature is in this block; allow time for brushed features to be loaded


(This item was moved here from above comment 2024Nov07)


Results

Screenshot from 2024-11-11 18-44-37

Screenshot from 2024-11-11 18-45-04

Screenshot from 2024-11-11 18-45-37

Don-Isdale commented 2 weeks ago

Column header height is too large for some datasets


Before fix

Screenshot from 2024-11-11 18-04-25

After the above change

Screenshot from 2024-11-11 18-45-37

Don-Isdale commented 1 week ago

Closing as completed

All items are complete.

The implemented changes are released via PR #418 as v3.1.0.