Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor organism list page #136

Open
nekrut opened this issue Oct 17, 2024 · 0 comments
Open

Refactor organism list page #136

nekrut opened this issue Oct 17, 2024 · 0 comments
Assignees

Comments

@nekrut
Copy link
Contributor

nekrut commented Oct 17, 2024

At this time the Organism page (https://brc-analytics.org/data/organisms) is really a strain page. The same organism is often listed multiple times. This page needs to be refactored in accordance with the logic described in #130.

Image

Specifically, the organism name should become unique. The table should look like this:

[ ] Name TaxId # Refs Tags
[ ] Genus species1 1234 4 [VEuPath][PlamoDB]
[ ] Genus species2 5678 2 [VEuPath][FungiDb]

Clicking on species name will bring the user to the "Taxa page". If the user selects multiple species by using checkboxes, this create a button "Go to Taxa page", which will point to the "Taxa page" as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

2 participants