Week 4 Feedback You will receive an email from Code Fellows with a link to the survey. Once complete, please complete this assignment as well.
Today you will be adding an input form to your sales data page. Once the form is built, wire it up to update your table data.
Verify Your Understanding with a Quiz
- (Pair programming) As a developer, I want to implement a form on the website so Pat has the ability to enter new stores without a developer to help him
- (Individual) As a developer, I want to implement event management on my page, so that my form will listen and react to click events
- Form properly implemented in the html
- Events have been wired up and are rendering new store data to the page
- As a user, I want to be able to update data that is already available on the page, so that I do not have to have the developer manually remove and rewrite data.