> If I were working on this, I'd want to set aside > probably 4 - 6 months to work full time at a rough estimate. > If you're not familiar with the existing pgAdmin code or > wxWidgets, then there is an additional (steep) learning curve > to factor in.
That is very much true. I have also started to contribute to pgadmin. It takes some time to get familiar with the codebase assuming you have prior knowledge of wxWidgets. A project like the ER diagramming tool in pgadmin is not a small task to accomplish. Off the top of my head I can give you two things you have to know for this. - A good grasp of C++ and wxWidgets in general, including 2D drawing and painting in wxWidgets . You could look at the GQD in version 1.9-dev - Understand how relations work in PG (look at pg_depend table) Regards, Gevik. -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
