sillsdev / sillsdev/TheCombine
Add db collection to track number of senses in each semantic domain
@imnasnainaec is already working on this.
Since Jan 16, 2026.
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 10
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 9
Description
Currently when we want to count entries in a semantic domain or check whether a semantic domain has any, we have to query the Frontier database, checking through the semantic domains of the senses of the entries. For performant project statistics, we could create a new collection that keeps track of number of senses for each semantic domain. Each database entry would have projectId, domainId, and senseCount. This count would be updated any time a word is added, modified, or deleted.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.