Skip to content

Feature/search bioentities details

Mateusz Bolewski requested to merge feature/search-bioentities-details into development

List and details of bio entities.

We cannot treat bio entities in the same way as mirna, chemicals or drugs. Thats why I decided to save list of all bio entities in store after clicking on individual submap.

I separated the components for bioEntities from the others (MiRNA, chemicals, drugs). Now, at the SearchDrawerWrapper component level, we have separate components:

  • ResultsList for drugs, chemicals and MiRNA
  • BioEntitiesResultsList for bio entites
Edited by Mateusz Bolewski

Merge request reports