Open lenasauermann opened 3 months ago
As we didn't show this page at all at the Hannover Fair, I'm not sure in what state this page is.
it should look like the Resource page
Currently we don't have any SoftwareResource in the FC, so before start, write @lenasauermann and she will upload a few SoftwareResources in the FC
@Zoltan: Do you mean Service Offerings
instead of SoftwareResource
? Because currently the db query which gets the service offerings looks the following way: MATCH (n:ServiceOffering) RETURN properties(n), labels(n) LIMIT 100
ServiceOfferings
componentNotes:
Acceptance criteria:
Fetching data with more efficient cypher query
MATCH (service)
WHERE 'SoftwareResource' IN labels(service)
RETURN
properties(service).name AS name,
properties(service).description AS description,
properties(service).uri AS uri,
labels(service) AS labels
Created a tool for more efficient cypher query development: cypher-query-tool.zip
Introducing useReducers for state management. (reduces rerendering, prepares for eventual state management with redux, managing loading and error states)
Refactoring for separation of concerns. (loading of data, filtering)
Refactored the Routers component to wrap some utility components around the pages in a more simple way
The task is on hold because currently there are no SoftwareResource
s in the graph database. I know from @robertschubert that the creation of SoftwareResource
is in progress. Its matter of days and it will be ready. Until then nothing really can be done in the story becasue evrything what is left is dependent on the data that we want to display.
Same as for #84 but for SoftwareResource as base label