thomasxwright / Feather-Trace

1 stars 0 forks source link

On initial load, only fetch minimal bird data. fetch the rest when a bird is expanded. #10

Closed thomasxwright closed 1 year ago

thomasxwright commented 1 year ago

Implemented the abbreviated initial load. Next step: on opening a genus, request and populate full bird data for all species of the genus.

thomasxwright commented 1 year ago

Implemented the abbreviated initial load. Next step: on opening a genus, request and populate full bird data for all species of the genus.

thomasxwright commented 1 year ago

Full loading of all birds is implemented for all birds within a genus when the genus is clicked upon.

The cladistic tree is updated with this data.

thomasxwright commented 1 year ago

-loads only the truncated data on the initial loads -loads full bird data when a genus is inspected. displays a loading card while they load -displays full bird data properly in a responsive format now.