Keesaco / KeesaFlo

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

Use JSON for gating requests #114

Closed McCrea closed 10 years ago

McCrea commented 10 years ago

Currently we use a load of parameters in the URL. Given that gating is going to be more than just a list of points and a tool name, I think we should create a 'gating object' on the client side and send that to the server. This will make adding different tools easier - e.g. the reverse gating flag can be set as a parameter in the JSON rather than having to parse it out of a gating request URI.

RoganMurley commented 10 years ago

This sounds sensible.