forked from solgenomics/sgn
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Jira link: https://breedinginsight.atlassian.net/browse/BI-1642
User Story
As a BrAPI user
I want to be able to define additionalInfo values for a List object stored in BreedBase
So that I can include additional contextual information about a list
Techspecs
- Create a table in the
sgn_peopleschema namedlistpropwith columns:- listprop_id - auto incrementing integer, PK, not null
- list_id - integer, FK to
list.list_id - type_id - integer, FK to
public.cvterm.cvtermId - value - jsonb
- rank - integer, default zero
- Create a class in
lib/CXGN/ListnamedListProp.pm- class should be similar to
lib/CXGN/Stock/OrderBatch.pm
- class should be similar to
- Update
lib/CXGN/BrAPI/v2/List.pm->storeto storeadditionalInfovia theListPropclass when storing a list - Update
lib/CXGN/BrAPI/v2/List.pm->searchto fetchadditionalInfovia theListPropclass when fetching lists
Metadata
Metadata
Assignees
Labels
No labels