You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the PartialOrd trait for OpenTreeOfLifeRank enum, in such a way that all well defined sortable entries can be ordered. A parent taxon should be placed before a child taxon.
In practice, create a new branch forking from the inat-taxonomy branch and then do a PR against the inat-taxonomy once the trait is added.
The text was updated successfully, but these errors were encountered:
Implement the
PartialOrd
trait forOpenTreeOfLifeRank
enum, in such a way that all well defined sortable entries can be ordered. A parent taxon should be placed before a child taxon.In practice, create a new branch forking from the
inat-taxonomy
branch and then do a PR against theinat-taxonomy
once the trait is added.The text was updated successfully, but these errors were encountered: