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

Rename SearchCard-related components to ExperimentCard #396

Open
nozomione opened this issue Oct 18, 2024 · 0 comments
Open

Rename SearchCard-related components to ExperimentCard #396

nozomione opened this issue Oct 18, 2024 · 0 comments
Assignees

Comments

@nozomione
Copy link
Member

Context

Currently, we have a shared card component displayed on the search results page. Some of the sub-components of this card are also used in the experiment page to display necessary data.

To clarify their purpose and indicate that they belong to the experiment context, we want to rename the SearchCard-related components to ExperimentCard.

Problem or idea

To achieve this, we should do the following:

  • Rename all SearchCard-related components to ExperimentCard
  • Update the import statements and card references in the codebase

Solution or next step

  1. Rename the following items to ExperimentCard/:
  • SearchCard/ directory to ExperimentCard
  • SearchCardHeader to ExperimentCardHeader
  • SearchCardMeta to ExperimentCardMeta
  • SearchCardBody to ExperimentCardBody
  • SearchCardFooter to ExperimentCardFooter
  • SearchCardAction to ExperimentCardAction
  1. Update the import statements and card references in all components that use this card
@nozomione nozomione self-assigned this Oct 18, 2024
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

No branches or pull requests

1 participant