You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task 1:
View Request does not have anything setup for it. Please reference this Figma: (https://www.figma.com/file/VkH80LtHkl1Ck76v88fTvk/FPH-Wireframes?type=design&node-id=3329-9453&mode=design&t=JdGksYsWMHWTJH03-0). This will tie into Task 2 where you click on View Supply Request from the Notification Drawer. So make sure to setup localhost:3000/ViewSupplyRequest/{SupplyRequestId} such that when we visit this URL, we do a GET request on the NotificationId = SupplyRequestId and then parse the message column into the text fields like so:
Also note that the message column, that every message is going to be formatted in this exact way:
Where "Business ID:{BusinessId}" is the first thing. This will be how we get the Business ID that we can leverage for the hyperlink .
Last time you guys setup the Notification drawer, but now set it up so that the buttons actually work when you press on it. We have setup the intermeditary tasks that have URLs for View Information, Download CSV, View Application, as well as View Supply Request.
The text was updated successfully, but these errors were encountered:
Task 1:
View Request does not have anything setup for it. Please reference this Figma: (https://www.figma.com/file/VkH80LtHkl1Ck76v88fTvk/FPH-Wireframes?type=design&node-id=3329-9453&mode=design&t=JdGksYsWMHWTJH03-0). This will tie into Task 2 where you click on View Supply Request from the Notification Drawer. So make sure to setup localhost:3000/ViewSupplyRequest/{SupplyRequestId} such that when we visit this URL, we do a GET request on the NotificationId = SupplyRequestId and then parse the message column into the text fields like so:
Also note that the message column, that every message is going to be formatted in this exact way:
Where "Business ID:{BusinessId}" is the first thing. This will be how we get the Business ID that we can leverage for the hyperlink
.
Do not setup this thing:
Task 2:
Figma: https://www.figma.com/file/VkH80LtHkl1Ck76v88fTvk/FPH-Wireframes?type=design&node-id=2496-24075&mode=design&t=JdGksYsWMHWTJH03-0
Last time you guys setup the Notification drawer, but now set it up so that the buttons actually work when you press on it. We have setup the intermeditary tasks that have URLs for View Information, Download CSV, View Application, as well as View Supply Request.
The text was updated successfully, but these errors were encountered: