Skip to content

[codex] Add species taxonomy suggestions#1154

Merged
karilint merged 4 commits into
mainfrom
codex/species-taxonomy-suggestions
May 19, 2026
Merged

[codex] Add species taxonomy suggestions#1154
karilint merged 4 commits into
mainfrom
codex/species-taxonomy-suggestions

Conversation

@karilint
Copy link
Copy Markdown
Collaborator

Summary

  • adds free-text autocomplete suggestions for species taxonomy fields in the Species taxonomy tab
  • reuses the existing species list query already loaded by the taxonomy tab
  • keeps saved values as plain text, so users can still enter new taxonomy values
  • adds a focused test for taxonomy suggestion option generation

Root cause

The React species taxonomy form used plain text fields, so users had no guidance from existing taxonomy values while entering orders, families, genera, species names, and related classification fields.

Validation

  • npx jest src/tests/components/SpeciesTaxonomySuggestions.test.ts --runInBand
  • npm run lint:frontend
  • npm run tsc:frontend
  • commit hook also ran npm run lint and npm run tsc

Fixes #838

@karilint karilint marked this pull request as ready for review May 19, 2026 11:59
@karilint karilint merged commit 3a0ce91 into main May 19, 2026
3 of 4 checks passed
@karilint karilint deleted the codex/species-taxonomy-suggestions branch May 19, 2026 11:59
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.

Species - Taxonomy (Taxonomic Classification): Suggest values when user fills taxonomy fields

1 participant