Releases: molbiodiv/fennec
Releases · molbiodiv/fennec
Version 0.4.1
- Handle deleted traits properly
- Add two versions of IUCN to test set
- Replace Blackbird with patched Phinch
- Add user selected trait to project (biom)
- Merge multiple trait values for one organism
Version 0.4.0
- Rename organism_id to fennec_id
- Update webservices for db schema 0.4.0
- Fix frontend for new data schema
- Fix bugs (related to biom json export)
Version 0.3.2
- Add organism_id mapping to project details page
- Export project as biom (v1)
- Download mapping results as csv
- Mapping to organism_id by species name
- Make project ID and comment editable
- Improve project details page
- Use pre-compilation of jsx files with babel
- Re-write message system (using React)
Version 0.3.1
- Add exception handling to API
- Add generalized WebserviceTestCase
- Add fennec icon-font
- Fix project overview table delete bug (#30)
Version 0.3.0
- Use Symfony framework (symfony.com)
Version 0.2.0
- Update navigation
- Add trait details to projects
- Update database schema for specific trait types
- Add webservice to convert ncbi_taxids to organism_ids
- Add trait overview table to projects
- Update color scheme (fix scss)
Version 0.1.5
- Integrate a phinch fork for inspection of projects
- Add OTU table to project page
- Add central dialog method
- Add biom2 to biom1 conversion capability on the server
- Add filename of imported file to project table
- Add "remove project" capability
- Remove communities from web interface
Version 0.1.4
- Add proper redirects on login and logout
- Add project upload capability
- Add project overview table
Version 0.1.3
- Add login with GitHub
Version 0.1.2
- Add gulp as build system
- Add style-checks (phpcs, sassLint, jshint)
- Add docu generation (apigen, jsdoc)
- Add unit tests (phpunit, jasmine)
- Add performance test (artillery)
- Add ui test (selenium)
- Add contribution guidelines