Skip to content

Commit

Permalink
fixed typos and removed netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
abhutta0 committed Mar 13, 2024
1 parent 75f6401 commit 7938048
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Assignments/project-deliverable.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions Assignments/project-grading.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 7938048

Please sign in to comment.