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
As a user,
I want to be shown a modal on click,
So that I can know more about the member.
Description:
When a younite member card is clicked, it should display a modal that's fixed to the screen.
The modal should darken its backdrop.
Use the following mock data to make the component generic:
typeMember={name: string;role: string;description: string;funFact: string;}constmember: Member={name: "John Sutter",role: "Sub-Committee Leader + Wellbeing Officer",description: "Hey, I’m Hunter (he/him) and I’m entering my legacy arc in Younite. I’m passionate about local politics and grassroots activism and excited to hand over the baton to the next group of young leaders. In my spare time I run and watch far too many movies (send me your Letterboxd lists!)",funFact: "I used to live in Costa Rica (although my spanish is now very bad). It’s great to meet you all!"}
User story:
As a user,
I want to be shown a modal on click,
So that I can know more about the member.
Description:
When a younite member card is clicked, it should display a modal that's fixed to the screen.
The modal should darken its backdrop.
Use the following mock data to make the component generic:
Acceptance Criteria:
Definition of Done:
Notes / Links
The text was updated successfully, but these errors were encountered: