more notes:
currently, the comments with selector-inlines are quite simple
(basically, just textfields).
does it also work with m2m-fields, rich-text-editors, foreignkeys and
so on? I´m especially interested if the re-setting of each field works
if you add a comment.

regards,
patrick


On 9 Jul., 00:55, Margie <margierogin...@gmail.com> wrote:
> Hey Zain,
>
> Just tried out your new stuff.  Very cool!  A couple comments:
>
> ## I agree that a checkbox as a drag handle is confusing - I kept
> trying to "check" it and didn't even realize it was a drag handle till
> later
>
> ## I find the numbering that shows up on the comments in your sandbox
> site to be confusing.  For example, I go to one of the pages and I see
> one comment there, it says "Comment: #7".  ThenI add a new comment and
> it says "Comment: #2".  Then after I save my new comment (#2), the
> redisplayed page now shows #7 and #9.   It seems to me that the number
> you are creating when one adds a new comment is just the number of
> current comments + 1, and the number you are showing after it's been
> saved is it's actual id.  I think that either __unicode__ or perhaps
> some other thing like that should be used so that the user can specify
> a name for it.  And for new comments (or whatever object is being
> added), there should just be no name, because an arbitrary number
> seems confusing.
>
> ## When I add a comment and then save, if there is an error in my
> comment, I have to click through all the selectors to find the one
> that has an error.  I think there should be an indicator on the
> selector that there is an error in the entry.
>
> Nice work, I like it!
>
> Margie
>
> On Jul 6, 2:20 am, Zain Memon <z...@inzain.net> wrote:
>
> > Hi everyone,
> > In the last couple of weeks, I've implemented a bunch of inline features.
>
> > Pictures speak louder than words, so I wrote up a quick blog post describing
> > what's done:http://inzain.net/blog/2009/07/new-features-for-inlines/
>
> > Also, I set up a server running my Django branch if you want to try them
> > out:http://inzain.net:8000/admin/
>
> > Play around and let me know what you think -- especially if you run into any
> > bugs :)
>
> > Until next week...ish,
> > Zain
>
> > -----------------------------------
> > My GSoC 
> > proposal:http://inzain.net/blog/2009/05/django-gsoc-09-admin-ui-improvements/
>
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to