JimothyGreene / EE461L-Group2-FinalProject

Semester project for EE 461L (Software Engineering Lab)
https://ee461l-final-project-group2-poc6jfma5a-uc.a.run.app/
0 stars 0 forks source link

Add name field to hardware model #111

Closed mxchen2001 closed 3 years ago

mxchen2001 commented 3 years ago

Problem

The hardware model does not have a name field, so differentiating between the hardware set will be difficult.

Solution

Add a unique name StringField to the hardware models.

Testing

Tested with Postman to see if the name field is working as intended.

Closes #110