• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kobotoolbox / kpi / 28639218346

03 Jul 2026 04:51AM UTC coverage: 81.443%. Remained the same
28639218346

push

github

web-flow
feat(qualitativeAnalysis): add `QATagTracker` model for QA tag autocomplete DEV-1469 (#7195)

### 📣 Summary
This PR introduces the `QATagTracker` model to support autocomplete
suggestions for QA tag-type questions.


### 📖 Description
This PR adds the `QATagTracker` model to the subsequences app as the
database foundation for the autocomplete-for-QA-tag-questions feature.
Each row represents a unique tag value used for a specific QA question
on a specific asset.

The model includes a foreign key to `Asset`, a `question_uuid` field
identifying the QA question (stored as a plain char field since QA
questions are not persisted as database objects), and a value field
holding the tag string. A unique constraint on (asset, question_uuid,
value) ensures no duplicate tags are stored per question.

9261 of 12601 branches covered (73.49%)

9 of 10 new or added lines in 1 file covered. (90.0%)

4237 existing lines in 145 files now uncovered.

30225 of 37112 relevant lines covered (81.44%)

5.52 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

90.59
/kpi/utils/query_parser/query_parser.py


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc