Skip to content

Commit

Permalink
Removes API learning goals from Mod 2
Browse files Browse the repository at this point in the history
  • Loading branch information
juliet-e authored Mar 14, 2024
1 parent d4eb285 commit a04f442
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions module2/success/learning_goals.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,12 @@ The expected mastery level can be understood with the following scale:

* Describe the HTTP request/response cycle
* Describe the different parts of HTTP requests and responses
* Describe web APIs

### Rails Application Development

* Implement partials to break a view into reusable components
* Use flash messages
* Use Inheritance to share behavior across classes
* Use POROs to logically organize code for objects not stored in the database
* Use `Faraday` to consume an API

### Databases

Expand All @@ -98,7 +95,7 @@ The expected mastery level can be understood with the following scale:

### Testing & Debugging

* Use WebMock to mock API calls
* Describe the difference between unit and integration testing.

### Styling

Expand Down

0 comments on commit a04f442

Please sign in to comment.