-
Notifications
You must be signed in to change notification settings - Fork 2
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
Rework search page: show all service offerings #88
Comments
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 |
- Re enable ServiceOffering component - Simplify loading of the data in useEffect - Use semantically correct components - Introduce new generic components to structure better the component (Main, LoadingIndicator, CardContainer) - Refactor css styling in order to match the new data structure - Reorganize translations
- Re enable ServiceOffering component - Simplify loading of the data in useEffect - Use semantically correct components - Introduce new generic components to structure better the component (Main, LoadingIndicator, CardContainer) - Refactor css styling in order to match the new data structure - Reorganize translations Signed-off-by: Zoltan M. <[email protected]>
Implementation
Pull Requests 1-2
Notes:
|
- Re enable ServiceOffering component - Simplify loading of the data in useEffect - Use semantically correct components - Introduce new generic components to structure better the component (Main, LoadingIndicator, CardContainer) - Refactor css styling in order to match the new data structure - Reorganize translations Signed-off-by: Zoltan M. <[email protected]>
- Re enable ServiceOffering component - Simplify loading of the data in useEffect - Use semantically correct components - Introduce new generic components to structure better the component (Main, LoadingIndicator, CardContainer) - Refactor css styling in order to match the new data structure - Reorganize translations Signed-off-by: Zoltan M. <[email protected]> Signed-off-by: Zoltan Magyari <[email protected]>
- Re enable ServiceOffering component - Simplify loading of the data in useEffect - Use semantically correct components - Introduce new generic components to structure better the component (Main, LoadingIndicator, CardContainer) - Refactor css styling in order to match the new data structure - Reorganize translations Signed-off-by: Zoltan M. <[email protected]> Signed-off-by: Zoltan Magyari <[email protected]>
- Re enable ServiceOffering component - Simplify loading of the data in useEffect - Use semantically correct components - Introduce new generic components to structure better the component (Main, LoadingIndicator, CardContainer) - Refactor css styling in order to match the new data structure - Reorganize translations Signed-off-by: Zoltan M. <[email protected]> Signed-off-by: Zoltan Magyari <[email protected]>
- Re enable ServiceOffering component - Simplify loading of the data in useEffect - Use semantically correct components - Introduce new generic components to structure better the component (Main, LoadingIndicator, CardContainer) - Refactor css styling in order to match the new data structure - Reorganize translations Signed-off-by: Zoltan Magyari <[email protected]>
- Re enable ServiceOffering component - Simplify loading of the data in useEffect - Use semantically correct components - Introduce new generic components to structure better the component (Main, LoadingIndicator, CardContainer) - Refactor css styling in order to match the new data structure - Reorganize translations Signed-off-by: Zoltan Magyari <[email protected]>
Acceptance criteria:
|
Acceptance criteria
Other things solved
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
NotesOn Hold2024.10.07The task is on hold because currently there are no |
Same as for #84 but for SoftwareResource as base label
The text was updated successfully, but these errors were encountered: