CaptainFact / CaptainFact/captain-fact
Limit comment max depth
Open
backend
complexity > simple
improvement
- Dominant language
- No language data
- Stars
- 71
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
As of today comments replies can go infinitely, which is not really nice. We should:
1. Store the comment depth in database (to avoid complex join queries to calculate it)
2. Limit the maximum depth to `16`
Contributor guide
Assessment
This issue has not been assessed yet.