FUB-HCC / Innovonto-Core

The core Innovonto-Knowledge Graph Server: Contains a Fuseki-Based Triplestore and a react-based frontend
GNU Affero General Public License v3.0
1 stars 0 forks source link

#28 single request for ProjectList to core server #29

Closed lukastaerk closed 4 years ago

lukastaerk commented 4 years ago

includes framing and sparql-query.

Note: the response keys from the number counts are comming in this format:

"inov:numberIdeas": 605
"inov:numberUsers": 0

maybe include these property names (numberIdeas, numberUsers) in our purl name-space? @mackeprm

Issue #28 is complete. Next connections to integrate could be search-Ideas and session-Data from gitlab repo i2m-2020

and I got some Warning when adding jsonld, but everything seems fine

warning " > @testing-library/user-event@7.2.1" has unmet peer dependency "@testing-library/dom@>=5". warning " > connected-react-router@6.7.0" has unmet peer dependency "immutable@^3.8.1 || ^4.0.0-rc.1". warning " > connected-react-router@6.7.0" has unmet peer dependency "react-redux@^6.0.0 || ^7.1.0". warning " > connected-react-router@6.7.0" has unmet peer dependency "react-router@^4.3.1 || ^5.0.0". warning " > connected-react-router@6.7.0" has unmet peer dependency "seamless-immutable@^7.1.3". warning "react-scripts > eslint-config-react-app@5.2.0" has incorrect peer dependency "eslint-plugin-flowtype@3.x". warning "react-scripts > @typescript-eslint/eslint-plugin > tsutils@3.17.1" has unmet peer dependency "typescript@>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta". [4/4] 🔨 Building fresh packages... warning Error running install script for optional dependency: "/Users/lukastaerk/Projects/Innovonto-Core/services/entity-server/node_modules/fsevents: Command failed. Exit code: 1

mackeprm commented 4 years ago

Looks good! I will add the "inov:numberIdeas": 605 "inov:numberUsers": 0 to the ontology :)