Keesaco / KeesaFlo

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

Helpful hints #154

Closed samwisethetired closed 10 years ago

samwisethetired commented 10 years ago

Added short descriptions for gating types and some step by step hints. Hosted on sam.keesaco-spe.appspot.com.

hazeld commented 10 years ago

Also the normal gate description causes the download, gate, reset buttons etc. to go below the graph on my screen. Maybe limit the size of the box? Otherwise, looks good!

RoganMurley commented 10 years ago

I think we could make the descriptions more explanatory and concise, and wrap text if it becomes to long too (the normal gating description extends underneath the open filebar for me). The code behind it looks good though.

samwisethetired commented 10 years ago

Updated the language so it now says move instead of drag. The description boxes now have a hard limit of around 500px, so that should reduce unwanted behaviour. I'm not too worried about it extending under the file-bar, the alerts at the top do the same thing, although the hard limit should reduce this problem.

McCrea commented 10 years ago

This is a responsive application. I feel like a hard px limit is a bit... evil. Otherwise looks fine.

McCrea commented 10 years ago

I've merged this due to time pressure but the strings should really be moved out to an array and then dereferenced rather than using switch blocks in my opinion.