Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Notification Drawer #73

Closed
Madhu2244 opened this issue Apr 5, 2024 · 0 comments · Fixed by #83
Closed

Fix Notification Drawer #73

Madhu2244 opened this issue Apr 5, 2024 · 0 comments · Fixed by #83
Assignees

Comments

@Madhu2244
Copy link
Member

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:
image

Also note that the message column, that every message is going to be formatted in this exact way:
image

Where "Business ID:{BusinessId}" is the first thing. This will be how we get the Business ID that we can leverage for the hyperlink
image.

Do not setup this thing:
image

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants