Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves tasks in #512
This PR:
Using the
add-correlation
of the data service and the rest of the services on their QA images, we can get the following:Screen.Recording.2023-09-28.at.2.17.17.PM.mov
Turns out that though it's not so hard to generate fake data, it is a little more involved to sub in the requests and compute job status and such so that we can make the app appear and think that the Step 3 should be enabled. So I did a bit on the backend to help us at least just see the app (see
add-correlation
branch in the data service) but stopped there since we can still see the network enough to verify that it works!If you do test with the local backend, do not try actually selecting the data in Step 1. The app will try to make a request to the backend but that part of the backend isn't set up yet. In the video, i demo that one can use the drop down, but i don't actually select anything.