Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-1766] Improve Interpreter Binding UI better (frontend) - #1734
[ZEPPELIN-1766] Improve Interpreter Binding UI better (frontend)#17341ambda wants to merge 12 commits into
Conversation
Leemoonsoo
commented
Dec 8, 2016
Thanks @1ambda for working on UX improvement. Personally, i'd prefer keep items in 1 column. Because it displays interpreter names (e.g. %spark, %pyspark, etc) at predictable location. i.e. beginning of each rows. This change doesn't newline after each item and each item has variable length and it's hard to quickly read interpreter through eyes, even though there's filter. IMO. Scrollbar will be there anyway when user have enough numbers of interpreter settings. Or when user have small screen size. For this reason, how about think other way to help user easily find 'save' button? |
@Leemoonsoo Thanks for your opinion! That's true there will be scrollbar anyway if we have many bindings. |
Leemoonsoo
commented
Dec 8, 2016
Thanks again! |
b0d0722 to
3aafdffComparecloverhearts
commented
Dec 8, 2016
I like a green button for default interpreter feedback. |
AhyoungRyu
commented
Dec 9, 2016
@1ambda Great initiative for improving interpreter binding page UI! I also agree that current binding page is getting longer (thanks to the Zeppelin contributors :D) and getting hard to find. Definitely needs to be improved. I tested this branch and checked the improvement. Let me share my thought about this patch in here.
Most of them in the above are just my personal opinion. So surely you don't need to apply all of them. And thanks again for your effort to improve the UI! |
Thanks for detailed review @AhyoungRyu :) 1. Fixed Inputbox placeholder2. Fixed dropdown button size, Removed tooltip3. Applied the green color to binding even when filtered |
61cf3e2 to
8f3c98aCompare1ambda
commented
Dec 13, 2016
@AhyoungRyu@Leemoonsoo please let me know if there is anything to be fixed. Thanks! |
zjffdu
commented
Dec 13, 2016
I also notice this failed test in travis. I think there're several jiras tracking the flaky test. The flaky test waste every developer's time. I think we should spend some time to fix them. What do you think ? \cc @Leemoonsoo@AhyoungRyu@1ambda |
Totally agree with @zjffdu's opinion. Here are unresolved flaky tests I will work on 1739, 1749 first that i reported before. |
AhyoungRyu
commented
Dec 13, 2016
Thanks @1ambda. Seems it much better! Let me test again. |
bzz
commented
Dec 13, 2016
Guys, if I may, I would suggest keep the discussion in PR focused on the subject of the PR and move general topics of project's CI stability to the public dev@ mailing list and appropriate JIRA issues. Main reason beeing that people in community, who are interested in the subject of CI stability have hirer chanced on collaborating and fixing it together that way. Here is JIRA for the CI failing on |
Hi all, Let me know if anything needed to be changed from code style to design! Thanks :) |
1ambda
commented
Dec 19, 2016
Hi all, This PR looks like unbacked from the point of view design. I will close this issue. :) |








What is this PR for?
Current Interpreter Binding UI
As the result of this PR the, binding UI would be better due to
What type of PR is it?
[Improvement | Feature]
Todos
What is the Jira issue?
ZEPPELIN-1766
How should this be tested?
Open interpreter binding UI and manipulate it.
Screenshots (if appropriate)
Questions: