Hi, I'm designing SQL Query Console, thoughts below need suggestions.
1. Console goes buttom of body, just like this: [image: 内嵌图片 1] Is this design in a appropriate size? Or cover the lower part of Navigation(I don't think)? Scroll bar which close right screen edge will confuse users, it's a page scroll bar, looks like a part of Console but doesn't scroll Console. Is that doesn't matter? Console is invisible at start, a button at top menu(or nav-panel? I don't think) and a key shortcut can toggle it.
2. Console will use Code Mirror for make console basic, reference Chrome dev-tools JS console. For browsers lt IE 8, Console will be disabled(beacuse of Code Mirror). Colors we using, for color blind users, such as Chrome did: [image: 内嵌图片 2] Should I find other colors instead for warnings and errors, or only use black?
3. Commits will push to [my branch], merge al last, is that OK?
Thanks and regards!
-- [my branch]: https://github.com/WhaleWatching/phpmyadmin/tree/console
Hi
Dne Mon, 19 May 2014 16:02:00 +0800 Edward Cheng c4150221@gmail.com napsal(a):
I'm designing SQL Query Console, thoughts below need suggestions.
- Console goes buttom of body, just like this:
[image: 内嵌图片 1] Is this design in a appropriate size? Or cover the lower part of Navigation(I don't think)? Scroll bar which close right screen edge will confuse users, it's a page scroll bar, looks like a part of Console but doesn't scroll Console. Is that doesn't matter? Console is invisible at start, a button at top menu(or nav-panel? I don't think) and a key shortcut can toggle it.
I think the placement is good, but in default it should not consume that much space. Maybe just few lines (to show the last SQL query), but not more to have enough space for content.
- Console will use Code Mirror for make console basic, reference
Chrome dev-tools JS console. For browsers lt IE 8, Console will be disabled(beacuse of Code Mirror). Colors we using, for color blind users, such as Chrome did: [image: 内嵌图片 2] Should I find other colors instead for warnings and errors, or only use black?
I think colors don't matter that much right now, so let's stick with the red one...
Commits will push to [my branch], merge al last, is that OK?
Yes, that's fine. I guess you will need to do some changes in the libraries to make this work, preferably these should be done and merged earlier than the UI part.
2014-05-20 14:19 GMT+08:00 Michal Čihař michal@cihar.com:
Hi
Dne Mon, 19 May 2014 16:02:00 +0800 Edward Cheng c4150221@gmail.com napsal(a):
I'm designing SQL Query Console, thoughts below need suggestions.
- Console goes buttom of body, just like this:
[image: 内嵌图片 1] Is this design in a appropriate size? Or cover the lower part of Navigation(I don't think)? Scroll bar which close right screen edge will confuse users, it's a page scroll bar, looks like a part of Console but doesn't scroll Console. Is that doesn't matter? Console is invisible at start, a button at top menu(or nav-panel? I don't think) and a key shortcut can toggle it.
I think the placement is good, but in default it should not consume that much space. Maybe just few lines (to show the last SQL query), but not more to have enough space for content.
Height is adjustable, only show the last SQL query at start is a good idea, expand whole console by click it, I got it.
- Console will use Code Mirror for make console basic, reference
Chrome dev-tools JS console. For browsers lt IE 8, Console will be disabled(beacuse of Code Mirror). Colors we using, for color blind users, such as Chrome did: [image: 内嵌图片 2] Should I find other colors instead for warnings and errors, or only use black?
I think colors don't matter that much right now, so let's stick with the red one...
Commits will push to [my branch], merge al last, is that OK?
Yes, that's fine. I guess you will need to do some changes in the libraries to make this work, preferably these should be done and merged earlier than the UI part.
Yes.
-- Michal Čihař | http://cihar.com | http://blog.cihar.com
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Phpmyadmin-devel mailing list Phpmyadmin-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel