anikaagit / Anika_2025

Apache License 2.0
0 stars 0 forks source link

Sprint 1 Checklist #3

Open anikaagit opened 3 weeks ago

anikaagit commented 3 weeks 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 [Y ] 4 0.0 verification by Linux commands notebook
VSCode [y ] 4 0.0 live change code, commit, make, run localhost, test, debug
Show VSCode GitLens [y ] 4 0.0 verify commits, show change, comments, reset to commit, run on old commit
GitHub student_2025 repo [y ] 4 0.0 template create, push changes, verify id, review analytics
GitHub Pages Actions [ y] 4 0.0 review runs and verify runtime, receive demo
Hacks Javascript Notebooks wget command [ y] 4 0.0 Hacks
Hacks GitHub Pages Playground [y ] 4 0.0 Hacks
Hacks SASS Basics [ y] 4 0.0 Hacks
Hacks Frontend [y ] 4 0.0 Hacks
Pair Programming [y ] 4 0.0 tangibles that show coop work
Total 40 0.0
Average 40 (100%) 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 [ Y] 4 0.0
Work Habits [Y ] 3 0.0
Behavior [Y ] 4 0.0
Timeliness [Y ] 4 0.0
Tech Sense [Y ] 4 0.0
Tech Talk [Y ] 4 0.0
Tech Growth [Y ] 4 0.0
Advocacy [ Y] 4 0.0
Comm & Collab [ Y] 4 0.0
Integrity [ Y] 4 0.0
Organized [ Y] 4 0.0
Total 43/44 0.0
Average 100 0.0
anikaagit commented 1 week ago

Tools Verify

image

ruby - v : (command to check ruby version) python --version (command to check current python version)

bundle - v (command to check current bundle version)

jupyter --version (to see currently installed jupyter packages)

anikaagit commented 1 week ago

Pushing code and making it

image

These are the commands used to commit code in terminal

image This is me running a make command which gives me a server address that I can click on to run the page locally.

image This is what it looks like when I run the project locally. You can see the local server address in the search bar. I do these make commands from time to time to get a preview of the page and "test" it to see if I'm happy w/ it

anikaagit commented 1 week ago

Git Lens

image You can verify previous commits on this toggle bar. You click on the Github Lens icon, and then click on "commits" to see a list of all previous commits so you can verify

image If you click on a commit, you can see the changes you made to the code before you commited it

anikaagit commented 1 week ago

Github Pages Actions

image This is how you review runs (going to GithubActions and clicking on a commit) and on the top it also says the time it took

anikaagit commented 1 week ago

image Once you run all jobs, you recieve a message with a link under deploy that takes you to a demo of the site

anikaagit commented 1 week ago

Checking Analytics

image You can view GitHub Analytics by going to Kasm Login in Nighthawk Coders, and then hovering over profile and clicking "View Analytics" This shows you how many commits you have made, etc

anikaagit commented 1 week ago

Verify ID

These are the steps to verify your github ID using vsCode image

anikaagit commented 1 week ago

The steps to reset to a previous commit are going to GitLens icon, clicking on commits, right clicking and choosing "Reset current branch to commit " in the menu. You can choose between a soft or hard reset.

anikaagit commented 1 week ago

The steps to run on an old commit are going to GitLens icon, clickong on commits, choosing a specific old commit and right clicking and choosing " Checkout Commit"

anikaagit commented 1 week ago

image I went to extensions and installed " Live Server" Now I can live change code. If I choose to hover on an HTML file after this, there is an option that says open with live server.

anikaagit commented 1 week ago

Run and Debug

image After doing a ctrl shift D command, it gives me an option to "Run and Debug code" where it runs and I can pause at certain times to debug that section of code.

image

anikaagit commented 1 week ago

Comitting Code

image If you click on the plus sign, then you can stage changes and then commit those changes

anikaagit commented 1 week ago

Wget command

wget sample

I went to the notebooks directory in student_2025 repo and found this Github Playground Jupyter Notebook. I clicked on "Raw code", copied the link, and then typed in these commands.

anikaagit commented 1 week ago

Adding Links and Images to Index.Md

alter images 1 alter images 2 index md

anikaagit commented 1 week ago

Adding a submenu

home html making a submenu

anikaagit commented 1 week ago

Ideas.md planning doc

image

anikaagit commented 1 week ago

Alterations to snake game (Java Cell)

snake game modify more changes

anikaagit commented 1 week ago

Changing Theme In Config.yml

image

anikaagit commented 1 week ago

Script to enable utterances in utterances.html

utterances

** Make sure to change page layout from page to post, and enable comments to true

anikaagit commented 1 week ago

Hacks Frontend

html frontend code html frontend finished product

anikaagit commented 1 week ago

What I changed to the calculator (Sass Hacks)

calc button color calc circle button calc output

anikaagit commented 1 week ago

Partner Communication

partner work