<br><br><div class="gmail_quote">On Sun, Mar 20, 2011 at 3:54 PM, Marc Delisle <span dir="ltr"><<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le 2011-03-20 06:14, Ammar Yasir a écrit :<br>
<div><div></div><div class="h5">> On Sun, Mar 20, 2011 at 3:02 PM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>> wrote:<br>
><br>
>> Le 2011-03-19 17:35, Ammar Yasir a écrit :<br>
>>> On Sun, Mar 20, 2011 at 2:00 AM, Marc Delisle <<a href="mailto:marc@infomarc.info">marc@infomarc.info</a>><br>
>> wrote:<br>
>>><br>
>>>> Le 2011-03-19 15:13, Ammar Yasir a écrit :<br>
>>>>> Sir,<br>
>>>>><br>
>>>>> I looked at the table search page. One problem I find is that a form<br>
>> such<br>
>>>> as<br>
>>>>> table search page consists of all the columns. I think in general a<br>
>> user<br>
>>>> is<br>
>>>>> interested in at most 2-3 criteria for searching at once. If number of<br>
>>>>> columns are more(in a table eg. users table in mysql database), the<br>
>>>> search<br>
>>>>> table form will contain lot of irrelevant fields(to his query). Can the<br>
>>>> page<br>
>>>>> be something like it asks the user to select the column first, then its<br>
>>>>> detail and then again a column if he wants to build the query further?<br>
>>>><br>
>>>> (Please do not top-post, conversations are difficult to follow).<br>
>>>><br>
>>>> I was referring to the Table Search page because we'll have to avoid<br>
>>>> duplicating the same functionality on many pages.<br>
>>>><br>
>>>> You are right, the table Search page displays all the columns in "query<br>
>>>> by example" but in its Options hidden panel you can choose the columns<br>
>>>> that will be displayed. I think that this behavior could be improved by<br>
>>>> adding a way to quickly hide or show which columns are to receive a<br>
>>>> search criterion.<br>
>>>><br>
>>>> I think that we can reduce some fields by combining elements from the<br>
>> table<br>
>>> search page and those from the options hidden pane. The table search form<br>
>>> provides appropriate operations for each column and in options panel we<br>
>> can<br>
>>> select columns but it just provides a textbox to enter the body of the<br>
>> WHERE<br>
>>> clause.<br>
>>><br>
>>> As in this case we are only interested in selecting one of the columns,<br>
>>> initially we can just have a list of columns and then when a user clicks<br>
>> on<br>
>>> one of the columns, the appropriate operations available for that column<br>
>>> appear. This reduces some of the fields on the screen.<br>
>><br>
>> This should work but the user needs to select two columns, not just one.<br>
>><br>
>> We can put a constant on the number of search criteria to 2, so you'll have<br>
> to select exactly two columns.<br>
><br>
> One more thing, can the two columns be from different tables also. Like for<br>
> example, for a house auction database:<br>
> There is a 'house' table (neighborhood,address,no_of_rooms,plot_size....)<br>
> and a sales table (selling_price,date_sold,....)<br>
> and the user might want to see a visualization of plot_size vs<br>
> selling_price.<br>
><br>
> Do you think I am going off the project idea? This would involve using<br>
> underlying relationship between the house table and sales table and it would<br>
> be fairly complex to develop such system.<br>
<br>
</div></div>Yes it could. I'm not saying that this project has to support this, however.<br>
<br>
Do you know about the multi-tables query generator? You click on a<br>
database name, then Query. This has been there for many years and in<br>
version 3.4 there is a visual mode. This feature generates the<br>
multi-table query, based on existing relations (only from internal<br>
relations, sadly not yet for Innodb-style relations, see FAQ 3.6).<br>
<br></blockquote><div>I totally forgot about that feature. This interface can combine well with visualizing query results spanning multiple tables.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Can we conclude that whatever way is used to generate the query, the<br>
zoom-search mode could be used when we have a results set containing two<br>
columns? <br></blockquote><div>Yes, I agree with this. So for the visualization part, there is one point mentioned that when we zoom in for example in the movies database case we see the movie's title. How is that to be decided that what label to show for a point? Should the user input this or does the system comes up with a label(like a key for each point)?<br>
<br>Also, I submitted a patch for mass table prefix change. May someone look at it and confirm? I had made changes to the original patch but I didn't get any comments further.<br><br>Regards, <br>Ammar Yasir<br></div>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<font color="#888888"><br>
--<br>
</font><div><div></div><div class="h5">Marc Delisle<br>
<a href="http://infomarc.info" target="_blank">http://infomarc.info</a><br>
<br>
------------------------------------------------------------------------------<br>
Colocation vs. Managed Hosting<br>
A question and answer guide to determining the best fit<br>
for your organization - today and in the future.<br>
<a href="http://p.sf.net/sfu/internap-sfd2d" target="_blank">http://p.sf.net/sfu/internap-sfd2d</a><br>
_______________________________________________<br>
Phpmyadmin-devel mailing list<br>
<a href="mailto:Phpmyadmin-devel@lists.sourceforge.net">Phpmyadmin-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel</a><br>
</div></div></blockquote></div><br>