Skip to content

1398 next available individual name#1423

Draft
naknomum wants to merge 6 commits intomainfrom
1398_next_available_indiv_name
Draft

1398 next available individual name#1423
naknomum wants to merge 6 commits intomainfrom
1398_next_available_indiv_name

Conversation

@naknomum
Copy link
Member

@naknomum naknomum commented Jan 30, 2026

PR fixes #1398

work-in-progress

  • provide an api endpoint to suggest next available name based on (optional?) passed criteria
  • additionally, alter encounter PATCH api of individual to allow assignment of new individual based on same criteria; the idea being that the patch will minimize race-conditions problems of multiple processes creating new "next" individuals at the same time

@codecov-commenter
Copy link

codecov-commenter commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 53.24%. Comparing base (0eaaa44) to head (8937d49).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1423   +/-   ##
=======================================
  Coverage   53.24%   53.24%           
=======================================
  Files         274      274           
  Lines        9816     9816           
  Branches     2905     3000   +95     
=======================================
  Hits         5227     5227           
+ Misses       4345     4339    -6     
- Partials      244      250    +6     
Flag Coverage Δ
backend 53.24% <ø> (ø)
frontend 53.24% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@naknomum naknomum changed the title 1398 next available indiv name 1398 next available individual name Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

API: provide new suggested individual id

3 participants