ACM-VIT / ACM-VIT/SDG-Backend

Create Responses Table for Contact Us Messages

Open
#3 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.