conversationai-moderator
conversationai-moderator copied to clipboard
A machine-assisted human-moderation toolkit.
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
## Context Trying to run the local docker server and getting npm error ## Expected Behavior Expected behavior is to have a running local server ## Actual Behavior ``` Building...
Several parts of the documentation... including the very first line of the Readme reference a file `packages/config/index.js` Specifically: `The configuration is found in packages/config/index.js. It is pretty self explanatory. All...
This repo is running successfully on my localhost. But after signing using my google account, it occurs "user is not yet registered with Moderator" ## Expected Behavior Got issue "User...
A number of React / Redux functions such as 'connect' and 'mergeProps' can do type munging (e.g., wrapping an object in a container with a subtly different type signature) that...
As a moderator, I want to auto-approve/reject comments based on word lists specific to a section so that auto-moderation can keep up with language as it pertains to specific topics....
As a moderator manager, I want to be able to manage when comments are opened and closed on an article from the dashboard view, as well as set the default...
As a moderator, I want to search a string of text and see which comment(s) it appears in so that I can quickly find comments to resolve issues or questions....
As a moderator, I want to see the status of all comments on a particular article at a glance so that I can understand what’s most pressing. As a moderator...
Current fails: * Search for phrases outside of individual article is too slow. e.g. last time someone said monkey. It returns the wrong results. Currently using SQL string search. *...