ZeroAdmin
ZeroAdmin copied to clipboard
Example tasks
Example tasks that needs to be easily done:
- List all comments containing "Test" and delete them
- Move all comments from topic X to topic Y
- List all comments by user A
- List all users close to the storage limit
The first 2 bullet points can be implemented with a match, and replace algorithm?
UI would look like this: Find records in field_name (selection menu) which "match exactly" | "contain" field_value (input as text). Replace field_name (selection menu) with field_value (input as text).
ideally it should be easy to do by anyone without writing a line of code, so eg. for second one something like this:
- Filter messages by parent topic using a dropdown
- Selects all message in the result (multi-select)
- Batch modify the parent topic on selected topics to another one