scarletstudio / butterfly

An app to meet new people in your community.
https://scarletstudio.github.io/butterfly
MIT License
7 stars 0 forks source link

Profile Attributes: Edit Intents #92

Open vingkan opened 2 years ago

vingkan commented 2 years ago

Goal

Implement a feature on the edit profile page that allows a user to select and de-select their intents so that they can get better matches in the future.

Definition of Done

Starter Code

-- Write your styles here
frontend/src/app/attributes/EditIntents.css
-- Implement your component here
frontend/src/app/attributes/EditIntents.tsx
-- Write your test stories here
frontend/src/app/attributes/EditIntents.stories.tsx
vingkan commented 2 years ago

Here is a design mock for how the edit intents component should look on the edit profile page.

It does not have to look exactly like this and we will have opportunities to change the design in the future.

Design mock for the edit intents component.
vingkan commented 2 years ago

Improvement to edit intents components: