Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example tasks #6

Open
HelloZeroNet opened this issue Apr 27, 2016 · 2 comments
Open

Example tasks #6

HelloZeroNet opened this issue Apr 27, 2016 · 2 comments

Comments

@HelloZeroNet
Copy link
Owner

HelloZeroNet commented Apr 27, 2016

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
@obv-mikhail
Copy link

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

@HelloZeroNet
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants