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

Export function does not export actual values #42

Open
shashankmc opened this issue Nov 14, 2023 · 3 comments
Open

Export function does not export actual values #42

shashankmc opened this issue Nov 14, 2023 · 3 comments
Labels
bug Something isn't working perfect-graph-new

Comments

@shashankmc
Copy link
Member

No description provided.

@davidwickerhf davidwickerhf added the bug Something isn't working label Feb 13, 2024
@davidwickerhf
Copy link

The entire dataset in the exported JSON file appears to be empty, nonetheless a correct amount of "empty" nodes and edges is outputted. The JSON also includes further information which might not be essential to the user when exporting data (e.g. label, actionBar, dataBar, settingsBar, graphConfig, modals, style, etc)

{
            "id": null,
            "data": {
                "isResult": null,
                "url_publication": null,
                "cites": [
                    null
                ],
                "document_type": null,
                "procedure_type": null,
                "jurisdiction_country": null,
                "domains": [
                    null,
                    null
                ],
                "source": null,
                "cited_by": [
                    null,
                    null,
                    null,
                    null,
                    null,
                    null,
                    null
                ],
                "instance": null,
                "date_decision": null
            },
            "__typename": null
        },

@davidwickerhf
Copy link

In order to work on the issues with the download of the Export function I will need to make changes to the perfect-graph-new repo (https://www.npmjs.com/package/perfect-graph-new)

I will fork the repo (https://github.com/Cloud956/perfect-graph) and make changes locally and connect the local "perfect-graph-new" repository to my local Docker image in order to work on the changes. When I implement the changes I will push a pull-request onto that repo (https://github.com/Cloud956/perfect-graph)

@shashankmc
Copy link
Member Author

Perfect-graph repo moved to https://github.com/maastrichtlawtech/perfect-graph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working perfect-graph-new
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants