Open mdoering opened 3 years ago
It would be great if the UI would allow to copy/paste TextTree from trees with multiple rows/names selected
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
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:
[species] {PUB=Miller2019 ENV=terrestrial,marine REF=Döring2021,Banki2022}
. Reference IDs must already exist and managed separatelyOther Needs