AthletiFi / athletifi-website

Official website for AthletiFi
https://www.athleti.fi
1 stars 5 forks source link

Referral feature: Frontend (Next.js) - Invite a Friend #238

Closed qisforq closed 2 weeks ago

qisforq commented 2 months ago

Objective:

Create an invite screen component on the 'my cards' section of the profile page to allow users to invite guests to view their cards.

Sub-tasks:

  1. Finalize the invite screen component on the 'my cards' section of the profile page.
  2. Create an API request to the API gateway endpoint that retrieves the list of cards owned by the current user.
  3. Display the list of cards owned by the user on the invite screen.
  4. Connect the input field for each card to enter the email address of the person the user wants to invite to a handleSubmit function that will trigger the backend lambda function (#239).

Image

qisforq commented 1 month ago

@pm-moyanor @HectorAgudelo @qisforq to pair program friday evening for API component

qisforq commented 3 weeks ago

Guest cards still not rendering - @HectorAgudelo working on bug fix