mongodb-developer / mern-stack-example

Mern Stack code for the Mern Tutorial
Apache License 2.0
292 stars 260 forks source link

Several issues with details #18

Closed TangTang23333 closed 2 years ago

TangTang23333 commented 2 years ago
  1. names do not match, in server/routes/record.js, within recordRoutes, names do not match names from client side, it should be
    let myobj = { person_name: req.body.name, person_position: req.body.position, person_level: req.body.level, };

  2. delete does not refresh the page with new records because it is not within a form. A form should be added.

joellord commented 2 years ago

Thank you for reporting those, I will close this issue for now since those were also reported in #17