Keesaco / KeesaFlo

A cloud-based flow cytometry web application
Other
6 stars 0 forks source link

Use JSON for gating requests #115

Closed McCrea closed 10 years ago

McCrea commented 10 years ago

This refactors gating code on both the server side and client side, the main outcome is that the client side now sends a JSON object to a uniform gating URI and that object contains all the parameters required for creating the gate. No special cases.

hazeld commented 10 years ago

This looks good.