JiayangYing / CITS3403_PRO

MIT License
2 stars 0 forks source link

Implement edit product page #89

Closed sleepadept closed 4 months ago

sleepadept commented 4 months ago

Overview: Currently, there is no functionality for users to edit product details once they are added to the system. This limits users' ability to update product information as needed.

Proposed Solution: Implement an Edit Product page that allows users to modify existing product details. This page should include form fields populated with the current product information, allowing users to make changes as necessary. Additionally, ensure validation mechanisms are in place to validate user inputs and maintain data integrity.

sleepadept commented 4 months ago

Closed #88