IndieCoderMM / IndieCoderMM/snippit-ui

Implement Comment system

Open
#7 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
TypeScript
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Allow users to create and view comments on code snippets. Create a form to submit new comments and display all comments for each snippet.

## Expectations

- Users can leave comments on code snippets.
- Comment form and all comments are displayed for each snippet when the comment button is clicked.
- Real-time updates are shown when new comments are added.

Contributor guide

Open the contributing guide

Research direction

Start by locating the code-snippet view and its comment button in the React/TypeScript frontend, then trace the existing Redux state flow. Verify how comments should be created and loaded for each snippet. Done means users can submit comments, view all comments after opening the comment area, and see new comments update in real time.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, redux, tailwindcss, typescript
Domain
frontend, web-dev
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 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.