Skip to content

Commit

Permalink
SIMSBIOHUB-486: Update Manage Animals Species and Observations Table …
Browse files Browse the repository at this point in the history
…Species Menus with Lastest Component (#1224)

* updated critter interfaces to contain itis_tsn & itis_scientific_name
* Integrated Species Auto Complete field on Animals Page for Add new Animal
* Integrated Species Option Cards on observation species select
  • Loading branch information
KjartanE authored Mar 1, 2024
1 parent dfbe6e4 commit c96c865
Show file tree
Hide file tree
Showing 29 changed files with 294 additions and 245 deletions.
42 changes: 21 additions & 21 deletions api/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api/src/openapi/schemas/critter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const critterSchema: OpenAPIV3.SchemaObject = {
wlh_id: {
type: 'string'
},
taxon_id: {
itis_tsn: {
type: 'string'
},
sex: {
Expand Down
Loading

0 comments on commit c96c865

Please sign in to comment.