You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something that would be helpful to do at some point would be to refactor all of the search result components such that CardSearchResult contains all of the styling for the components and is loaded into the other ones. We'd then apply <CardSearchResultTYPE /> in the UI rather than <CardSearchResult /> with an entity passed to it. In this way we'd be able to not have so much code repetition within each of the individual search result components. CardSearchResult would need props for each of the given parts, with these then being styled based on which type of entity is passed (organization, group, etc).
This would be a great good first issue for someone wanting to get into activist coding! Happy to support or work on it myself eventually 😊
The text was updated successfully, but these errors were encountered:
Terms
Issue
Something that would be helpful to do at some point would be to refactor all of the search result components such that CardSearchResult contains all of the styling for the components and is loaded into the other ones. We'd then apply
<CardSearchResultTYPE />
in the UI rather than<CardSearchResult />
with an entity passed to it. In this way we'd be able to not have so much code repetition within each of the individual search result components.CardSearchResult
would need props for each of the given parts, with these then being styled based on which type of entity is passed (organization, group, etc).This would be a great
good first issue
for someone wanting to get into activist coding! Happy to support or work on it myself eventually 😊The text was updated successfully, but these errors were encountered: