MauroDataMapper / mdm-explorer

Apache License 2.0
0 stars 0 forks source link

Transform "My Requests" page into a list/detail view #161

Closed pjmonks closed 1 year ago

pjmonks commented 1 year ago

Background

The current design of the "My Requests" page lists each request name on the left, with the detail view of the selected request on the right (majority) of the page. When introducing the cohort builder though, this will take up more screen estate and make the already cramped looking screen potentially worse.

List/Detail View

Instead, the page should be redesigned into a more typical list/detail view - similar to how account pages would appear on other websites.

Routing

This will mean a change to the routing as well:

/my-requests - directs to the list view of all requests /my-requests/{uuid} - directs to the detail view of a request, defined by it's {uuid}

Out of scope

Other than rearranging the pages, the existing functionality should remain. No new functionality should be added at this stage yet.

pjmonks commented 1 year ago

Closing this issue as it is now a duplicate of #168