CatalogueOfLife / checklistbank

UI for checklistbank.org
https://www.checklistbank.org/
7 stars 3 forks source link

Taxon Editor in 1 week #954

Open mdoering opened 3 years ago

mdoering commented 3 years ago

I think we can build a basic taxonomic editor in one week by adding a few features to the assembly tree mostly, making use of TextTree as a batch input format.

Assembly Tree changes The Modify Tree tab of the project assembly tree is the main editor which would need a few simple changes only:

Other Needs

mdoering commented 1 year ago

It would be great if the UI would allow to copy/paste TextTree from trees with multiple rows/names selected

mdoering commented 1 year ago

2 TextTree methods to read and write are available in the dev API:

GET Accept: text/plain /dataset/{datasetKey}/nameusage/{taxonID}/tree POST Content-Type: text/plain /dataset/{datasetKey}/nameusage/{taxonID}/tree