Closed itaigilo closed 2 months ago
@itaigilo Since we already merged Get/Create E2E you can actually implement it now. Also, I don't see a reason not to implement the Merge logic already since this is unrelated to the PR logic
The only reason I'm requesting changes is that there seems to be some mix up with the PR titles and branch src-dest when going from lists to the actual PR.
@N-o-Z If I understand you correctly - the difference is because of the mock data (which is different between the GET and LIST API calls).
And regarding your comment about integrating first - I'd be happy to, but currently I have no real PRs data to test the integration of the Details page. My plan is to merge this PR, continue to creating the Create page (which will be connected to the API and will create a real PR in the KV), and then integrate the rest.
The only reason I'm requesting changes is that there seems to be some mix up with the PR titles and branch src-dest when going from lists to the actual PR.
@N-o-Z If I understand you correctly - the difference is because of the mock data (which is different between the GET and LIST API calls).
And regarding your comment about integrating first - I'd be happy to, but currently I have no real PRs data to test the integration of the Details page. My plan is to merge this PR, continue to creating the Create page (which will be connected to the API and will create a real PR in the KV), and then integrate the rest.
Thanks - I guess I missed that!
Closes #8175
Change Description
Create the page showing the PR Details.
Also handles the navigation, and creates a scaffold fo the Create PR page (as part of it).
Note: the PR's description is currently simple test. Will change it to md viewer when I'll implement the PR edit.