Workflow
(Edit, Save, Browser Check, [Validation Check]) × repeat
Note: Live Server extension in VS Code will help!
Assignments
- Get the assignment materials with one of:
- GitHub assignment and clone
- Download ZIP, unzip or extract, move to designated work area
Virtuous cycles of "Edit, Save, Check"
( ( ( (edit, save, browser check) × repeat ) validation check ) commit ) × repeat
- Decide when you are finished and ready to submit (you've checked against the rubric, right?)
Remember the submission in Canvas is a two part process!
- Publish to course web server
- Using SFTP, either through Cyberduck or https://files.dreamhost.com/
Use the connection information I sent you! - copy local assignment folder the server, using the obscure folder within the NETID.students.cs12.net folder
- check in browser
https://NETID.students.cs12.net/[Your Obscure Folder]/[assignment path]/
- From your browser, copy the URL of the assignment folder that you just published and submit in Canvas
- Using SFTP, either through Cyberduck or https://files.dreamhost.com/
- Submit the code (either a zip file or URL to your repo)
- ZIP file
- ZIP assignment folder up
- Submit ZIP file in Canvas
- GitHub
- Make sure you push (sync) your local changes to your repo!
- GitHub repo URL, something like:
https://github.com/cscie12/assignment02-essential-html5-dpheitmeyer
- ZIP file
- Publish to course web server