Skip to content

Commit

Permalink
Update consultancy rubrics
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylagordon committed Oct 28, 2024
1 parent d9cd075 commit 7b6d9a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions module3/projects/consultancy/evaluation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

</section>
Expand All @@ -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:**

Expand Down
1 change: 1 addition & 0 deletions module3/projects/consultancy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7b6d9a2

Please sign in to comment.