aquariumbio / aquarium

The Aquarium Lab Operating System
http://klavinslab.org/aquaverse/
MIT License
58 stars 15 forks source link

return operation details along with list of operations when searching for operations on the manager pages #584

Open gnomicosuw opened 3 years ago

gnomicosuw commented 3 years ago

this is fairly easy if we don't mind an N+1 problem

(Note v2 is full of N+1 problems, but I wanted to get rid of all of them).

I will solve it the "easy" way until for now.