You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moderation-log: added create function for ModerationLog (489a0e7)
moderation-log: Added dynamic query for page route; Added helper to generate ModerationLog display fields with anonymous functions; Updated tests for happy paths using helper functions (4a274e7)
moderation-log: Added moderation_log seed and test for creating a moderation log entry (3821741)
moderation-log: Added query helper to build dynamic queries; Replaced old dynamic query functions with new function in QueryHelper; Added pagination options for moderation log (0d9e2fd)
moderation-log: adding changeset logic, added logic for dynamic query filters for mod keyword, added moderation_log_view (388d260)
moderation-log: initial commit for moderation log model and controller; added route for new api call (9dbd7d5)
pagination: Updating pagination logic to calculate total records and pages for query passed as a parameter (6bbfc1b)