Skip to content

Version 1.3.6: SRA record number/ID no longer required to process data

Compare
Choose a tag to compare
@AlexJSully AlexJSully released this 25 Mar 16:50
· 125 commits to master since this release

A brand new version of the eFP-Seq Browser has dropped!

Version 1.3.6 (dev version: p20210325) now makes the generation of data no longer requiring an SRA record number/ID to process data. Also includes UI/UX adjustments, offline service workers, optimization, and security & bug fixes.

New feature:

  • Add offline service worker for instance if a user loses connection mid-usage (this makes no change on loading new data but rather existing data)

UI/UX:

  • Added loading percent to the document's title
  • When the user clicks on "Generate XML" from the generate data form, it now moves the screen/document to the bottom of the page where the download button is
  • Removed duplicate arrows from help cards

Optimization:

  • Removed unnecessary code and unnecessary steps in logic
  • Added more GitHub workflows
  • Added cache-control
  • Updated what is cached and added preloading

Security:

  • Fixed incomplete URL substring sanitization issue

Documentation:

  • Added missing documentation

Bug fix:

  • Fixed issue where cookies were expiring on session end instead of a new version (also updated cookie name to be less vague)
  • Fixed issue where the eFP-Seq Browser required an SRA record number/ID to process data (no longer requires it)
  • Fixed issue where if a user adds multiple of the same SRA record number/ID, would fail to process consecutive SRA record numbers/IDs with the same record number/ID
  • Fixed issue where if no publication link or SRA record number was given, it would display a false link towards both of those within the "More details" of the table
  • Fixed issue where if the RNA-Seq map coverage/data visualization fails to load, would not display anything at all - now displays an error
  • Fixed issue where the loading screen was blocking interaction with the eFP-Seq Browser's table
  • Fixed issue where document's title was displaying the wrong name of the dataset if it was uploaded by the user
  • Fixed issue where inputs had no names and images had no alternative text (accessibility adjustments)
  • Fixed issue where creating new entries or resetting the entries within the generate data form was giving the incorrect entry number
  • Fixed incorrect link to GitHub page for the eFP-Seq Browser
  • Fixed broken bootstrap modals unable to close
  • Fixed web manifest not working correctly
  • Fixed missing meta-data and manifest
  • Fixed vagueness of version number and variable names
  • Fixed grammar
  • Fixed the mobile UI

Known issue:

  • If the web service timeouts, the eFP-Seq Browser will load continuously
  • Loading circle is not centred