cheddarmonk / super-duper-hepta-journey

Group Repository for CIS-486
https://super-duper-hepta-journey.herokuapp.com/
2 stars 3 forks source link

Delete Functionality broken #19

Closed cheddarmonk closed 2 years ago

cheddarmonk commented 2 years ago

After Updates to code, the delete function is not working as expected. Creating issue to narrow focus.

cheddarmonk commented 2 years ago

Delete Function is working fine. The error that was there for the first data entry of "Fred" was caused by the specific nature of the delete function. The entry data was designed as follows: "Fred ". Our script looks for specific data including the " " space character. Issue Resolved as is