Week 4 JavaScript

Monday

In Class

  1. Share Personal HTML Pages
  2. United Way Project – Business Rules and User Stories
  3. Visual Studio -> Active Server
  4. JavaScript Demo/Exercise
    –This is a great resource for understanding JavaScript: “https://www.w3schools.com/js/default.asp”
  5. “deepai.org” for getting help with programming

User Story Format

User Story Format

“As a [type of user], I can [do something], to accomplish a [business objective].”

  • Written in present tense.
  • Has three parts separated by a comma.
  • Can never have more than two commas.
  • Written in the voice of the user.
  • The user story is short and should be able top fit on a 3×5 Index Card.

Acceptance Criteria

The Acceptance Criteria is a list of specific objectives (business rules) which a user can accomplish.
Ex:

  • The user can enter their user name.
  • The user can enter their password.
  • The user can submit their login cerdentials.
  • The system will present the user with a message if any of the fields are empty.

Acceptance criteria are used to demo the work completed by the development team to the business owners (project owners). It is common to break acceptance criteria items into their own user stories if they will require more work than can be accomplished in a “Sprint”.

Homework

  1. SC Codes – JavaScript Concepts – https://www.sccodes.org/
  2. Free Code Camp’s “Learn Basic JavaScript by Building a Role Playing Game” – https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures-v8/
  3. For Reference: Here is a Sudoku game where you can explore to understand various JavaScript concepts: https://codeschool.palmettoinnovation.center/courses/Sudoku/index.html
    To get the the JavaScript file, right-click and choose “View page source” then click the “js/main.js” in the HTML <head>.
  4. Add some type of JavaScript functionality to your Person HTML page project. Ex: button that launches an alert, button that changes an image, or any other functionality you may want to implement.
  5. Schedule some time with the United Way project’s lead Business Analyst to provide any functionality you discovered by watching the meeting video of the business owners.

Wednesday

  1. United Way w/IFD example
  2. Review SC Codes JavaScript Homework Assignment
  3. JavaScript Workshop
  4. Discuss Next Assignment Free Code Camp JavaScript
  5. * Do you have an Assignment Progress WordPress page going?