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
Currently each taxon returns 2 parents above its self. We want to keep track of all parents for each taxa and provide those in all taxa endpoints. There is an existing many 2 many field for caching parents on the Taxon model, but it is not auto populated or used in API response. There may be a more efficient way. Explore using a PostgreSQL JSON field.