You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Story: Hierarchy Management for BPNLs in Catena-X Portal
As a Company Admin, I want to manage hierarchies for Business Partner Number Lists (BPNLs) in the Catena-X Portal, so that I can effectively organize and control the relationships between different BPNLs.
Acceptance Criteria:
CRUD Operations:
Create: Ability to create a new hierarchy type “Is Managed in Catena-X Portal By” with "valid from" and "valid to" attributes.
Read: Display all hierarchy types, including “Is Managed in Catena-X Portal By” with their details.
Update: Allow editing of existing hierarchies by changing the "valid from" and "valid to" dates.
Delete: Allow deletion of hierarchies when no longer needed.
Hierarchy Types:
Initial support for “Is Managed in Catena-X Portal By”.
Future implementation for additional types: “Is Registered Alternative For” and “Is Replaced By”.
Ensure that each BPNL can support multiple hierarchy types.
Relationship Types:
Implement relationship types “public” and “non-public”.
Default relationship type should be “non-public”.
Company Admins can set and change the relationship type of a BPNL-BPNL relation.
Functional Requirements for the Pool and Gate Datamodel:
Sequence for CRUD of hierarchies: Portal UI ==> Portal Gate ==> Pool.
Needed attributes: "valid to" and "valid from".
Initial hierarchy type: “Is Managed in Catena-X Portal By”.
Future hierarchy types: “Is Registered Alternative For”, “Is Replaced By”.
Support for multiple hierarchy types for each BPNL.
Relationship types: "public" and "non-public" (default: "non-public").
Admin roles: Full access to create and edit hierarchies.
Standard users: View-only access to hierarchies.
Data Modeling and Integration:
Adjust BPDM payload structure to include fields for new hierarchy types.
Ensure data model schema is updated to support the required hierarchy fields.
The text was updated successfully, but these errors were encountered:
GitHub Issue #754
User Story: Hierarchy Management for BPNLs in Catena-X Portal
As a Company Admin,
I want to manage hierarchies for Business Partner Number Lists (BPNLs) in the Catena-X Portal,
so that I can effectively organize and control the relationships between different BPNLs.
Acceptance Criteria:
CRUD Operations:
Hierarchy Types:
Relationship Types:
Functional Requirements for the Pool and Gate Datamodel:
Data Modeling and Integration:
The text was updated successfully, but these errors were encountered: