Skip to content

Commit

Permalink
Updates Lunch and Learn project and Project Index
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsim89 committed Nov 9, 2023
1 parent 3d85c51 commit 778752c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module3/projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Module 3 - Projects
* [Viewing Party Lite](./viewing_party_lite/) - paired project, week 1
* [Rails Engine Lite](./rails_engine_lite) - solo project, week 2
* [Consultancy Project](./consultancy) - group project, week 4 and 5
* final solo project, week 6
* [Lunch and Learn](./lunch_and_learn/) - final solo project, week 6


### Resources
Expand Down
28 changes: 26 additions & 2 deletions module3/projects/lunch_and_learn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,32 @@ Your team is working in a service-oriented architecture. The front-end will comm

## Requirements

The project must expose all of the endpoints [listed here](./requirements)
The project must expose all of the endpoints [listed here](./requirements).

### Pre-Approved Gems

This project will have you to consume multiple APIs - you should do so manually, without the use of SDKs/gems that may make it faster/easier. This is an assessment in part of your ability to read documentation, implement tooling required to test & consume one or more APIs manually, traverse complex external datasets, and refactor your application to do these things as efficiently as possible.

Here is a list of pre-approved gems you can use on this project:
```
pry, debug, byebug
simplecov # required
rspec-rails
capybara
launchy
webmock
vcr
faraday
jsonapi-serializer # optional
factorybot
faker
bcrypt
shoulda-matchers
orderly
```

If you have questions about a gem that is not on this list, please reach out to your instructors *first*.

## Evaluation

Your project will be evaluated based on [this rubric](./rubric)
Your project will be evaluated based on [this rubric](./rubric).

0 comments on commit 778752c

Please sign in to comment.