Skip to content

Latest commit

 

History

History

class-09

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Week 3-4, Class 9

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.

Reading Reminder

Assignment for Class

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.

Submit Your Work

Verify Your Understanding with a Quiz

User Stories (MVP)

  • (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

Technical Requirements

  • Form properly implemented in the html
  • Events have been wired up and are rendering new store data to the page

User Stories (Stretch)

  • 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.

Helpful Resources

Problem Domain Document

Assignment Assets