After the Create page is done (I'm working on it right now), I'll
probably divert my attention to the comments manager. However, there's
a more basic issue I want to get cleared up before doing so.
While there is in essence only one 'manage comments' page, there are
three links. As I understand it, '/admin/moderate' shows only
unapproved comments, '/admin/moderate?search_status=1' shows approved
and '/admin/moderate?search_status=2' shows spam.
All status types can be searched, however only by specific terms,
making it virtually impossible to have a page where comments of all
types are present.
I think, with the new structure, provided that it is accepted, it
would be fortuitous to have the default 'Manage Comments' page show
comments of all types.
Secondly, shouldn't the URL be '/admin/comments'? And can the
parameters reflect the type being fetched, like: '/admin/comments?
status=spam'?