-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this 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.
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>
There was a problem hiding this 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
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.