Juhitha took over for Jiayu & Shuhua - All Inventory Types page functionalities#765
Conversation
…om/OneCommunityGlobal/HGNRest into Shuhua-Types_List_Page_Edit_Delete
|
left comment on frontend PR #1984 |
XiaohanMeng
left a comment
There was a problem hiding this comment.
Hi, I left my comment on FE project: OneCommunityGlobal/HighestGoodNetworkApp#1984 (review)
yvonnep165
left a comment
There was a problem hiding this comment.
Hi @Shuhua-L , I tested this PR with the frontend PR 1984 and everything worked as intended. I left a comment in the frontend PR.
varunreddy03
left a comment
There was a problem hiding this comment.
I have provided my comments in the related frontend PR #1984.
adityasure9
left a comment
There was a problem hiding this comment.
Hi @Shuhua-L,
I tested the PR according to the instructions, and I encountered the following issues:
After editing and saving changes on the Inventory Types page, the entire page becomes unresponsive and gets stuck. This issue prevents further interaction with the page, making it difficult to proceed with other actions like adding or deleting items.
I noticed similar errors as mentioned by other reviewers, particularly related to the frontend not loading properly due to compile-time errors.
Given these issues, it seems there are some bugs that need to be addressed before this can be merged. Please let me know if you need any further details or testing on my end.
1.mp4
Thanks for your efforts on this!
|
Hi! I've added my comment on the frontend PR #1984, great work! |
|
I have added my comment to the frontend PR - https://github.com/OneCommunityGlobal/HighestGoodNetworkApp/pull/1984#issuecomment-2608262046 |
SSP24SCM16G
left a comment
There was a problem hiding this comment.
Please refer to frontend review OneCommunityGlobal/HighestGoodNetworkApp#1984 (review)
HSP24SCM69K
left a comment
There was a problem hiding this comment.
Reviewed Frontend PR #1984 – All requested changes have been successfully implemented, and all features are functioning as expected.







rishwa344
left a comment
There was a problem hiding this comment.
I reviewed this PR and verified that adding, editing, and deleting inventory types are working as expected. However, after editing an inventory type, the page becomes unresponsive and throws a console error. The issue resolves only after refreshing the page. Other functionalities, including adding and deleting inventory units, are working fine.


|
#everyone please re-review this PR. Updates were made on frontend. |
04517a6 to
dec2460
Compare
Anusha-Gali
left a comment
There was a problem hiding this comment.
Hi Juhitha,
I have reviewed your PR locally and have mentioned my comments in the frontend PR: OneCommunityGlobal/HighestGoodNetworkApp#3833 (review)
… and reusable type endpoint - Add /invtypes/:type/:invtypeId route for PUT and DELETE to match frontend URL - Fix Mongoose discriminator issue: resolve correct subtype model (MatType, ConsType, etc.) in updateInventoryType and updateNameAndUnit so fields like unit and fuelType are no longer silently dropped by the base model - Add addReusableType controller and POST /invtypes/reusables route - Add addInventoryUnit and deleteInventoryUnit controller functions and routes Made-with: Cursor
|
|
Thank you all, merging! |















Description
Implement the functionalities of the All Inventory Types page, which the UI was implemented in this PR
Related PRS (if any):
To test this backend PR you need to checkout the #3833 frontend PR.
Main changes explained:
How to test: