From 79380486a47e9a3480b4230a896f70b666b2050a Mon Sep 17 00:00:00 2001 From: "Adeel A. Bhutta" Date: Wed, 13 Mar 2024 17:06:17 -0400 Subject: [PATCH] fixed typos and removed netlify --- Assignments/project-deliverable.md | 4 ++-- Assignments/project-grading.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Assignments/project-deliverable.md b/Assignments/project-deliverable.md index 32cd56d..bc42272 100644 --- a/Assignments/project-deliverable.md +++ b/Assignments/project-deliverable.md @@ -14,7 +14,7 @@ Your final team deliverable will be a "release" of your new feature on GitHub (w ### Contents Your final team deliverable will include: -* The implementation of your new feature, deployed to Netlify + Heroku / Render.com +* The implementation of your new feature, deployed to Heroku / Render.com * Automated tests for your new feature * A report that describes how to use your new feature and what was completed vs proposed * A poster and/or demo @@ -25,7 +25,7 @@ Accompanying the final team deliverable will be an *individual reflection*, whic ### Submission Instructions #### Code, documentation and Link - All apps will be deployed on Heroku / Render (instructions for CI/CD pipeline setup are provided separately). After you have pushed all of your code (and documentation) to your team's GitHub repository, create [a release](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/managing-releases-in-a-repository) on GitHub, and apply the tag version `final-submission`. After your release is created, you'll find that there is now a `.zip` that can be downloaded from GitHub that contains a snapshot of your entire repository. Download this zip file, unpack it, and follow the instructions that you provided in your README to double-check that the course staff will be able to run your project (this step is handy to make sure that you didn't forget to include some key files in git). If needed, you can delete the release, make some changes, and re-release up until the deadline. **Submit this zip file to Canvas** under the assignment "Project: Code Submission" along with the link of your hosted app (in comments or a text file). Submit your report separately to Canvas, under the assignment "Project: Report". + All apps will be deployed on Heroku / Render (instructions for CI/CD pipeline setup are provided separately). After you have pushed all of your code (and documentation) to your team's GitHub repository, create [a release](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/managing-releases-in-a-repository) on GitHub, and apply the tag version `final-submission`. After your release is created, you'll find that there is now a `.zip` that can be downloaded from GitHub that contains a snapshot of your entire repository. Download this zip file, unpack it, and follow the instructions that you provided in your README to double-check that the course staff will be able to run your project (this step is handy to make sure that you didn't forget to include some key files in git). If needed, you can delete the release, make some changes, and re-release up until the deadline. **Submit this zip file to Canvas** under the assignment "Project: Code Submission" along with **the link of your hosted app** (in comments or a text file). Submit your report separately to Canvas, under the assignment "Project: Report". #### Project Poster & Demo Each team will submit a poster. Your poster will be a single-page document, that will include the following aspects: diff --git a/Assignments/project-grading.md b/Assignments/project-grading.md index 6c2e746..02bf397 100644 --- a/Assignments/project-grading.md +++ b/Assignments/project-grading.md @@ -3,7 +3,7 @@ layout: page title: Final Project Grading permalink: /assignments/project-grading parent: Assignments -nav_order: 6 +nav_order: 7 --- # Grading Each project will be graded by the team's assigned TA mentor and the instructor. For most of the submission components below, we provide two benchmark rubrics: one for a submission that is satisfactory (full marks), and one that would be meeting our minimum expectations (a pass). In practice, when grading projects we will usually assign numeric grades and provide partial credit, using these rubrics as guidelines for those two extremes. A rubric for the remaining components will be provided by individual instructors. @@ -91,7 +91,7 @@ The final report should consist of three sections: * Technical Overview * Process Overview -The allocation of the 10% credit will be as follows: Overview and manual will be worth 4%, technical and process overviews will be worth 3% each. +The allocation of the 10% credit will be as follows: Overview and manual will be worth 3%, technical and process overviews will be worth 4% and 3% respectively. ### * Feature Overview and User Manual