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
This is a spike to document the approach of how to build out the card component in a scalable way. Here are the Figma designs of the different card components we envision for the template instance. Currently cards are rendered by some big controller where we pass in the cardType and apply some styling. This isn't ideal or scalable and code needs to be cleaned up.
Implementing card will be iterative because there are quite a few different designs. And we need to deprecate the legacy card component safely since many components currently use it in veda-ui and GHG also uses the component directly.
Acceptance Criteria:
Create a POC PR or PRs with explanation of approach
The text was updated successfully, but these errors were encountered:
This is a spike to document the approach of how to build out the card component in a scalable way. Here are the Figma designs of the different card components we envision for the template instance. Currently cards are rendered by some big controller where we pass in the cardType and apply some styling. This isn't ideal or scalable and code needs to be cleaned up.
Implementing card will be iterative because there are quite a few different designs. And we need to deprecate the legacy card component safely since many components currently use it in veda-ui and GHG also uses the component directly.
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: