api
api copied to clipboard
Feature: Support indexing comments (issues and discussions)
Type of feature
🍕 Feature
Current behavior
We don't index any kinds of comments (within issues, on individual commits, in discussions, etc.)
This is a pretty broad category, but if we want to track comment contributions, we'll need to be able to index and track comments generally.
Suggested solution
Ideally we'd find a way to scrape most comments and drop them into a database table that can have foreign keys to the specific issue / discussion / repo / author / etc.
Related to: https://github.com/open-sauced/api/issues/322
Also related to feature asks in: https://github.com/open-sauced/app/pull/1594
Additional context
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Contributing Docs
- [X] I agree to follow this project's Contribution Docs