Skip to content

seattlecolleges.github.io_ 122_add_student_william_anderson#163

Merged
sstar691969 merged 4 commits intomainfrom
add-student-william-anderson
Mar 9, 2026
Merged

seattlecolleges.github.io_ 122_add_student_william_anderson#163
sstar691969 merged 4 commits intomainfrom
add-student-william-anderson

Conversation

@sstar691969
Copy link
Copy Markdown
Contributor

@sstar691969 sstar691969 commented Mar 6, 2026

seattlecolleges.github.io_ 122_add_student_william_anderson
#122

Summary & Changes 📃

Regarding students.json updated changes to William Anderson's profile: added a ( }, ).
I had did npm run test and npm run start or npm start to check local 3000. Also added personal
developers profile with student email and Linkeln profile and shared role detail information.
#122

Pull requested: you send updated changes or added changes related to student.json and run code in
terminal then local 3000 to see if your profile image and information is shown in browser with out errors and the you submitted to projected team members to check to see if every steps is corrected. ifso then submitted to main branch to be live. So now all developers as completed the first Phase 1.

Screenshots / Visual Aids:
📌 Required for: UI changes, layout updates, or bug fixes.

Details Screenshot 2026-03-09 at 1 26 19 AM

Image or profile uploaded with zero errors. Note I will uploaded a image soon.

  1. I ran test but there is no code to run as stated in terminal: (a) no test found. (0) code found.

Checklist ✅

added new update on profile
Added LinkedIn.com link
@makayo
Copy link
Copy Markdown
Contributor

makayo commented Mar 6, 2026

The JSON entry for William Anderson looks correct and the PR is ready for a second approval when maintainers have time.

Copy link
Copy Markdown
Contributor

@makayo makayo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The JSON entry for William Anderson looks correct and the PR is ready for a second approval when maintainers have time.

@IsaacJrTypes
Copy link
Copy Markdown
Contributor

IsaacJrTypes commented Mar 7, 2026

Hi @sstar691969, can you fill out the summary and changes section. I highly recommend to check out PRs that have been merged. Its good practice to give more detail information about the pull request. Once tasks get more complex, the detail serves as documentation.

Great job overall!

Don't worry about the merge conflicts, I will take care of that!

Copy link
Copy Markdown
Contributor

@SUPER444E SUPER444E left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your code looks good and is ready to merge!, but first please update your PR description so it accurately describes what this PR does and what instructions we can do to replicate it, feel free to check other PRs like Isacc said, I'll be back to approve changes when It's updated

Thanks!

@LiteWilliamNguyen LiteWilliamNguyen self-requested a review March 9, 2026 01:22
Copy link
Copy Markdown
Contributor

@LiteWilliamNguyen LiteWilliamNguyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like this work was based on an older version of the main file. Before making changes, it’s best to pull the latest updates so you’re working from the most current version. Other students have already submitted and merged changes ahead of you, so your branch is out of date.
I recommend copying the code you wrote, updating your branch with the latest main, and then pasting your changes into the updated files.
And make sure to add a photo of you in as well. You will need to use https://squoosh.app/editor to compress the photo with webp effort 4 quality 75 so that it doesn't take much space.

@sstar691969
Copy link
Copy Markdown
Contributor Author

seattlecolleges.github.io_ 122_add_student_william_anderson:

  • Summary: (Briefly describe what this PR does)

    • What does this issue fix? I made or added my profile information to students.json as shown above.
    • What is the expected behavior? To upload on the student site of all developers who diagnose the seattlecolleges website to display their personal work profile.

"name": "William Anderson", "photo": "anon-profile-image.webp", "role": "Developer", "about": "I'm currently pursuing a Bachelor's degree in Application Development at North Seattle College. I enjoy building web applications and am expanding my skills in TypeScript, Node.js, and Express.js.", "email": "william.l.anderson2@seattlecolleges.edu", "github": "https://github.com/sstar691969", "linkedin": "https://www.linkedin.com/in/williamanderson2424/"

Screenshots / Visual Aids:

"name": "William Anderson", "photo": "anon-profile-image.webp", "role": "Developer", "about": "I'm currently pursuing a Bachelor's degree in Application Development at North Seattle College. I enjoy building web applications and am expanding my skills in TypeScript, Node.js, and Express.js.", "email": "william.l.anderson2@seattlecolleges.edu", "github": "https://github.com/sstar691969", "linkedin": "https://www.linkedin.com/in/williamanderson2424/"

How to Test 🧪

I have tested students.json and no errors in the command line or terminal. but we recognized a comma missing. correction made.

This is a new update: March 8, 2026

@sstar691969
Copy link
Copy Markdown
Contributor Author

Your code looks good and is ready to merge!, but first please update your PR description so it accurately describes what this PR does and what instructions we can do to replicate it, feel free to check other PRs like Isacc said, I'll be back to approve changes when It's updated

Thanks!

Your code looks good and is ready to merge!, but first please update your PR description so it accurately describes what this PR does and what instructions we can do to replicate it, feel free to check other PRs like Isacc said, I'll be back to approve changes when It's updated

Thanks!

Please give me an updated: BC said a profile photo is not necessary .

@itsvee0120
Copy link
Copy Markdown

Your code looks good, and everything worked as expected. However, there are still conflicts that need to be resolved before a new review and approval can be completed. You have two options:

  1. Resolve the conflicts using the web editor, or
  2. Merge main into your local branch and resolve the conflicts locally.

It looks like this work was based on an older version of the main file. Before making changes, it’s best to pull the latest updates so you’re working from the most current version. Other students have already submitted and merged changes ahead of you, so your branch is out of date. I recommend copying the code you wrote, updating your branch with the latest main, and then pasting your changes into the updated files. And make sure to add a photo of you in as well. You will need to use https://squoosh.app/editor to compress the photo with webp effort 4 quality 75 so that it doesn't take much space.

Tip: You don’t need to copy your code into a separate text file, you can use git stash (docs
). After stashing, merge main to update your branch, then apply the stashed changes back. Alternatively, you can resolve the conflicts manually line by line. It doesn’t seem like a very large conflict, so either method should work fine.

I added comma to ( }, )  
You may require for me to push to repository instead.
@sstar691969
Copy link
Copy Markdown
Contributor Author

The web editor is confusing. How do I make change or add a comma after }, ?
not sure whats happening.

@sstar691969
Copy link
Copy Markdown
Contributor Author

I finally complete the web editor issue.... I added ( }, ) and ( { ).

Copy link
Copy Markdown
Contributor

@SUPER444E SUPER444E left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks all good! Thanks for the quick work.

@sstar691969
Copy link
Copy Markdown
Contributor Author

sstar691969 commented Mar 9, 2026 via email

@sstar691969
Copy link
Copy Markdown
Contributor Author

sstar691969 commented Mar 9, 2026 via email

@IsaacJrTypes IsaacJrTypes dismissed LiteWilliamNguyen’s stale review March 9, 2026 23:27

Will addressed all issues

@sstar691969 sstar691969 merged commit 3291f08 into main Mar 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Students Page: Add yourself to the Students Page

6 participants