ZeroAdmin icon indicating copy to clipboard operation
ZeroAdmin copied to clipboard

Example tasks

Open HelloZeroNet opened this issue 9 years ago • 2 comments

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

HelloZeroNet avatar Apr 27 '16 09:04 HelloZeroNet

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).

obv-mikhail avatar Apr 27 '16 15:04 obv-mikhail

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

HelloZeroNet avatar Apr 27 '16 22:04 HelloZeroNet