Skip to content

Alpha test release 4

Compare
Choose a tag to compare
@terazus terazus released this 05 Dec 14:08
· 39 commits to main since this release
fc0ddfe

What's Changed

  • Improved the documentation with a user guide.
  • Updated the README file with a better introduction and some images
  • Cleaned up the application constants.
  • Batch codes can only be used once per species. They are now validated at creation and shipping. There is a new feature to replace batch codes on the fly in existing files before shipping.
  • Importing from a personnal gdrive now copies the entire file insted of creating a simlink.
  • Added a strong password policy.

Bug fix:

  • fixed #67 #103 #117 #119 #120 #122 #123 and #127
  • Water Control now has identifer PTX000 instead of PTX997
  • Fixed a bug in the validation where controls would be validated against the number of replicates instead of the number of controls

New endpoints:

  • GET to /api/batch/<batch_code>/validate?species= to validate the batch code for the given organism
  • GET to /api/files/<file_id>/batch?batch=<batch_code> to update the current file with a new batch (keeps the data)