integr8ly / tutorial-web-app

Solution Explorer provides the front door into the Integreatly initiative. It hosts the various Solution Patterns, as well as providing a dashboard of installed applications/products/services.
Apache License 2.0
36 stars 54 forks source link

Fix local build and run issues #565

Closed mfrances17 closed 4 years ago

mfrances17 commented 4 years ago

Motivation

The mock data needed to be changed to handle the name change to Apicurito as well as mock user.

What

Added mock data to handle the above.

Why

Solution explorer would run fine on a live cluster but the UI would not run locally, which is critical for UI development.

Verification Steps

  1. Run the solution explorer UI locally using 'yarn start:dev'.
  2. Verify that the UI displays without freezing on the provisioning screen, or displaying an undefined error regarding the user (which halted progress when running on Chrome.

Checklist:

Progress