Skip to content

Latest commit

 

History

History
157 lines (104 loc) · 2.79 KB

File metadata and controls

157 lines (104 loc) · 2.79 KB

Week 1, Day 1 Notes

The Web and the Internet

###What is the WEB?

The World Wide Web (abbreviated WWW or the Web) is an information space where documents and other web resources are identified by Uniform Resource Locators (URLs), interlinked by hypertext links, and can be accessed via the Internet.

WWW Wiki

What is the Internet?

The Internet is the global system of interconnected computer networks that use the Internet protocol suite (TCP/IP) to link devices worldwide.

Internet Wiki

What is HTTP?

is an application protocol for distributed, collaborative, and hypermedia information systems.[1] HTTP is the foundation of data communication for the World Wide Web.

  1. Hypertext Transfer Protocol.
  2. Uses call and response.

HTTP Wiki

HTTP Status Code Protocols

W3C

Score Keeping Website

Specifications

  1. Start with 1 sport (expanding to other sports later).
  2. Audience is the players.
  3. Save Games.
  • Compute Averages.
  • Rankings.
  • Locations/Maps. 4.Course Info.
  1. Log in.
  2. Save distances of individual throws.
  3. Find other players.
  4. check-in.
  5. All public data.

Steps for building

  1. Logo and Design

  2. Domain

  3. Registration

  • Requiered
    1. First Name
    2. Last Name
    3. Username
    4. Email
    5. Password
    6. Confirm Password
    7. Captcha ?
  • Not Req
    1. payment
    2. picture
  1. Log in screen
  • Form
    1. User & Password
    2. Submit
  • 3rd party log-in auth (FB, GooG, Twitter )
  • Forgot Password and Username
  • Remember me
  1. Profile

  2. Help

  3. Menu

  • Login
  • Register
  • Home
  1. Pages
  • Home a. About
  • MyGames
    1. add new game entry
    2. current game
    3. List games
    4. Filter the list
    5. Detail page
  • Ranking
  • Find other Players
    1. Review other players
    2. Search Form
  • Map of Local Courses
    1. Reviews of courses
  • Schedule/Calender
    1. People Scheduling Games
    2. Course changes
    3. Tournements
    4. Leagues
  • Resources
  • Contact Local Organizers

Disc Golf Game Entry

1. Course
2. Date
3. Other players
4. Score Card (Table)
  * Hole
  * Par
  * Scores
  * Current Score
  * Validation for league play

HTML We Worked With (Not Sure if we need this)

  1. doctype
  2. <title></title>
  3. self closing *types a. password b. text c. submit
  4. submit

Notes about Git (Add notes about git here)

  1. Starts with master branch
  2. Make Dev branch