diff --git a/module3/projects/consultancy/development.md b/module3/projects/consultancy/development.md index f772ddfd..921bbe5e 100644 --- a/module3/projects/consultancy/development.md +++ b/module3/projects/consultancy/development.md @@ -45,7 +45,7 @@ Day 1: - Front-end application set up with gems configured. Ideally one or two calls to the backend have been roughly implemented - Backend application set up with gems configured. Ideally one or two CRUD operations for front-end consumption have been roughly implemented. - Initial structure of each Service (not necessarily working API calls) - - [Circle-CI](https://mod4.turing.edu/lessons/Continuous-Integration.html) and Deployment to the internet (using Heroku, Render, etc.) for both FE/BE repositories + #### Sprint 2: Primary Development @@ -84,7 +84,7 @@ In addition to the End of Sprint Demos, you will also have some project check in * Review of near-final work, check for MVP * Discuss presentation details -## git/GitHub +## Git/GitHub * Commit Frequently * Decide on a [git workflow](https://www.atlassian.com/git/tutorials/comparing-workflows) @@ -96,16 +96,6 @@ In addition to the End of Sprint Demos, you will also have some project check in * Tag your Project Manager if you have questions. DM your Project Manager letting them know you have tagged them. -## Continuous Integration - -* [CircleCI Docs](https://circleci.com/docs/) -* [CircleCI Mod 4 Lesson](https://mod4.turing.edu/lessons/Continuous-Integration.html) -* Optionally, set up a [CI Server](https://backend.turing.edu/module3/archive/lessons/environments_and_ci) (Optional to create more than 2 environments) - -### Continuous Deployment -- Optional - -* Set up Circle-CI in such a way that it automatically deploys its code to the internet (Heroku, Render, etc.) when 'main' branch code is passing. - ## Story Grooming * You should be using a project management tool to keep track of your stories. diff --git a/module3/projects/consultancy/evaluation/feature_delivery.md b/module3/projects/consultancy/evaluation/feature_delivery.md index c131919a..b5bb1254 100644 --- a/module3/projects/consultancy/evaluation/feature_delivery.md +++ b/module3/projects/consultancy/evaluation/feature_delivery.md @@ -21,6 +21,10 @@ Frontend Rails Backend - [ ] Proxy for Rails Front End and Micro-Services +Technologies from List of Glory +- [ ] Students can explain in-depth what features use their chosen technologies, either FE or BE +- [ ] Project meets point threshold + --- __When the above criteria is met, here are additional points to Exceed Expectations__ diff --git a/module3/projects/consultancy/evaluation/technical_quality.md b/module3/projects/consultancy/evaluation/technical_quality.md index c0dbf5da..20246ce4 100644 --- a/module3/projects/consultancy/evaluation/technical_quality.md +++ b/module3/projects/consultancy/evaluation/technical_quality.md @@ -69,5 +69,3 @@ __When the above criteria is met, here are additional points to achieve Exceed E - [ ] Frontend - [ ] Rails Backend -- Bootstrap is utilized well for layout and styling - - [ ] Frontend diff --git a/module3/projects/index.md b/module3/projects/index.md index a329e27a..65482b44 100644 --- a/module3/projects/index.md +++ b/module3/projects/index.md @@ -3,10 +3,10 @@ layout: page title: Module 3 - Projects --- -* [Viewing Party Lite](./viewing_party_lite/) - paired project, week 1 -* [Rails Engine Lite](./rails_engine_lite) - solo project, week 2 +* paired project, week 1 +* solo project, week 2 * [Consultancy Project](./consultancy) - group project, week 4 and 5 -* [Lunch and Learn](./lunch_and_learn/) - final solo project, week 6 +* final solo project, week 6 ### Resources