Conversation
derekeder
left a comment
There was a problem hiding this comment.
Sorting works as expected!
I did notice a formatting issue for the time. Perhaps its just missing the leading zero for the minutes:
This affects both the main activity page, as well as the activity detail on each document.
Question: this seems to work well for a small number of edits. what happens when the list of actions on the main activity page grows to 1000+? Will the page try and load them all?
Great catch! I switched the minutes directive from
We're loading search results from the backend using django-datatables-view, so queries should be performant even at large volumes. DataTables' |
|
Totally forgot that I had to define those two pages with separate views. I adjusted the other view and confirmed they both looked good to me in 7aca334, let me know how it looks to you! |


Overview
Update the DataTables configuration on search views to allow searching on username and content type fields.
Handles #52.
Testing Instructions