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

Show source of the content (slack/RSS/etc) #36

Open
wswtizer opened this issue Apr 4, 2017 · 1 comment
Open

Show source of the content (slack/RSS/etc) #36

wswtizer opened this issue Apr 4, 2017 · 1 comment
Assignees

Comments

@wswtizer
Copy link

wswtizer commented Apr 4, 2017

We get information fed into the database from different sources, such as slack, RSS, etc. We'd like to be able to tell what the source is so that we can prioritize accordingly, for example:

  • the slack /curate command
  • RSS
  • manual entry (could be default)
@glynnbird glynnbird self-assigned this Jul 20, 2017
@glynnbird
Copy link

This requires another field in the database:

"source": {
    "type": "arrayofstrings",
    "enforceValues": true,
    "values": [
      "web",
      "curate,
      "rss"
    ],
    "faceted": true
}

Then I'd have to alter:

  • the RSS feeds so that they pass in source=rss when they call
  • the Slack integration so that it passes in source=curate when it calls

It would only apply to data from this change on i.e. older records would not have this field so their source would be unknown.

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