Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the BoneCheck project’s team/member data in the mock projects datasets (PT/EN/ES) and adds a new team member photo asset. It also includes package-lock.json changes that appear unrelated to the content update and may impact dependency installation.
Changes:
- Add additional BoneCheck team members to the PT and EN mock project datasets.
- Extend the BoneCheck team links list in the ES mock project dataset.
- Add a new BoneCheck team member image, plus update
package-lock.json.
Reviewed changes
Copilot reviewed 3 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
src/mocks/projects/projects-pt.json |
Adds new BoneCheck team member entries (name/role/image/bio/linkedin). |
src/mocks/projects/projects-en.json |
Adds new BoneCheck team member entries (translated bio/role and assets/links). |
src/mocks/projects/projects-es.json |
Adds new BoneCheck team LinkedIn entries (ES uses link-only team objects). |
public/team/bonecheck/luysagoncalves.jpg |
Adds new team member photo asset. |
package-lock.json |
Large lockfile metadata changes (adds/removes peer flags and removes some entries). |
Comment on lines
+138
to
+140
| { | ||
| "linkedin": "https://www.linkedin.com/in/matheushrv/" | ||
| }, |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 [(): ]
📌 Summary
✨ Changes Introduced
🛠 How to Test
npm run devand verify that XYZ works.release/*branch and check deployment on{version}.yourdomain.com.✅ Checklist
chore,feat,fix, etc.).🔗 Related Issues
🚀 Deployment Notes (If applicable)
💡 Additional Context