luceroweb / luceroweb/ecard

Send Reshareable Greeting Card (function)

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
00-MVP
Dominant language
JavaScript
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

[Timebox: 2 hours, Complexity Points: 2]

As a developer, I need functionality to send a short email, including the sender’s name, that I can run when the user performs the “send” action.

**User Expectations:**

- When the user performs the “send” action (see “Send Method/Action” user story), the card will be sent by email
- Email is sent to the specified email address, containing a short message saying who the greeting card is from

**Developer Dependencies:**

- Send Method/Action (button)
- JS mail method: window.open('mailto:test@example.com?subject=subject&body=body');
- Required Fields:
- Greeting (dear loved one)
- Body (Love you much!)
- Closing (love, your kid)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start from the Send Method/Action button and the JavaScript mail method mentioned in the issue. Verify how the specified email address and required Greeting, Body, Closing, and sender name are supplied; done means the send action opens an email containing the short greeting-card message.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
50/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.