atproto icon indicating copy to clipboard operation
atproto copied to clipboard

Add `createdAt` to `sortField` options in `queryStatuses`

Open shawnphoffman opened this issue 11 months ago • 2 comments

Is your feature request related to a problem? Please describe.

This is a feature request to support a change I would like to make in the Ozone UI. I would like to add createdAt to the UI and make it sortable to make it easier to view content labeled via automation (e.g. no report).

Describe the solution you'd like

I would like createdAt to be an option for sorting in queryStatuses here

Describe alternatives you've considered

I have not tried anything else

Additional context

This is the UI change I would like to make. image

shawnphoffman avatar Mar 21 '24 17:03 shawnphoffman

Have you tried the "Events" view (link the left-hand column)? That is intended to be a more general purpose query interface, while the "Queue" view is sort of intentionally limited in power/complexity to specific work queues. The design is different (list of events vs a table view), but that could be changed.

bnewbold avatar Mar 22 '24 16:03 bnewbold

I've seen the "events" feed but the UI isn't as intuitive as the table layout for me. I think my issue is two-fold. I have an automation that is labeling posts as they come through the firehose and I'm only firing emitEvent > modEventLabel so reviewed/reported is blank and the resulting records just kinda float there since none of the filters target records like that.

I thought about changing the automation to immediately fire emitEvent > modEventAcknowledge to help get them in a different state but I didn't want to do that if it's an anti-pattern.

shawnphoffman avatar Mar 22 '24 21:03 shawnphoffman