Code review comment for lp:~acoconut/systers/flexible_essays

Revision history for this message
Robin J (robin-jeffries) wrote :

On Tue, Aug 7, 2012 at 3:11 AM, Ana Cutillas <email address hidden> wrote:

> On Mon, Aug 6, 2012 at 3:23 AM, Robin J <email address hidden> wrote:
>
> > Ahh, now I understand why we can never make sense of the order the
> > questions come in. Could you change it so they are ordered by subscribe
> > time? (maybe we have to add that field? Or does the database know when
> > the item is entered?) I have always considered the ordering to be
> random,
> > and when you have "saved" some items to process later, they get reordered
> > and you can't tell the old ones from the new ones.
> >
>
> I don't understand what you mean here...
>

In admindb.py, there is the comment
  # Alphabetical order by email address

This is how the information is shown on the admindb page. So I'm not
talking about the order of the columns but the order of the rows.

It looks like the issue is that the key is the email address (see the sort
statement a bit lower). You would need to keep track of an approximate
submission time and sort by that. Don't worry about that right now, but
put it on your list of things to do after GSOC is over.

« Back to merge proposal