sillsdev / sillsdev/TheCombine

Add db collection to track number of senses in each semantic domain

Open
#4,064 0 comments 1 reaction 2 assignees View on GitHub

@imnasnainaec is already working on this.

Since Jan 16, 2026.

backend enhancement project
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.