[Phpmyadmin-devel] GSoC student, implement request

Benjamin Talic b.ttalic at gmail.com
Wed Apr 17 18:17:43 CEST 2013


Hi,

I am interested in applying for Google Summer of Code as a student. I would
like to work on one of the phpMyAdim projects.

As suggested I wanted to provide a "fix" as part of my application.
This http://sourceforge.net/p/phpmyadmin/feature-requests/785/?page=0 is
the request I would like to implement.

Before I go on with it I wanted to get opinions about my approach.
The idea is:
-add another table to the mysql database, table: user_additional_info. I
think this would be much better then adding columns to the original user
table if for no other reason to prevent any issues people might get if they
try to apply this fix.
-add additional fields to the create user html
-add a separate function to the code base, where this info would be saved
to the new table, also add a new function for displaying this data.
So basically I would try to add this feature without interfering
with regular phpMyAdmin code except for those function calls. I would try
and make the function calls executed only if certain parameters are met, in
this approach it would probably be checking if the user_additional_info
table exists.
Does this sound like a good approach?

I communicated with Isaac about this and the biggest question so far is
whether the first step (adding a new table) is appropriate.

Any suggestions are more than welcome.

Best,
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20130417/228124e2/attachment.html>


More information about the Developers mailing list