Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legal Entity: capture in waltz and allow relationships to other entities #6368

Closed
jessica-woodland-scott-db opened this issue Jan 12, 2023 · 0 comments
Assignees
Labels
DDL change Indicates the resolution of this issue will require a DDL change to the Waltz database fixed (test & close) An issue has been fixed, merged into master and is ready for further testing noteworthy probably worth mentioning in release notes
Milestone

Comments

@jessica-woodland-scott-db
Copy link
Contributor

jessica-woodland-scott-db commented Jan 12, 2023

Description

Proposed Tables:

  • legal_entity:
column type
id auto-gen
name string
description string
external_id string
provenance string
last_updated_by string
last_updated_at timestamp
entity_lifecycle_status enum
  • legal_entity_relationship_kind
column type
id auto-gen
name string
description string
target_kind enum
external_id string
provenance string
required_role string
cardinality enum
last_updated_by string
last_updated_at timestamp
  • legal_entity_relationship
column type
id auto-gen
legal_entity_id string
relationship_kind_id string
target_kind enum
target_id string
is_read_only string
comments string
external_id enum
provenance string
last_updated_by string
last_updated_at timestamp

Resourcing

We intend to contribute this feature

@jessica-woodland-scott-db jessica-woodland-scott-db added noteworthy probably worth mentioning in release notes DDL change Indicates the resolution of this issue will require a DDL change to the Waltz database labels Jan 12, 2023
@jessica-woodland-scott-db jessica-woodland-scott-db added this to the done : 1.47 milestone Jan 12, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 18, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 18, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 18, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 18, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 18, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 18, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 18, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 20, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 20, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 20, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 20, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 26, 2023
- link to page
- page header
- section name
- clear values
- CHANGE: Derived column name cannot be changes once set - this is used to identify same column, will create new ones if column not correctly selected

#CTCTOWALTZ-2626
finos#6368
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 26, 2023
- Fix UI filters

#CTCTOWALTZ-2626
finos#6368
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 26, 2023
- Fix Filter Note bug

#CTCTOWALTZ-2626
finos#6368
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 26, 2023
- filter resticted to only provided/not provided

#CTCTOWALTZ-2626
finos#6368
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 26, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 26, 2023
#CTCTOWALTZ-2626
finos#6368
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 26, 2023
#CTCTOWALTZ-2626
finos#6368
@davidwatkins73 davidwatkins73 added fixed (test & close) An issue has been fixed, merged into master and is ready for further testing labels Jan 27, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 30, 2023
… owners.

- Refer to owners as 'Approvers' thoughout survey pages

#CTCTOWALTZ-2626
finos#6368
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 30, 2023
deutschebank-sync pushed a commit to deutschebank/waltz that referenced this issue Jan 30, 2023
@davidwatkins73 davidwatkins73 modified the milestones: done : 1.47, 1.47 Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DDL change Indicates the resolution of this issue will require a DDL change to the Waltz database fixed (test & close) An issue has been fixed, merged into master and is ready for further testing noteworthy probably worth mentioning in release notes
Projects
None yet
Development

No branches or pull requests

2 participants