From b37dfcc56350292337095c8886f48ebd9d8b1a5c Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 11:45:16 -0400 Subject: [PATCH 01/41] Update README.md --- projects/project_01/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 4b53350..2714ef5 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -1,5 +1,8 @@ -Required to be present by 10:00 am EDT each day during the project. +## Attendance for the week: +You are required to be present by 10:00 am EDT each day during the project. + +## Standups We will have student-run stand-ups each morning at 10:15 am EDT where you will answer the following questions: - What did I work on yesterday - What am i trying to get done today @@ -7,3 +10,6 @@ We will have student-run stand-ups each morning at 10:15 am EDT where you will a This meeting should take no longer than 15 minutes. +If you have ideas on how you can help a fellow-student with work that they are stuck on, please follow-up with information AFTER the stand up. + +## Meetings with instructors From 0bf6eb9ea02a3c2feab7847dd0354ad40222d484 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 11:49:36 -0400 Subject: [PATCH 02/41] Update README.md --- projects/project_01/README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 2714ef5..fbba575 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -13,3 +13,24 @@ This meeting should take no longer than 15 minutes. If you have ideas on how you can help a fellow-student with work that they are stuck on, please follow-up with information AFTER the stand up. ## Meetings with instructors +_Your instructor will contact you to setup a meeting time_ + +**Tuesday, June 7** +15 minute meeting to get your project approved. + +**Wedesday, June 8** +15 minute progress check-in + +**Thursday, June 9** +Whole class instruction on how to deploy your project to the world wide web. + +**Friday, June 10** +15 minute check in to see where you are before you go into the weekend. Help you decide what to finish and what should be a stretch goal. + +## Where to go for help during project week +1. Seek out help online +2. Seek out help with your classmates +3. Seek out help with Derek (TA) +4. Submit a Github issue to receive help from an instructor: + + From 3173f7dccea762775bb4292ea16943cf1aad6d97 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 11:51:39 -0400 Subject: [PATCH 03/41] Update README.md --- projects/project_01/README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index fbba575..17ef0ed 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -1,5 +1,5 @@ -## Attendance for the week: +## Attendance You are required to be present by 10:00 am EDT each day during the project. ## Standups @@ -31,6 +31,27 @@ Whole class instruction on how to deploy your project to the world wide web. 1. Seek out help online 2. Seek out help with your classmates 3. Seek out help with Derek (TA) -4. Submit a Github issue to receive help from an instructor: +4. Submit a Github issue to receive help from an instructor +## Formatting your GitHub Issue to ask for help +*PUSH OFTEN! Your code on GitHub should be up to date. Submiting an issue and linking us to old, out-of-date code will hinder the process.* + +### CONTEXT + +#### WHAT YOU ARE TRYING TO SOLVE: +*Write a detailed explanation of the feature or user story you're working on.* + +#### DETAILED DESCRIPTION OF THE BUG/ERROR: +*A detailed description of the problem, the bug, and/or the error.* + +*This means: the full steps to reproduce, a link to the file on github, and the line number of where the relavent code is. +The error(s) returned, copy and pasted/typed out/screenshot, not paraphrased.* + +*If there is other code in a different file that is also essential to the functioning of the code that currently works point us to that and explain the relationship.* + +### WHAT I'VE TRIED +*List everything you've done to solve the bug on your own in detail. list all resources you've looked up and tried to implement and provide links. Providing code if you have it surrounded by the md syntax to display nicely is very helpful.* + +### QUESTION +*After going through all this what is your questions specifically, more specifically than how can I make this work?* From aada6201b39d2f3549d0f23f8a1f3466f39ce04b Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 11:53:00 -0400 Subject: [PATCH 04/41] Update README.md --- projects/project_01/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 17ef0ed..9c43da9 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -39,10 +39,10 @@ Whole class instruction on how to deploy your project to the world wide web. ### CONTEXT -#### WHAT YOU ARE TRYING TO SOLVE: +1. **WHAT YOU ARE TRYING TO SOLVE:** *Write a detailed explanation of the feature or user story you're working on.* -#### DETAILED DESCRIPTION OF THE BUG/ERROR: +2. **DETAILED DESCRIPTION OF THE BUG/ERROR:** *A detailed description of the problem, the bug, and/or the error.* *This means: the full steps to reproduce, a link to the file on github, and the line number of where the relavent code is. @@ -50,8 +50,8 @@ The error(s) returned, copy and pasted/typed out/screenshot, not paraphrased.* *If there is other code in a different file that is also essential to the functioning of the code that currently works point us to that and explain the relationship.* -### WHAT I'VE TRIED +3. **WHAT I'VE TRIED** *List everything you've done to solve the bug on your own in detail. list all resources you've looked up and tried to implement and provide links. Providing code if you have it surrounded by the md syntax to display nicely is very helpful.* -### QUESTION +4. **QUESTION** *After going through all this what is your questions specifically, more specifically than how can I make this work?* From b6c995fb20d1e6dfc5f7740e458a62c761c407b0 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 11:53:49 -0400 Subject: [PATCH 05/41] Update README.md --- projects/project_01/README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 9c43da9..cf85984 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -40,18 +40,21 @@ Whole class instruction on how to deploy your project to the world wide web. ### CONTEXT 1. **WHAT YOU ARE TRYING TO SOLVE:** -*Write a detailed explanation of the feature or user story you're working on.* + +Write a detailed explanation of the feature or user story you're working on. 2. **DETAILED DESCRIPTION OF THE BUG/ERROR:** -*A detailed description of the problem, the bug, and/or the error.* -*This means: the full steps to reproduce, a link to the file on github, and the line number of where the relavent code is. -The error(s) returned, copy and pasted/typed out/screenshot, not paraphrased.* +A detailed description of the problem, the bug, and/or the error. + +This means: the full steps to reproduce, a link to the file on github, and the line number of where the relavent code is. +The error(s) returned, copy and pasted/typed out/screenshot, not paraphrased. -*If there is other code in a different file that is also essential to the functioning of the code that currently works point us to that and explain the relationship.* +If there is other code in a different file that is also essential to the functioning of the code that currently works point us to that and explain the relationship. 3. **WHAT I'VE TRIED** -*List everything you've done to solve the bug on your own in detail. list all resources you've looked up and tried to implement and provide links. Providing code if you have it surrounded by the md syntax to display nicely is very helpful.* +List everything you've done to solve the bug on your own in detail. list all resources you've looked up and tried to implement and provide links. Providing code if you have it surrounded by the md syntax to display nicely is very helpful. 4. **QUESTION** -*After going through all this what is your questions specifically, more specifically than how can I make this work?* + +After going through all this what is your questions specifically, more specifically than how can I make this work? From 34252edca0333f5266176bbfad7d46a00f810a74 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 11:55:07 -0400 Subject: [PATCH 06/41] Update README.md --- projects/project_01/README.md | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index cf85984..b78b27c 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -40,21 +40,15 @@ Whole class instruction on how to deploy your project to the world wide web. ### CONTEXT 1. **WHAT YOU ARE TRYING TO SOLVE:** - -Write a detailed explanation of the feature or user story you're working on. +- Write a detailed explanation of the feature or user story you're working on. 2. **DETAILED DESCRIPTION OF THE BUG/ERROR:** - -A detailed description of the problem, the bug, and/or the error. - -This means: the full steps to reproduce, a link to the file on github, and the line number of where the relavent code is. +- A detailed description of the problem, the bug, and/or the error. This means: the full steps to reproduce, a link to the file on github, and the line number of where the relavent code is. The error(s) returned, copy and pasted/typed out/screenshot, not paraphrased. - -If there is other code in a different file that is also essential to the functioning of the code that currently works point us to that and explain the relationship. +- If there is other code in a different file that is also essential to the functioning of the code that currently works point us to that and explain the relationship. 3. **WHAT I'VE TRIED** -List everything you've done to solve the bug on your own in detail. list all resources you've looked up and tried to implement and provide links. Providing code if you have it surrounded by the md syntax to display nicely is very helpful. +- List everything you've done to solve the bug on your own in detail. list all resources you've looked up and tried to implement and provide links. Providing code if you have it surrounded by the md syntax to display nicely is very helpful. 4. **QUESTION** - -After going through all this what is your questions specifically, more specifically than how can I make this work? +- After going through all this what is your questions specifically, more specifically than how can I make this work? From d55b2d93b323da1edab22dc85f02ba1783e646b1 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 11:55:41 -0400 Subject: [PATCH 07/41] Update README.md --- projects/project_01/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index b78b27c..8ac288b 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -40,15 +40,15 @@ Whole class instruction on how to deploy your project to the world wide web. ### CONTEXT 1. **WHAT YOU ARE TRYING TO SOLVE:** -- Write a detailed explanation of the feature or user story you're working on. + - Write a detailed explanation of the feature or user story you're working on. 2. **DETAILED DESCRIPTION OF THE BUG/ERROR:** -- A detailed description of the problem, the bug, and/or the error. This means: the full steps to reproduce, a link to the file on github, and the line number of where the relavent code is. + - A detailed description of the problem, the bug, and/or the error. This means: the full steps to reproduce, a link to the file on github, and the line number of where the relavent code is. The error(s) returned, copy and pasted/typed out/screenshot, not paraphrased. -- If there is other code in a different file that is also essential to the functioning of the code that currently works point us to that and explain the relationship. + - If there is other code in a different file that is also essential to the functioning of the code that currently works point us to that and explain the relationship. 3. **WHAT I'VE TRIED** -- List everything you've done to solve the bug on your own in detail. list all resources you've looked up and tried to implement and provide links. Providing code if you have it surrounded by the md syntax to display nicely is very helpful. + - List everything you've done to solve the bug on your own in detail. list all resources you've looked up and tried to implement and provide links. Providing code if you have it surrounded by the md syntax to display nicely is very helpful. 4. **QUESTION** -- After going through all this what is your questions specifically, more specifically than how can I make this work? + - After going through all this what is your questions specifically, more specifically than how can I make this work? From 6a3f78c272491b98acda6ac61b1ebc2fed77cadf Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 11:56:07 -0400 Subject: [PATCH 08/41] Update README.md --- projects/project_01/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 8ac288b..7d0cd13 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -37,8 +37,6 @@ Whole class instruction on how to deploy your project to the world wide web. *PUSH OFTEN! Your code on GitHub should be up to date. Submiting an issue and linking us to old, out-of-date code will hinder the process.* -### CONTEXT - 1. **WHAT YOU ARE TRYING TO SOLVE:** - Write a detailed explanation of the feature or user story you're working on. From 82434faa1126f4733c6fe7810f1662884e4fa288 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:01:26 -0400 Subject: [PATCH 09/41] Update blackjack.md --- projects/project_01/blackjack.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/blackjack.md b/projects/project_01/blackjack.md index 2c55493..b7b0cbe 100644 --- a/projects/project_01/blackjack.md +++ b/projects/project_01/blackjack.md @@ -51,7 +51,7 @@ You will be expected to use the following technologies to implement this project ### Timeframe -The timeframe for this project is approximately 2 continuous days of class time and two weekend days. +The timeframe for this project is approximately 3 continuous days of class time and 2 weekend days. ## Expectations From 882c9c4b4161d522a249b684566aaafd118c66b4 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:02:51 -0400 Subject: [PATCH 10/41] Update README.md --- projects/project_01/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 7d0cd13..9994968 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -50,3 +50,20 @@ The error(s) returned, copy and pasted/typed out/screenshot, not paraphrased. 4. **QUESTION** - After going through all this what is your questions specifically, more specifically than how can I make this work? + +## Deliverables + +By the time the project is over, we will expect the following from you: + +* A **working game, built by you**, hosted somewhere on the internet +* A **link to your hosted working app** +* A **git repository hosted on Github** and frequent commits dating back to the very beginning of the project +* **A ``readme.md`` file** with explanations of the technologies used, the approach taken, a link to your live site, installation instructions, unsolved problems, etc. + +Most importantly a **technical demonstration** of your app which: + +* Is 5 minutes in length +* Shows off all features of the app +* Explains the technical details +* Explains the technical challenges +* Explains which improvements you might make From e4ff8e67c68ae0389b7217cd403f39670fe16186 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:04:43 -0400 Subject: [PATCH 12/41] Update README.md --- projects/project_01/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 9994968..ced69db 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -16,15 +16,19 @@ If you have ideas on how you can help a fellow-student with work that they are s _Your instructor will contact you to setup a meeting time_ **Tuesday, June 7** + 15 minute meeting to get your project approved. **Wedesday, June 8** + 15 minute progress check-in **Thursday, June 9** + Whole class instruction on how to deploy your project to the world wide web. **Friday, June 10** + 15 minute check in to see where you are before you go into the weekend. Help you decide what to finish and what should be a stretch goal. ## Where to go for help during project week From a86bf158dc9527b6577531485598dc6dcc6b4f14 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:05:33 -0400 Subject: [PATCH 13/41] Update README.md --- projects/project_01/README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index ced69db..90d4f0c 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -15,20 +15,16 @@ If you have ideas on how you can help a fellow-student with work that they are s ## Meetings with instructors _Your instructor will contact you to setup a meeting time_ -**Tuesday, June 7** - +**Tuesday, June 7**
15 minute meeting to get your project approved. -**Wedesday, June 8** - +**Wedesday, June 8**
15 minute progress check-in -**Thursday, June 9** - +**Thursday, June 9**
Whole class instruction on how to deploy your project to the world wide web. -**Friday, June 10** - +**Friday, June 10**
15 minute check in to see where you are before you go into the weekend. Help you decide what to finish and what should be a stretch goal. ## Where to go for help during project week From 760970fa9cc5cdaed23128f42cb30f95fad16899 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:06:12 -0400 Subject: [PATCH 14/41] Update README.md --- projects/project_01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 90d4f0c..89d128a 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -25,7 +25,7 @@ _Your instructor will contact you to setup a meeting time_ Whole class instruction on how to deploy your project to the world wide web. **Friday, June 10**
-15 minute check in to see where you are before you go into the weekend. Help you decide what to finish and what should be a stretch goal. +15 minute check in to see where you are before you go into the weekend. Help you to decide what to finish and what features should be stretch goals. ## Where to go for help during project week 1. Seek out help online From a5ccdcd625d73f00a8c3284487230aaac7a45423 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:16:20 -0400 Subject: [PATCH 15/41] Update README.md --- projects/project_01/README.md | 79 ++++++++++++++++++++++++++++------- 1 file changed, 64 insertions(+), 15 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 89d128a..4ab26f7 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -1,3 +1,67 @@ +# ![](https://ga-dash.s3.amazonaws.com/production/assets/logo-9f88ae6c9c3871690e33280fcf557f33.png) Project #1: The Game +​ +## Overview +​ +Let's start out with something fun - **a game!** +​ +Everyone will get a chance to **be creative**, and work through some really **tough programming challenges** – since you've already gotten your feet wet with Tic Tac Toe, it's up to you to come up with a fun and interesting game to build. +​ +**You will be working individually for this project**, but we'll be guiding you along the process and helping as you go. Show us what you've got! + + +## Technical Requirements +​ +Your app must: +​ +* **Render a game in the browser** +* **Switch turns** between two players +* **Design logic for winning** & **visually display which player won** +* **Include separate HTML / CSS / JavaScript files** +* Stick with **KISS (Keep It Simple Stupid)** and **DRY (Don't Repeat Yourself)** principles +* Use **Javascript or jQuery** for **DOM manipulation** +* **Deploy your game online**, where the rest of the world can access it +* Use **semantic markup** for HTML and CSS (adhere to best practices) +​ +### Potential Project Ideas +​ +##### Connect Four (seperate markdown file with directions) + +##### Blackjack (seperate markdown file with directions) +Make a one player game where people down on their luck can lose all their money by guessing which card the computer will deal next! +​ +##### Self-scoring Trivia +Test your wits & knowledge with whatever-the-heck you know about (so you can actually win). Guess answers, have the computer tell you how right you are! + +### Suggested Ways to Get Started +​ +* **Wireframe** Make a drawing of what your app will look like in all of the stages of the game (what does it look like as soon as you log on to the site? What does it look like once a player enters their name? What does it look like while the player is playing? What does it look like when the player wins / loses?). +* **Break the project down into different components** (data, presentation, views, style, DOM manipulation) and brainstorm each component individually. +* **Use your Development Tools** (console.log, inspector, alert statements, etc) to debug and solve problems +* Work through the lessons in class for help and inspiration! Think about adding relevant code to your game each day - you are given 5 days so that you can work on it in small chunks, COMMIT OFTEN. We will be looking at your commit dates and comments are part of your scoring. +* **Commit early, commit often.** Don’t be afraid to break something because you can always go back in time to a previous version. +* **Consult documentation resources** (MDN, jQuery, etc.) at home to better understand what you’ll be getting into. +* **Don’t be afraid to write code that you know you will have to remove later.** Create temporary elements (buttons, links, etc) that trigger events if real data is not available. For example, if you’re trying to figure out how to change some text when the game is over but you haven’t solved the win/lose game logic, you can create a button to simulate that until then. +​ + +## Deliverables + +By the time the project is over, we will expect the following from you: + +* A **working game, built by you**, hosted somewhere on the internet +* A **link to your hosted working app** +* A **git repository hosted on Github** and frequent commits dating back to the very beginning of the project +* **A ``readme.md`` file** with explanations of the technologies used, the approach taken, a link to your live site, installation instructions, unsolved problems, etc. + +Most importantly a **technical demonstration** of your app which: + +* Is 5 minutes in length +* Shows off all features of the app +* Explains the technical details +* Explains the technical challenges +* Explains which improvements you might make + +--- +# Project Week ## Attendance You are required to be present by 10:00 am EDT each day during the project. @@ -51,19 +115,4 @@ The error(s) returned, copy and pasted/typed out/screenshot, not paraphrased. 4. **QUESTION** - After going through all this what is your questions specifically, more specifically than how can I make this work? -## Deliverables - -By the time the project is over, we will expect the following from you: - -* A **working game, built by you**, hosted somewhere on the internet -* A **link to your hosted working app** -* A **git repository hosted on Github** and frequent commits dating back to the very beginning of the project -* **A ``readme.md`` file** with explanations of the technologies used, the approach taken, a link to your live site, installation instructions, unsolved problems, etc. - -Most importantly a **technical demonstration** of your app which: -* Is 5 minutes in length -* Shows off all features of the app -* Explains the technical details -* Explains the technical challenges -* Explains which improvements you might make From 765afcbc1ab3e7373fdcb1fb5d30906e17d79e01 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:16:48 -0400 Subject: [PATCH 16/41] Update README.md --- projects/project_01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 4ab26f7..96f4626 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -22,7 +22,7 @@ Your app must: * **Deploy your game online**, where the rest of the world can access it * Use **semantic markup** for HTML and CSS (adhere to best practices) ​ -### Potential Project Ideas +## Potential Project Ideas ​ ##### Connect Four (seperate markdown file with directions) From f34df3dd1c858350f6ccc82d86f76baa21c1cf81 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:17:41 -0400 Subject: [PATCH 17/41] Update README.md --- projects/project_01/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 96f4626..89dba3f 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -22,6 +22,7 @@ Your app must: * **Deploy your game online**, where the rest of the world can access it * Use **semantic markup** for HTML and CSS (adhere to best practices) ​ + ## Potential Project Ideas ​ ##### Connect Four (seperate markdown file with directions) From ff71c54bb0a5c8d2f6e9cac007bc51632846e1b5 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:18:59 -0400 Subject: [PATCH 18/41] Update README.md --- projects/project_01/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 89dba3f..f675544 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -25,9 +25,11 @@ Your app must: ## Potential Project Ideas ​ -##### Connect Four (seperate markdown file with directions) +##### Connect Four +(seperate markdown file with directions) -##### Blackjack (seperate markdown file with directions) +##### Blackjack +(seperate markdown file with directions) Make a one player game where people down on their luck can lose all their money by guessing which card the computer will deal next! ​ ##### Self-scoring Trivia From 881c7906e3076145f06b1d362931a6b998dd3431 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:20:19 -0400 Subject: [PATCH 19/41] Update README.md --- projects/project_01/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index f675544..fcd0580 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -118,4 +118,8 @@ The error(s) returned, copy and pasted/typed out/screenshot, not paraphrased. 4. **QUESTION** - After going through all this what is your questions specifically, more specifically than how can I make this work? - +## Useful Resources +​ +* **[MDN Javascript Docs](https://developer.mozilla.org/en-US/docs/Web/JavaScript)** _(a great reference for all things Vanilla Javascript)_ +* **[jQuery Docs](http://api.jquery.com)** _(if you're using jQuery)_ +* **[GitHub Pages](https://pages.github.com)** _(for hosting your game)_ From 2b2df24600042d0f673dc3166bc329cc7217b9a9 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:21:55 -0400 Subject: [PATCH 20/41] Update README.md --- projects/project_01/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index fcd0580..2f3d1a3 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -63,6 +63,31 @@ Most importantly a **technical demonstration** of your app which: * Explains the technical challenges * Explains which improvements you might make +## Project Feedback + Evaluation +​ +* __Project Workflow__: Did you complete the user stories, wireframes, and the README.md file as specified above? Did you use source control (Github commits) as expected for the phase of the program you’re in (detailed above)? +​ +* __Technical Requirements__: Did you deliver a project that met all the technical requirements? Given what the class has covered so far, did you build something that was reasonably complex? +​ +* __Creativity__: Did you add a personal spin or creative element into your project submission? Did you deliver something of value to the end user (not just a login button and an index page)? +​ +* __Code Quality__: Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? Did you comment your code as your instructors have in class? +​ +* __Deployment__: Did you deploy your application to a public url using GitHub Pages? +​ +* __Total__: Your instructors will give you a total score on your project between: +​ + Score | Expectations + ----- | ------------ + **0** | _Incomplete._ + **1** | _Does not meet expectations._ + **2** | _Meets expectations, good job!_ + **3** | _Exceeds expectations, you wonderful creature, you!_ +​ + This will serve as a helpful overall gauge of whether you met the project goals, but __the more important scores are the individual ones__ above, which can help you identify where to focus your efforts for the next project! + + + --- # Project Week From 79acde7bca1365c5eef60c308937a55d5d0e0fbf Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:23:53 -0400 Subject: [PATCH 21/41] Update README.md --- projects/project_01/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 2f3d1a3..24c1869 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -77,12 +77,14 @@ Most importantly a **technical demonstration** of your app which: ​ * __Total__: Your instructors will give you a total score on your project between: ​ + Score | Expectations ----- | ------------ **0** | _Incomplete._ **1** | _Does not meet expectations._ **2** | _Meets expectations, good job!_ **3** | _Exceeds expectations, you wonderful creature, you!_ + ​ This will serve as a helpful overall gauge of whether you met the project goals, but __the more important scores are the individual ones__ above, which can help you identify where to focus your efforts for the next project! From 018da98506028990ad642c933a3b80b1548b4429 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:25:40 -0400 Subject: [PATCH 22/41] Update README.md --- projects/project_01/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 24c1869..f6e0b45 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -27,6 +27,7 @@ Your app must: ​ ##### Connect Four (seperate markdown file with directions) +[Connect Four](https://en.wikipedia.org/wiki/Connect_Four) is a two-player game which is probably a thing in your universe, but feel free to read up on it if you'd like to. ##### Blackjack (seperate markdown file with directions) From d7441ee76314d6ee8d2c85f2b311a4819aa8f219 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:26:02 -0400 Subject: [PATCH 23/41] Update README.md --- projects/project_01/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index f6e0b45..69628a9 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -26,11 +26,11 @@ Your app must: ## Potential Project Ideas ​ ##### Connect Four -(seperate markdown file with directions) +(seperate markdown file with directions)
[Connect Four](https://en.wikipedia.org/wiki/Connect_Four) is a two-player game which is probably a thing in your universe, but feel free to read up on it if you'd like to. ##### Blackjack -(seperate markdown file with directions) +(seperate markdown file with directions)
Make a one player game where people down on their luck can lose all their money by guessing which card the computer will deal next! ​ ##### Self-scoring Trivia From 176564b8f092744997a6f2b8e39aaeda501b4a25 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:27:07 -0400 Subject: [PATCH 24/41] Update connect_four.md --- projects/project_01/connect_four.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/project_01/connect_four.md b/projects/project_01/connect_four.md index 744d02c..f8f01ed 100644 --- a/projects/project_01/connect_four.md +++ b/projects/project_01/connect_four.md @@ -52,7 +52,7 @@ You will be expected to use the following technologies to implement this project ### Timeframe -The timeframe for this project is approximately 2 continuous days of class time and two weekend days. +The timeframe for this project is approximately 3 continuous days of class time and 2 weekend days. ## Expectations @@ -104,4 +104,4 @@ Most importantly a **technical demonstration** of your app which: * Shows off all features of the app * Explains the technical details * Explains the technical challenges -* Explains which improvements you might make \ No newline at end of file +* Explains which improvements you might make From cf1d7ad867a5d0591f609c253cbe92edac878d50 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:27:38 -0400 Subject: [PATCH 25/41] Update connect_four.md --- projects/project_01/connect_four.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/connect_four.md b/projects/project_01/connect_four.md index f8f01ed..3e21c58 100644 --- a/projects/project_01/connect_four.md +++ b/projects/project_01/connect_four.md @@ -1,4 +1,4 @@ -# ![]() Project #1: The Game +# Project #1: The Game ## Overview of `connect four` From 8a88cc4b2bdc32d118e1b72557c68016d6dc96c6 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:28:37 -0400 Subject: [PATCH 26/41] Update connect_four.md --- projects/project_01/connect_four.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/connect_four.md b/projects/project_01/connect_four.md index 3e21c58..9cb48e1 100644 --- a/projects/project_01/connect_four.md +++ b/projects/project_01/connect_four.md @@ -1,4 +1,4 @@ -# Project #1: The Game +# ![](https://ga-dash.s3.amazonaws.com/production/assets/logo-9f88ae6c9c3871690e33280fcf557f33.png) Project #1: The Game ## Overview of `connect four` From e62fd61c9da1a7a441641bfbf3df3a651d2e1962 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:31:10 -0400 Subject: [PATCH 27/41] Update README.md --- projects/project_01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 69628a9..194cfc6 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -66,7 +66,7 @@ Most importantly a **technical demonstration** of your app which: ## Project Feedback + Evaluation ​ -* __Project Workflow__: Did you complete the user stories, wireframes, and the README.md file as specified above? Did you use source control (Github commits) as expected for the phase of the program you’re in (detailed above)? +* __Project Workflow__: Do you have a Github respository for your project (not inside your wdi-remote repo)? Did you complete the user stories, wireframes, and the README.md file as specified above? Did you use source control (Github commits) as expected for the phase of the program you’re in (detailed above)? ​ * __Technical Requirements__: Did you deliver a project that met all the technical requirements? Given what the class has covered so far, did you build something that was reasonably complex? ​ From 47d24a4d44c0b0f019b16f63ffd2b6e22974d16d Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 12:31:59 -0400 Subject: [PATCH 28/41] Update README.md --- projects/project_01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 194cfc6..db181eb 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -53,7 +53,7 @@ By the time the project is over, we will expect the following from you: * A **working game, built by you**, hosted somewhere on the internet * A **link to your hosted working app** -* A **git repository hosted on Github** and frequent commits dating back to the very beginning of the project +* A **git repository hosted on Github** NOT inside your wdi-remote repository. Frequent commits dating back to the very beginning of the project * **A ``readme.md`` file** with explanations of the technologies used, the approach taken, a link to your live site, installation instructions, unsolved problems, etc. Most importantly a **technical demonstration** of your app which: From b1862c9648dab2018e4bb0d1e9c0d23079625e31 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 14:57:19 -0400 Subject: [PATCH 29/41] Update README.md --- projects/project_01/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index db181eb..f3e329a 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -86,6 +86,14 @@ Most importantly a **technical demonstration** of your app which: **2** | _Meets expectations, good job!_ **3** | _Exceeds expectations, you wonderful creature, you!_ + Score | Expectations | You should have | and | and | and + ----- | ------------ | ---------------- | --- | --- + **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) + **2** | Technical Requirements | Did you deliver a project that met all the technical requirements? | Given what the class has covered so far, did you build something that was reasonably complex? + **2** | Creativity | Did you add a personal spin or creative element into your project submission? | Did you deliver something of value to the end user (not just a login button and an index page)? + **2** | Code Quality | Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? | Did you comment your code as your instructors have in class? + **2** | Deployment | Did you deploy your application to a public url using GitHub Pages? + **2** | Technical demonstration | Is 5 minutes in length & shows off all the features of your app. ​ This will serve as a helpful overall gauge of whether you met the project goals, but __the more important scores are the individual ones__ above, which can help you identify where to focus your efforts for the next project! From 5597fe742e0367cdbfdfb6a8ad9e11d01ef9c5da Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:02:16 -0400 Subject: [PATCH 30/41] Update README.md --- projects/project_01/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index f3e329a..3b9006e 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -86,8 +86,8 @@ Most importantly a **technical demonstration** of your app which: **2** | _Meets expectations, good job!_ **3** | _Exceeds expectations, you wonderful creature, you!_ - Score | Expectations | You should have | and | and | and - ----- | ------------ | ---------------- | --- | --- + Score | Expectations | You should have | and | and | and | and | + ----- | ------------ | ---------------- | --- | --- | --- | --- | **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) **2** | Technical Requirements | Did you deliver a project that met all the technical requirements? | Given what the class has covered so far, did you build something that was reasonably complex? **2** | Creativity | Did you add a personal spin or creative element into your project submission? | Did you deliver something of value to the end user (not just a login button and an index page)? From 570ae7b78d66ff797c719879186fe5eaf08671f6 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:05:28 -0400 Subject: [PATCH 31/41] Update README.md --- projects/project_01/README.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 3b9006e..39f9f92 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -78,22 +78,15 @@ Most importantly a **technical demonstration** of your app which: ​ * __Total__: Your instructors will give you a total score on your project between: ​ - - Score | Expectations - ----- | ------------ - **0** | _Incomplete._ - **1** | _Does not meet expectations._ - **2** | _Meets expectations, good job!_ - **3** | _Exceeds expectations, you wonderful creature, you!_ - Score | Expectations | You should have | and | and | and | and | + Score | Expectations | You should have to meet expectation | and... | and... | and... | and... | ----- | ------------ | ---------------- | --- | --- | --- | --- | **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) **2** | Technical Requirements | Did you deliver a project that met all the technical requirements? | Given what the class has covered so far, did you build something that was reasonably complex? **2** | Creativity | Did you add a personal spin or creative element into your project submission? | Did you deliver something of value to the end user (not just a login button and an index page)? **2** | Code Quality | Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? | Did you comment your code as your instructors have in class? - **2** | Deployment | Did you deploy your application to a public url using GitHub Pages? - **2** | Technical demonstration | Is 5 minutes in length & shows off all the features of your app. + **1** | Deployment | Did you deploy your application to a public url using GitHub Pages? + **2** | Technical demonstration | Is 5 minutes in length & shows off all the features of your app. | Expalins technical details, technical challenges, and any improvements you might make. ​ This will serve as a helpful overall gauge of whether you met the project goals, but __the more important scores are the individual ones__ above, which can help you identify where to focus your efforts for the next project! From b797bb483d174160f5270992a233951006a6e908 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:07:36 -0400 Subject: [PATCH 32/41] Update README.md --- projects/project_01/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 39f9f92..1c571ba 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -79,7 +79,7 @@ Most importantly a **technical demonstration** of your app which: * __Total__: Your instructors will give you a total score on your project between: ​ - Score | Expectations | You should have to meet expectation | and... | and... | and... | and... | + Score | Expectations | Expectations | Expectations | Expectations | Expectations | Expectations | ----- | ------------ | ---------------- | --- | --- | --- | --- | **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) **2** | Technical Requirements | Did you deliver a project that met all the technical requirements? | Given what the class has covered so far, did you build something that was reasonably complex? @@ -87,8 +87,9 @@ Most importantly a **technical demonstration** of your app which: **2** | Code Quality | Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? | Did you comment your code as your instructors have in class? **1** | Deployment | Did you deploy your application to a public url using GitHub Pages? **2** | Technical demonstration | Is 5 minutes in length & shows off all the features of your app. | Expalins technical details, technical challenges, and any improvements you might make. + _Maximum possible points_ | **14** ​ - This will serve as a helpful overall gauge of whether you met the project goals, but __the more important scores are the individual ones__ above, which can help you identify where to focus your efforts for the next project! + From 45d8551950b7a2067be2b8e2b3105fca09c42cec Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:08:55 -0400 Subject: [PATCH 33/41] Update README.md --- projects/project_01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 1c571ba..b34adde 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -79,7 +79,7 @@ Most importantly a **technical demonstration** of your app which: * __Total__: Your instructors will give you a total score on your project between: ​ - Score | Expectations | Expectations | Expectations | Expectations | Expectations | Expectations | + Score | Category | Expectations | Expectations | Expectations | Expectations | Expectations | ----- | ------------ | ---------------- | --- | --- | --- | --- | **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) **2** | Technical Requirements | Did you deliver a project that met all the technical requirements? | Given what the class has covered so far, did you build something that was reasonably complex? From a345a74931304bfe3ac7136a781aeb24cc37f1f4 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:09:42 -0400 Subject: [PATCH 34/41] Update README.md --- projects/project_01/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index b34adde..09d3d08 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -81,13 +81,13 @@ Most importantly a **technical demonstration** of your app which: Score | Category | Expectations | Expectations | Expectations | Expectations | Expectations | ----- | ------------ | ---------------- | --- | --- | --- | --- | - **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) - **2** | Technical Requirements | Did you deliver a project that met all the technical requirements? | Given what the class has covered so far, did you build something that was reasonably complex? - **2** | Creativity | Did you add a personal spin or creative element into your project submission? | Did you deliver something of value to the end user (not just a login button and an index page)? - **2** | Code Quality | Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? | Did you comment your code as your instructors have in class? - **1** | Deployment | Did you deploy your application to a public url using GitHub Pages? - **2** | Technical demonstration | Is 5 minutes in length & shows off all the features of your app. | Expalins technical details, technical challenges, and any improvements you might make. - _Maximum possible points_ | **14** + **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) | + **2** | Technical Requirements | Did you deliver a project that met all the technical requirements? | Given what the class has covered so far, did you build something that was reasonably complex? | + **2** | Creativity | Did you add a personal spin or creative element into your project submission? | Did you deliver something of value to the end user (not just a login button and an index page)? | + **2** | Code Quality | Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? | Did you comment your code as your instructors have in class? | + **1** | Deployment | Did you deploy your application to a public url using GitHub Pages? | + **2** | Technical demonstration | Is 5 minutes in length & shows off all the features of your app. | Expalins technical details, technical challenges, and any improvements you might make. | + _Maximum possible points_ | **14** | ​ From d3cfa88bf3e72c956d83f015f11949d4253c1398 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:10:16 -0400 Subject: [PATCH 35/41] Update README.md --- projects/project_01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 09d3d08..82ef24e 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -80,7 +80,7 @@ Most importantly a **technical demonstration** of your app which: ​ Score | Category | Expectations | Expectations | Expectations | Expectations | Expectations | - ----- | ------------ | ---------------- | --- | --- | --- | --- | + :-----: | ------------ | ---------------- | --- | --- | --- | --- | **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) | **2** | Technical Requirements | Did you deliver a project that met all the technical requirements? | Given what the class has covered so far, did you build something that was reasonably complex? | **2** | Creativity | Did you add a personal spin or creative element into your project submission? | Did you deliver something of value to the end user (not just a login button and an index page)? | From 3efee0dbbf70f17b032b5a2d12e69cbcd9e3b43a Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:15:01 -0400 Subject: [PATCH 36/41] Update README.md --- projects/project_01/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 82ef24e..b5f19da 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -82,12 +82,12 @@ Most importantly a **technical demonstration** of your app which: Score | Category | Expectations | Expectations | Expectations | Expectations | Expectations | :-----: | ------------ | ---------------- | --- | --- | --- | --- | **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) | - **2** | Technical Requirements | Did you deliver a project that met all the technical requirements? | Given what the class has covered so far, did you build something that was reasonably complex? | + **6** | Technical Requirements | Did you deliver a project that met all the technical requirements? (technical requirement score will be given a grade 1-3)| Given what the class has covered so far, did you build something that was reasonably complex? (complexity will be given a grade 1-3) | **2** | Creativity | Did you add a personal spin or creative element into your project submission? | Did you deliver something of value to the end user (not just a login button and an index page)? | **2** | Code Quality | Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? | Did you comment your code as your instructors have in class? | **1** | Deployment | Did you deploy your application to a public url using GitHub Pages? | **2** | Technical demonstration | Is 5 minutes in length & shows off all the features of your app. | Expalins technical details, technical challenges, and any improvements you might make. | - _Maximum possible points_ | **14** | + _Maximum possible points_ | **20** | ​ From fee1195726650aa8eb5b765fc3700b5c62df9b26 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:18:46 -0400 Subject: [PATCH 37/41] Update README.md --- projects/project_01/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index b5f19da..b6a4bff 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -82,7 +82,7 @@ Most importantly a **technical demonstration** of your app which: Score | Category | Expectations | Expectations | Expectations | Expectations | Expectations | :-----: | ------------ | ---------------- | --- | --- | --- | --- | **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) | - **6** | Technical Requirements | Did you deliver a project that met all the technical requirements? (technical requirement score will be given a grade 1-3)| Given what the class has covered so far, did you build something that was reasonably complex? (complexity will be given a grade 1-3) | + **6** | Technical Requirements | Did you deliver a project that met all the technical requirements? (discussed in your MVP (a score between 1-3 will be given))| Given what the class has covered so far, did you build something that was reasonably complex? (complexity will be given a grade 1-3) | **2** | Creativity | Did you add a personal spin or creative element into your project submission? | Did you deliver something of value to the end user (not just a login button and an index page)? | **2** | Code Quality | Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? | Did you comment your code as your instructors have in class? | **1** | Deployment | Did you deploy your application to a public url using GitHub Pages? | @@ -113,7 +113,7 @@ If you have ideas on how you can help a fellow-student with work that they are s _Your instructor will contact you to setup a meeting time_ **Tuesday, June 7**
-15 minute meeting to get your project approved. +15 minute meeting to get your project approved. You will come with your [MVP](https://en.wikipedia.org/wiki/Minimum_viable_product) and an initial wireframe. **Wedesday, June 8**
15 minute progress check-in From 1b65edf3a6090ef958f00d262cd1a9fd20181cb9 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:22:37 -0400 Subject: [PATCH 38/41] Update README.md --- projects/project_01/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index b6a4bff..897035b 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -81,13 +81,13 @@ Most importantly a **technical demonstration** of your app which: Score | Category | Expectations | Expectations | Expectations | Expectations | Expectations | :-----: | ------------ | ---------------- | --- | --- | --- | --- | - **5** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories | wireframes | README.md with specified information | source control with Github (commits) | + **6** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories and are they in your Github issues (2 points) | wireframes | README.md with specified information | source control with Github (commits) | **6** | Technical Requirements | Did you deliver a project that met all the technical requirements? (discussed in your MVP (a score between 1-3 will be given))| Given what the class has covered so far, did you build something that was reasonably complex? (complexity will be given a grade 1-3) | **2** | Creativity | Did you add a personal spin or creative element into your project submission? | Did you deliver something of value to the end user (not just a login button and an index page)? | **2** | Code Quality | Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? | Did you comment your code as your instructors have in class? | - **1** | Deployment | Did you deploy your application to a public url using GitHub Pages? | + **2** | Deployment | Did you deploy your application to a public url using GitHub Pages? | **2** | Technical demonstration | Is 5 minutes in length & shows off all the features of your app. | Expalins technical details, technical challenges, and any improvements you might make. | - _Maximum possible points_ | **20** | + _Maximum possible points_ | **18** | ​ From 93c9706f62a2bb9ad56abecadde0d4ec42b6a9f4 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:22:59 -0400 Subject: [PATCH 39/41] Update README.md --- projects/project_01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index 897035b..e794ce0 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -87,7 +87,7 @@ Most importantly a **technical demonstration** of your app which: **2** | Code Quality | Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? | Did you comment your code as your instructors have in class? | **2** | Deployment | Did you deploy your application to a public url using GitHub Pages? | **2** | Technical demonstration | Is 5 minutes in length & shows off all the features of your app. | Expalins technical details, technical challenges, and any improvements you might make. | - _Maximum possible points_ | **18** | + _Maximum possible points_ | **20** | ​ From d5faaea488938bc34666b8aef1689c05c6228232 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:24:39 -0400 Subject: [PATCH 40/41] Update README.md --- projects/project_01/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index e794ce0..fdc0631 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -79,7 +79,7 @@ Most importantly a **technical demonstration** of your app which: * __Total__: Your instructors will give you a total score on your project between: ​ - Score | Category | Expectations | Expectations | Expectations | Expectations | Expectations | + Score | Category | Expectation | Expectation | Expectation | Expectation | Expectation | :-----: | ------------ | ---------------- | --- | --- | --- | --- | **6** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo)? | Did you complete the user stories and are they in your Github issues (2 points) | wireframes | README.md with specified information | source control with Github (commits) | **6** | Technical Requirements | Did you deliver a project that met all the technical requirements? (discussed in your MVP (a score between 1-3 will be given))| Given what the class has covered so far, did you build something that was reasonably complex? (complexity will be given a grade 1-3) | From 014a64ff7bf07e896a70a0066c44c415bd68d4ec Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Mon, 6 Jun 2016 15:29:28 -0400 Subject: [PATCH 41/41] Update README.md --- projects/project_01/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/project_01/README.md b/projects/project_01/README.md index fdc0631..a4dceda 100644 --- a/projects/project_01/README.md +++ b/projects/project_01/README.md @@ -128,9 +128,9 @@ Whole class instruction on how to deploy your project to the world wide web. 1. Seek out help online 2. Seek out help with your classmates 3. Seek out help with Derek (TA) -4. Submit a Github issue to receive help from an instructor +4. Submit a Github issue **on the wdi-remote** class Github account to receive help from an instructor -## Formatting your GitHub Issue to ask for help +## Formatting your GitHub Issue for wdi-remote to ask for help *PUSH OFTEN! Your code on GitHub should be up to date. Submiting an issue and linking us to old, out-of-date code will hinder the process.*