WheatonCS / Lexos

Python/Flask-based website for text analysis workflow. Previous (stable) release is live at:
http://lexos.wheatoncollege.edu
MIT License
120 stars 20 forks source link

Multicloud has nonintuitive radio buttons #231

Closed scottkleinman closed 9 years ago

scottkleinman commented 9 years ago

The radio button for Select a Document in Multicloud is in a funny location. It seems that the radio buttons are necessary for file management on the back end, but perhaps we can make a visibility toggle between the two options so that the user knows that he or she has a choice (and also does not forget to select a button).

akuisara commented 9 years ago

Hey @scottkleinman I have changed those nonintuitive radio buttons on Multicloud page, please let me know if you have any comments. Thanks!

scottkleinman commented 9 years ago

It looks like you were using the toggle option, but this is what the page looked like to me on load (I pulled right before testing): multicloudcapture

akuisara commented 9 years ago

I think this layout issue can be resolved by hard refresh...

scottkleinman commented 9 years ago

You're right. That worked.

So here are some changes. I think the toggle should read "Document Clouds || Topic Clouds", and it should have a tooltip explaining these options. I have just added the tooltip, so please pull again to see what I mean. It will need some styling to get it in the right location.

In addition, it would be clearer if the multicloud-selection and multicloud-upload fieldsets were shown or hidden based on the state of the toggle.

I also think that the location of the toggle should be moved. See the following illustration: multicloudcapture

akuisara commented 9 years ago

Just did the changes. How do you like the new style of this page?

scottkleinman commented 9 years ago

That looks great. The only problem (very minor) is that clicking the tooltip icon actually triggers the toggle button. But that doesn't need to be fixed immediately. It's even potentially useful.