From 9e16c55090b98567c8edb80045265bc1cbbc7c45 Mon Sep 17 00:00:00 2001 From: Chris Simmons Date: Thu, 29 Feb 2024 10:49:04 -0500 Subject: [PATCH] Update practice_assessment.md --- module3/practice_assessments/practice_assessment.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module3/practice_assessments/practice_assessment.md b/module3/practice_assessments/practice_assessment.md index b0b2949a..b30bc877 100644 --- a/module3/practice_assessments/practice_assessment.md +++ b/module3/practice_assessments/practice_assessment.md @@ -31,6 +31,8 @@ bundle exec rails server ## Practice Challenges +*NOTE*: The actual final assessment will equal stories 1 & 2 of this practice assessment. Stories 3 & 4 would be extensions, or another set of practice you could do optionally. + ### 1. Current Weather For this story, we will be using the [OpenWeatherMap API](https://openweathermap.org/api). Sign up for an api key and familiarize yourself with the documentation. Please note that it may take a while for your api key to be activated. @@ -59,6 +61,9 @@ Then I should see an image related to the current weather at the destination **Note**: you have some flexibility here to determine what a "related" image might be. + +*REMINDER*: Stories 3 and 4 below would be considered extensions, or extra practice for you to hone your API consumption/Rails skills. + ### 3. Create an External API for the `Destination` resource - RESTful routes should be created to `index`, `show`, `create`, `update`, and `destroy` destinations.