cheddarmonk / super-duper-hepta-journey

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

Fix bug for deleting user input #11

Closed 04banshee closed 2 years ago

04banshee commented 2 years ago

Currently hard coded to delete only Sally's input information.

04banshee commented 2 years ago

User Story (Story Points = MedπŸ‘•)

As a user of a NodeJs application

I want to delete user input

So That a user can delete information they no longer need or wants.

Some useful links to help you find what you need.

Background

Resources:

Minimum Acceptance Criteria:

Test

cheddarmonk commented 2 years ago

@04banshee Unmerged changed. Need to remerge changes.

cheddarmonk commented 2 years ago

After Fields were updated, Bug was replicated. The main HTML was not calling the proper function. A line-by-line analysis showed that the ID references from HTML to the JS event listeners were missing. Replaced the references and the code runs correctly.