Skip to content

Releases: UMCUGenetics/VUSualizer

v1.3.0

10 Jun 14:28
dd51e17
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...v1.3.0

v1.2.1

07 Nov 14:30
08b7746
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

v1.2.0

22 Aug 13:49
ca78da4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

v1.1.1

22 Jun 10:02
3a8a2da
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

v1.1.0

20 Apr 07:58
c7d2bf3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.1.0

v1.0.0

15 Jul 13:29
4e139bb
Compare
Choose a tag to compare

First production version

Alissa connection instead of using importing Excels from "O-schijf"

adds a LastUpdatedOn in MongoDB with a default (for first time use script).
looks into Alissa based on LastUpdatedOn, to minimize the number of analyses to go trough and only update if necessary
checks if analysis is already in MongoDB and updates it if necessary
removed the old O-schijf (Excel) upload method
changed the logging to "INFO", because otherwise cluttered with Alissa HTTP attempts (and busy responses)
added config (empty in GitHub) for Alissa connection keys and login info

Layout changes to accommodate for the new Alissa method (replacing the Excel upload method) #13

changed layout of the variant, gene, all and patient pages.
changed the layout and information found on the "VUS" page.
added GnomAD link functionality. Now only available for SNP. Other SNVs will be added in the future after some Alissa updates.
removed "false" links that did not lead to a specific page or anything related to what was clicked on. At first everything was clickable, now only the functional.
formatting of code + removal of old commented code

Added restrictions for specific roles and updated account page #15

new roles ROLE_CLINIC and ROLE_DIAGGEN added
make restrictions for ROLE_CLINIC that they can never access the "Genes", "Variants" and "List All" pages
make restrictions for ROLE_CLINIC that they cannot link via another page to "Genes", "Variants" and "List All" pages
updated the "Account" page to let the user know about these new restrictions (you are always redirected to this page if access is denied)
restrictions also apply for users that are not ROLE_DIAGGEN or ROLE_ADMIN