Create Responses Table for Contact Us Messages
Open
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Set up a new table in the database called responses. When a user submits a message through the Contact Us form, save their details (e.g., name, email, message) into this table. This will help keep a record of all the messages received.
Contributor guide
Research direction
Start by locating the Contact Us form handling entry point and the database schema or migration files in SDG-Backend. Confirm how submitted name, email, and message fields are represented, then verify that a responses table is created and each submission is stored there.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100