Skip to content

Commit

Permalink
Merge pull request #326 from turingschool/2311-b3
Browse files Browse the repository at this point in the history
2311 inning prep - b3
  • Loading branch information
cjsim89 authored Nov 16, 2023
2 parents 4d4b1bd + 39c4f6d commit 35477a9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
14 changes: 2 additions & 12 deletions module3/projects/consultancy/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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)
Expand All @@ -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.
Expand Down
4 changes: 4 additions & 0 deletions module3/projects/consultancy/evaluation/feature_delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -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__
Expand Down
2 changes: 0 additions & 2 deletions module3/projects/consultancy/evaluation/technical_quality.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions module3/projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 35477a9

Please sign in to comment.