Luis add remove descriptions to warning component - #2037
Conversation
…arning tracker throughout the descriptions
…re, allowing owners to add/delete descriptions
There was a problem hiding this comment.
Hi, I tested the add/update/delete features and they worked as described.
Screen.Recording.2024-03-09.at.6.10.06.PM.mov
But as for the add function, it will prevent duplicates but not for the ones with empty spaces. For example, when I try to add "Test1" for the second time, it will prevent me from doing it. But if I add "Test1 "(with an empty space), it will allow me to do it. But it looks the same in the page when it has empty space following it.
Screen.Recording.2024-03-09.at.6.14.01.PM.mov
Hello @YHX6 |
|
left review at the backend |
Description
Add and Delete descriptions.
Integrate the component into the existing warnings component, which reflects the changes.
Related PRS (if any):
This frontend PR is related to the #791 backend PR.
Main changes explained:
How to test:
npm installandnpm run start:localto run this PR locallyScreenshots or videos of changes:
Initial startup
https://github.com/OneCommunityGlobal/HighestGoodNetworkApp/assets/22454953/cf9c4702-09b7-4976-9267-c8d187e087b0
adding warning
https://github.com/OneCommunityGlobal/HighestGoodNetworkApp/assets/22454953/6cc14b9e-28c5-40c7-9bd8-aa00d1647163
activating/deactivating warning
https://github.com/OneCommunityGlobal/HighestGoodNetworkApp/assets/22454953/d38743b2-b3cd-4f8a-a3bf-f525ef68c608
deleting warning
https://github.com/OneCommunityGlobal/HighestGoodNetworkApp/assets/22454953/b48d27da-a486-468f-b966-e77d8dac48e5
Note:
Include the information the reviewers need to know.