-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Progress 5 | ||
|
||
Advice: Spend some time ASAP with your group deciding what functionality/goals you plan to complete over the last <4 weeks. Divide the goals into bite-sized chunks, and make concrete plans to incrementally tackle each part. Wrap up the major functionality of your app. | ||
|
||
## Project Requirements: | ||
|
||
Must be completed with your group before workshop 5. | ||
|
||
- Deploy your project using GitHub Actions! | ||
- Course staff are familiar with Heroku (and should be covered in assignment 5), but you may host it elsewhere if you wish. | ||
- Add a [workflow status badge](https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/adding-a-workflow-status-badge) in your README file | ||
- Attempt to complete ALL of your remaining standard goals. If you cannot finish some of the goals by the next workshop, explain why they are not achievable, or give your plan for completing them before the final presentations. | ||
- Write a quick, 2-3 sentence high-level description of your project for someone who has never seen your project before, and put it at the top of your README. This will go to the industry guests, so please make sure that it is suitable for posting publicly. (Sell your web app!) | ||
- Read through the final project rubric [Sections 7 and 8](https://www.students.cs.ubc.ca/~cs-455/2024_S/about/rubrics.html#final-project-presentation) and ensure that you are currently meeting all the requirements (or plan to work on them soon) | ||
|
||
```{tip} | ||
**Remember**: These requirements are very minimal and are here to make sure that you are making forward progress on the project. We encourage you to make progress beyond the requirements in order to create an awesome project! | ||
``` | ||
|
||
## How to hand in: | ||
|
||
When you are ready, create a branch titled “project_5. Push your finalized code to that branch. | ||
Do not push to this branch after 10AM PT on the day of Workshop 6. |