Skip to content

Commit 44b5ed4

Browse files
Update issue templates
1 parent 32bc2a3 commit 44b5ed4

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: C4GT Community Ticket
3+
about: C4GT Community Ticket
4+
title: C4GT
5+
labels: C4GT Community
6+
assignees: ''
7+
8+
---
9+
10+
## Description
11+
There is a need for a commenting system that will allow users to interact with the blog posts. This will increase user engagement and provide feedback to the blog authors.
12+
13+
## Goals
14+
- [ ] Add a comment section to each blog post
15+
- [ ] Implement a moderation system for comments
16+
- [ ] Ensure comments are tied to a registered user
17+
- [ ] Implement spam and bot protection for the comments
18+
- [ ] Add notification system for new comments
19+
20+
## Expected Outcome
21+
- Users must be registered and logged in to leave a comment.
22+
- Each comment should include the user's name, profile picture (if available), comment text, and timestamp.
23+
- Comments should be displayed in chronological order, with the most recent comment at the top.
24+
- An email notification should be sent to the blog post author when a new comment is made.
25+
- Blog post authors and administrators should be able to moderate comments (approve, deny, delete).
26+
27+
## Acceptance Criteria
28+
- [ ] A registered user can submit a comment on a blog post.
29+
- [ ] The comment appears on the blog post after approval from the post author or administrator.
30+
- [ ] An email notification is sent to the blog post author when a new comment is posted.
31+
- [ ] Comments can be moderated by the blog post author and administrators.
32+
- [ ] Commenting system is resistant to spam and bot attacks.
33+
34+
## Implementation Details
35+
- Leverage Django's built-in commenting framework (if applicable)
36+
- Use JavaScript and AJAX for real-time comment posting and updates
37+
- Consider integrating with a service like Akismet for spam protection
38+
- Use Django's built-in email function for the notification system
39+
40+
## Mockups / Wireframes
41+
(Here, you can link to any visual aids, mockups, wireframes, or diagrams that help illustrate what the final product should look like. This is not always necessary, but can be very helpful in many cases.)
42+
43+
---
44+
45+
### Project
46+
OpenBlog Platform
47+
48+
### Organization Name:
49+
The name of the organization proposing the project.
50+
51+
### Domain
52+
The area of governance the project pertains to (ex: agri, healthcare, ed etc).
53+
54+
### Tech Skills Needed:
55+
Django, Typescript, NextJS, Akismet
56+
57+
### Mentor(s)
58+
@ChakshuGautam @Shruti3004 @sukhpreetssekhon

0 commit comments

Comments
 (0)