建议修改UI
我希望修改日程安排页面上的“多面过滤器”,并希望获得一些关于我可以使用哪种 UI 元素来增强体验的信息。当前的情况非常糟糕,城市/英里部分确实无法正常工作,它最初是使用邮政编码构建的,后来转换为使用城市。
这里可以使用哪些好的 UI 元素?您认为这个东西如何工作?
URL 为 http://www.scic.com/schedule
该页面未验证,请不要'不要为此把我钉在十字架上,我一个月前才开始在这里工作。
我一直在使用多选小部件( http://www.erichynds. com/jquery/jquery-ui-multiselect-widget )用于状态,但不确定我应该对其他部分使用什么。
I am looking to modify the "faceted filter" on our schedule page and would like some input on what kind of UI elements I could use to enhance the experience. The current one is woefully bad and the city/miles section really doesn't work correctly, it was originally built using zip codes and converted to using cities.
What would be some good UI elements to use here and how would you see this thing working?
The URL is http://www.scic.com/schedule
The page does not validate, please don't crucify me for that, I only started work here a month ago.
I have been building a demo using the multiselect widget ( http://www.erichynds.com/jquery/jquery-ui-multiselect-widget ) for the states but not sure what I should use for the other parts.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是一些想法:
就您实际选择的内容而言,日期选择器控件非常令人困惑。另外,为什么一次只能显示4个月?
缺少一些鼠标悬停状态,这有助于指示可单击的内容。例如,如果你将鼠标悬停在月份上,你会得到胡萝卜而不是手,所以除非你点击它,否则你不知道你可以。 (同样适用于其他地方,例如国家选择器中的复选框)
州目前与城市字段没有任何关系,这不是很好的做法。如果用户选择特定的州,则只有该州的城市在城市下拉列表中可见。
Here are some ideas:
The date selector control is very confusing in terms of what you're actually selecting. Also, why is it only limited to displaying 4 months at a time?
There are some missing mouse-over states which would help indicate what is clickable. For instance if you mouse over the month you get the carrot instead of the hand so unless you click it you don't know that you can. (Same goes for other places like checkboxes within the sate selector)
State currently does not have any relation to the City field which is not such good practive. If a user selects a specific state, then only the cities for that state should be visible within the cities drop-down.