fathomnet / community-feedback

0 stars 0 forks source link

Add frontend UI for new default concept tree #95

Closed kevinsbarnard closed 1 year ago

kevinsbarnard commented 1 year ago

UI to deal with 1 million+ names instead of 5k names (currently all done in memory)

ermbutler commented 1 year ago

Notes--

Docs: http://fathomnet.org:8888/docs/

Getting primary name from common: http://fathomnet.org:8888/taxa/info/starfish

ermbutler commented 1 year ago

https://github.com/fathomnet/fathomnet-web-ui/pull/5

hohonuuli commented 1 year ago

I've added a new endpoint to get searchable concepts rather than use all concepts in WoRMS. I haven't deployed it yet but it will be at https://fathomnet.org/api/boundingboxes/list/searchable and will be a drop in replacement for https://fathomnet.org/api/boundingboxes/list/concepts. It adds any terms from worms that will actually return hits in fathomnet when used in an all descendants search. I'll deploy it next week.