hanseaston / pandemic-produce-delivery-project

An open-source e-commerce shop using React, Express, Firebase, and MongoDB. Designed for pandemic-relief and social good. The project is no longer actively maintained, but feel free to fork and use for your own purpose!
MIT License
26 stars 38 forks source link

Milestone: admin edit-product functionality improvement #19

Open hanseaston opened 4 years ago

hanseaston commented 4 years ago

As you might have notice, right now the admin product only supports adding a certain product. If you want to change certain information on an existing product, there is no way for you to do that unless you change it directly in the database.

We certainly want to add more functionalities to our admin page. And I think our job is to make the CRUD operation for the products complete.

Listed this as one of the more important milestones. It is important because adding the functionalities drastically increases the usability of our website. This should be one of the first milestones we need to be tackling as of right now.

Screen Shot 2020-08-09 at 8 16 01 AM