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

Adding support for 'stacks' for nationality (and other properties) #33

Open
timgdavies opened this issue Jun 8, 2020 · 1 comment
Open
Labels
bug Something isn't working enhancement New feature or request

Comments

@timgdavies
Copy link
Contributor

The visual language has the concept of 'stacks' to allow display of multiple properties of an entity, person or relationship.

At present, we only have overlays for nationality/jursidiction (?) (using flags), but these do not display as stacks when multiple are present.

For example, Person 1 below is both Ukranian and British nationality, but only the first of these is shown on the diagram.

image

"personType": "knownPerson",
        "names": [
            {
                "type": "individual",
                "fullName": "Person 1"
            }
        ],
        "nationalities": [
            {
                "name": "Ukrainian",
                "code": "UA"
            },
            {
                "name": "British",
                "code": "GB"
            }
        ]
@StephenAbbott StephenAbbott added bug Something isn't working enhancement New feature or request labels Feb 3, 2022
@StephenAbbott StephenAbbott moved this from Backlog to On hold in Visualisation sprint 3 Feb 22, 2022
@kd-ods
Copy link

kd-ods commented Jun 28, 2024

This is somewhat related to #55. There's a choice to be made for each (relevant) property about whether its value is represented diagrammatically or by the mechanism in #55.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
No open projects
Development

No branches or pull requests

3 participants