casonpollak / cason_2025

Apache License 2.0
0 stars 0 forks source link

Checklist #4

Open casonpollak opened 1 week ago

casonpollak commented 1 week ago

Self Grading Checklist

All self and by peer grading must be complete prior to Teacher review date(s). Show a direct link to the tangible(s) for each line item.

Sprint1 Key Objectives

During the sprint you need to complete all of these key objectives and find and complete supporting hacks that show level of command you are declaring.

Rank to Ratio, rank is an integer 0 = .00 work, but faking understanding/accomplishment 1 = .55 incomplete assignment, big gaps 2 = .75 meeting some objectives, multiple little gaps 3 = .85 meeting most objectives, one little gap 4 = .90 meeting all objectives 4+Mastered-Y = .95 exceeding all objectives, requires links and office hours verification

Skill Mastered (Y/N) Rank (1-4) Ratio Notes
Laptop Verification or Cloud Workspace [ ] 0 0.0 verification by Linux commands notebook
VSCode [ ] 0 0.0 live change code, commit, make, run localhost, test, debug
Show VSCode GitLens [ ] 0 0.0 verify commits, show change, comments, reset to commit, run on old commit
GitHub student_2025 repo [ ] 0 0.0 template create, push changes, verify id, review analytics
GitHub Pages Actions [ ] 0 0.0 review runs and verify runtime, receive demo
JavaScript notebook [ ] 0 0.0 Hacks
Hacks GitHub Pages Playground [ ] 0 0.0 Hacks
Hacks SASS Basics [ ] 0 0.0 Hacks
Hacks Frontend [ ] 0 0.0 Hacks
Pair Programming [ ] 0 0.0 tangibles that show coop work
Total 0.0
Average 0.0

Learning Habits Table

Review criteria in habits. In this review, pairs should rate each other base on their experience with the person on the line item.

Rank to Ratio, rank is an integer
1 = .55 2 = .75 3 = .85 4 = .90 4+Mastered-Y = .95

Skill Mastered (Y/N) Rank (1-4) Ratio Notes
Attendance [ ] 0 0.0
Work Habits [ ] 0 0.0
Behavior [ ] 0 0.0
Timeliness [ ] 0 0.0
Tech Sense [ ] 0 0.0
Tech Talk [ ] 0 0.0
Tech Growth [ ] 0 0.0
Advocacy [ ] 0 0.0
Comm & Collab [ ] 0 0.0
Integrity [ ] 0 0.0
Organized [ ] 0 0.0
Total 0.0
Average 0.0

Message announcements

Shift + Return to add a new line

mobile icon Stay up to date from anywhere with the Slack mobile app

casonpollak commented 1 week ago

Laptop Verification or Cloud Workspace

mkdir - This command creates a new directory on your system. ls - This command shows the list of all directories inside of the current directory you're in. pwd - This command tells you what directory you're currently in. cd - This command followed by the name of the directory you want to enter will enter you into it. Following the cd with ".." will take you up a directory level. git - This command tracks changes in files. For example. git clone followed by the URL to your desired repository will make a copy of that repository onto your current directory. cat - This command is used to view the contents in a file, it can also make and combine new files.

example of all the commands in use:

default:~$ mkdir nighthawk default:~$ cd nighthawk default:~/nighthhawk$ git clone https://github.com/casonpollak/cason_2025/ default:~/nighthawk$ ls cason_2025 default:~/nighthawk$ cd cason_2025 default:~/nighthawk/cason_2025$ pwd /home/kasm-user/nighthawk/cason_2025

4

casonpollak commented 22 hours ago

VSCode

image

4

casonpollak commented 22 hours ago

Show VSCode GitLens

image

4

casonpollak commented 21 hours ago

GitHub student_2025 repo

image

My Repo

4

casonpollak commented 21 hours ago

GitHub Pages Actions

image

4

casonpollak commented 21 hours ago

JavaScript notebook

image

4