Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Team profile filter & Team profile card #51

Merged
merged 26 commits into from
Jul 9, 2024

Conversation

Unknown-0perator
Copy link

This PR closes issue #34 and issue #33.

As per the discussion I had with Sherry and Chloe, the implementation will exclude the bio section for now.
PR image

Copy link

vercel bot commented Jun 19, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
codeforbc-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 9, 2024 0:26am

Copy link
Collaborator

@CorreyL CorreyL left a comment

Choose a reason for hiding this comment

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

Functionally this looks good! Just a couple spots where I noticed we could reduce the risk of code not being changed in several places, which result in unexpected bugs, and instead consolidating them by referencing existing variables, or creating a variable, ultimately to reduce the use of the same literal across various places in the code.

src/app/about/page.client.tsx Outdated Show resolved Hide resolved
src/app/about/page.client.tsx Outdated Show resolved Hide resolved
src/app/about/page.client.tsx Outdated Show resolved Hide resolved
src/app/about/page.client.tsx Outdated Show resolved Hide resolved
src/components/team-bio-card/team-bio-card.tsx Outdated Show resolved Hide resolved
Unknown-0perator and others added 4 commits July 8, 2024 17:16
Co-authored-by: Correy Lim <correylim@gmail.com>
Co-authored-by: Correy Lim <correylim@gmail.com>
Co-authored-by: Correy Lim <correylim@gmail.com>
Co-authored-by: Correy Lim <correylim@gmail.com>
Copy link
Collaborator

@CorreyL CorreyL left a comment

Choose a reason for hiding this comment

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

Thanks for taking my suggestions! This looks good to me now

@Unknown-0perator Unknown-0perator merged commit 03f7ac3 into main Jul 9, 2024
3 checks 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
2 participants