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

Create a reusable card component with title, description/image, optional drop shadow, and optional button display #72

Open
4 tasks
Tracked by #60
7riumph opened this issue Jan 31, 2025 · 0 comments
Assignees

Comments

@7riumph
Copy link
Member

7riumph commented Jan 31, 2025

What will this add or fix? 🛠️

Currently the app mutates a button component in lieu of a dedicated card component ex. here

Create a dedicated card component with the listed props to replace present and future cards.

How might this affect users? 🤔

n/a, for development

How should it operate and or look? ( Figma design screenshot 📷 or code flow description )

Creative freedom, though it should look in-line with the current implementation.

Acceptance Criteria

Component at least has the following props:

  • title
  • description
  • displayDropShadow
  • displayButton (ensure its centered)

Additionally

  • It's good practice to create clear action-oriented commits for each change.

  • View the CaseListScreen to see what's current

  • Also use this for reference

@7riumph 7riumph changed the title Create a reusable card component with title, description, and optional button display prop Create a reusable card component with title, description, optional drop shadow, and optional button display prop Jan 31, 2025
@7riumph 7riumph changed the title Create a reusable card component with title, description, optional drop shadow, and optional button display prop Create a reusable card component with title, description/image, optional drop shadow, and optional button display prop Jan 31, 2025
@7riumph 7riumph changed the title Create a reusable card component with title, description/image, optional drop shadow, and optional button display prop Create a reusable card component with title, description/image, optional drop shadow, and optional button display Jan 31, 2025
@7riumph 7riumph assigned graceeilori and unassigned ysfabdullah Feb 27, 2025
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

3 participants