BaderLab / GenomeClinic-PGX

Web application for clinical pharmacogenomic interpretation
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Hotfixes #151

Closed patmagee closed 9 years ago

patmagee commented 9 years ago

Hotfixes to Beta Server

Many Issues quickly arose during server testing. These fixes attempt to address a number of issues that were encountered.

  1. Haplotypes and Dosing information can now be independently deleted without affecting each other. When one is deleted, the container in the db has a flag set to false instead of deleting the entire container.
  2. When a marker is deleted from a gene, this deletion now propagates to all Haplotypes instead of failing to be saved
  3. In order to ensure high quality data entry A basic search box function has been added with a combination of css and jquery.
  4. Added a standard druglist to the default data
  5. Added the ability to flag a recommendation
  6. Added the "Other" Category to predicted effect for when the predicted effect is not intuitive
  7. Created new Drug of interest input fields. PReviously this was manually parsed from the drugs that showed up in the recommendations, however the user can now specify the drugs of interest.
  8. Modified current medications to include dosin / frequency and notes
  9. Now displaying the Genotype in a table for Each PGX result, as well as displaying Missing tables and information
  10. Added a Definitions page.
  11. Converted Several pages over to partials to be rendered on the server side. In the case that the is not required to be dynamically rendered, it will now be rendered by express and handlebars on the server and then be sent to the client.
  12. Changed x's to chevrons for PGX analysis page