From 7b6d9a2ef6cdd0a695ecd2abea8b7aff7d304106 Mon Sep 17 00:00:00 2001 From: Kayla Gordon Date: Mon, 28 Oct 2024 12:17:25 -0600 Subject: [PATCH] Update consultancy rubrics --- module3/projects/consultancy/evaluation.md | 5 ++--- module3/projects/consultancy/index.md | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/module3/projects/consultancy/evaluation.md b/module3/projects/consultancy/evaluation.md index 902e535b..a5c55115 100644 --- a/module3/projects/consultancy/evaluation.md +++ b/module3/projects/consultancy/evaluation.md @@ -46,12 +46,11 @@ This is an essential expectation and in extenuating circumstances, individuals m * 90% or more MVP stories are completed * At least one external API is consumed -* One BE stretch tech is implemented * Application is successfully deployed and core functionality is demo-able **Exceeds Expectations:** -* An additional stretch technology is implemented +* One BE stretch tech is implemented * A stretch feature (not included in the MVP) is completed @@ -76,7 +75,7 @@ This is an essential expectation and in extenuating circumstances, individuals m - Application includes client-side validation - Frontend state matches the backend data - Data and functions are passed as props (only as needed) to effectively organize the application - - Props are protected via Proptypes or type-checking + - Application is responsive across sceen sizes, utilizing relative units were appropriate and breakpoints for layout changes as needed and avoiding any awkward styling as you change screen size **Exceeds Expectations:** diff --git a/module3/projects/consultancy/index.md b/module3/projects/consultancy/index.md index f7e84ed7..79f02854 100644 --- a/module3/projects/consultancy/index.md +++ b/module3/projects/consultancy/index.md @@ -82,6 +82,7 @@ Optional Stretch Tech: * The application cannot simply be a display of data - there needs to be at least **one** way for the user to work with or manipulate the data (favoriting, searching, filtering, commenting, rating, etc) * Includes thorough client-side validations and error-handling, including error handling for network requests. * Implements robust Cypress testing, with all network requests properly intercepted and all user flows tested +* Responsive across screensizes, avoiding any awkward styling as you change screen size Deployment is required for this project. Two popular deployment options for the FE are [Vercel](https://vercel.com/) and [Netlify](https://docs.netlify.com/). You can research and proceed with whatever deployment platform you choose.