On Mar 31, 6:53 pm, zain <z...@inzain.net> wrote: > I'm applying for the GSoC with some thoughts to generally improve the > admin interface. So far, I have the following ideas: > > 1) An autocomplete widget > 2) Drag & Drop support for ordered relations > 3) Foreign Key traversal to see and modify models referenced to by > ForeignKeys inline > 4) Refactor the admin's Javascript to use JQuery for maintainability > > Do you have any other ideas for features and fixes to improve the > admin interface?
I think that an API for declaring read-only fields and the ability to edit multiple objects on the same page are some wanted features which have been discussed on this list. I'm not sure if you would consider those suggestions pure interface design though. All the things enumerated so far seem more like a list of small features. So I assume that for a GSoC proposal you'd need to suggest a coherent approach rather than a list of minor fixes/feature extensions. As for including jQuery (or any other javascript library), I doubt this will be received favourably. Going for plain javascript - even if it's a bit more challenging to do - is a good way to find overall consensus. Regards, Julien --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---
