QutEcoacoustics / workbench-client

workbench-client: a client side browser application for interacting with acoustic workbenches
Other
8 stars 1 forks source link

Use show requests for `hasMany` associations #2160

Open hudson-newey opened 3 weeks ago

hudson-newey commented 3 weeks ago

Once we can debounce duplicate http requests in #2159, we should consider using multiple show requests for hasMany associations.

The hope is that we will be able to debounce duplicate associations to improve performance and reduce the "real" number of outgoing requests

Blocked by: #2159