From 03612c62e69a68ae3e35cee4913df4c7c7632012 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Fri, 8 Jul 2016 17:11:57 -0400 Subject: [PATCH 1/4] Update README.md --- projects/project_03/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/projects/project_03/README.md b/projects/project_03/README.md index 356093d..7a4caae 100644 --- a/projects/project_03/README.md +++ b/projects/project_03/README.md @@ -1,4 +1,4 @@ -# ![](https://ga-dash.s3.amazonaws.com/production/assets/logo-9f88ae6c9c3871690e33280fcf557f33.png) Project #3: Group Project +# ![](https://ga-dash.s3.amazonaws.com/production/assets/logo-9f88ae6c9c3871690e33280fcf557f33.png) Project #3: MEAN Stack - Group Project ​ ## Overview ​ @@ -10,7 +10,10 @@ Use your imagination! You get to create whatever you want for this app. Everyone ​ Your app must: ​ -* Use **Angular** as a front-end framework. +* M - Use mongoose with Mongodb +* E - Use Express +* A - Use **Angular** as a front-end framework +* N - Use Node * Reference a third-party API. * Be deployed online where the rest of the world can access it. ​ @@ -42,7 +45,7 @@ By the time the project is over, we will expect the following from you: * A **working app, built by you**, hosted somewhere on the internet * A **link to your hosted working app** -* A **git repository hosted on Github** NOT inside your wdi-remote repository. 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. **One branch for each feature**. * **A ``readme.md`` file** with explanations of the technologies used, the approach taken, a link to your live site, a link to your daily tracker, your user stories, mvp, stretch goals, installation instructions, unsolved problems, etc. Most importantly a **technical demonstration** of your app which: @@ -56,9 +59,9 @@ Most importantly a **technical demonstration** of your app which: ## Project Feedback + Evaluation ​ -* __Project Workflow__: Do you have a Github respository for your project (not inside your wdi-remote repo) and make good use of branching? Did you complete the user stories, wireframes, and the README.md file as specified above? Did you use the daily tracker and split the work load appropriately? +* __Project Workflow__: Do you have a Github respository for your project (not inside your wdi-remote repo) and make good use of branching (one branch for each feature all merged to your `master` branch)? Did you complete the user stories, wireframes, and the README.md file as specified above? Did you use the daily tracker and split the work load appropriately? ​ -* __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? +* __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? Did you use Angular as a front-end framework? Did you use a third-party API? ​ * __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 225364808aa6b8aa6744ad1a1650ec45310c782a Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Fri, 8 Jul 2016 17:12:19 -0400 Subject: [PATCH 2/4] Update README.md --- projects/project_03/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_03/README.md b/projects/project_03/README.md index 7a4caae..dc937d3 100644 --- a/projects/project_03/README.md +++ b/projects/project_03/README.md @@ -2,7 +2,7 @@ ​ ## Overview ​ -For your 3rd project, you will be collaborating to make an application using Angular. +For your 3rd project, you will be collaborating to make an application using the MEAN stack. ​ Use your imagination! You get to create whatever you want for this app. Everyone will get a chance to **be creative**, and work through some really **tough programming challenges**, but you'll have a partner to help you carry the load. From 320fc89da7dc18e5cb97f5f7f1a49c034a26d8ea Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Fri, 8 Jul 2016 17:27:15 -0400 Subject: [PATCH 3/4] Update README.md --- projects/project_03/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/project_03/README.md b/projects/project_03/README.md index dc937d3..b2a0ab5 100644 --- a/projects/project_03/README.md +++ b/projects/project_03/README.md @@ -76,7 +76,7 @@ Most importantly a **technical demonstration** of your app which: Score | Category | Expectation | Expectation | Expectation | Expectation | :-----: | ------------ | ---------------- | --- | --- | --- | - **7** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo) and make good use of branching? (0-2) | Did you complete the user stories, wireframes, and the README.md file as specified above? (0-3) | Did you use the daily tracker and split the work load appropriately? (0-2) | + **7** | Project Workflow | Do you have a Github respository for your project (not inside your wdi-remote repo) and make good use of branching (one branch per feature)? (0-2) | Did you complete the user stories, wireframes, and the README.md file as specified above? (0-3) | Did you use the daily tracker and split the work load appropriately? (0-2) | **10** | Technical Requirements | Did you use Angular as a front-end framework? (0-2) | Did you use a third-party API? (0-2) | Did you deliver a project that met all the technical requirements? (discussed in your MVP (a score between 0-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 0-3) | **5** | Creativity | Did you add a personal spin or creative element into your project submission? (0-2)| Did you deliver something of value to the end user (not just a login button and an index page)? (0-3) | **2** | Code Quality | Did you follow code style guidance and best practices covered in class, such as spacing, modularity, and semantic naming? (1) | Did you comment your code as your instructors have in class? (1)| From 85f38dbd935f1c2c1acae9aec5c8a61dbdc22223 Mon Sep 17 00:00:00 2001 From: Kristyn Bryan Date: Fri, 8 Jul 2016 17:56:41 -0400 Subject: [PATCH 4/4] Update README.md --- projects/project_03/README.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/projects/project_03/README.md b/projects/project_03/README.md index b2a0ab5..fe37010 100644 --- a/projects/project_03/README.md +++ b/projects/project_03/README.md @@ -115,17 +115,8 @@ _Your instructor will contact you to setup a meeting time_ - You will have a 15 minute meeting with an instructor in the afternoon to get your project approved. - Create your daily tracker. -**Tuesday, July 12**
-15-30 minute progress check-in and look at your daily tracker. Students should be developing thier app. - -**Wedesday, July 13**
-15-30 minute progress check-in and look at your daily tracker. Students should be developing thier app. - -**Thursday, July 14**
-15-30 minute progress check-in and look at your daily tracker. Students should be developing thier app. - -**Friday, July 15**
-15-30 minute progress check-in and look at your daily tracker before you go into the weekend. Help to decide what to finish and what stretch goals should be attempted. +**Tuesday, July 12** - **Friday, July 15**
+15-30 minute progress check-ins and look at your daily tracker. Students should be developing thier app. **Monday, July 18**
- Submit a Github issue by 10 am EDT with a live link to your project and a link to your Github repo.