-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ubuntu
committed
Jun 20, 2023
1 parent
4f656a4
commit 9341035
Showing
4 changed files
with
174 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,96 @@ | ||
--- | ||
name: C4GT | ||
about: C4GT Community Issues Template | ||
title: "[C4GT] Button for likes" | ||
labels: C4GT Community | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
[Provide a brief description of the feature, including why it is needed and what it will accomplish. You can skip any of Goals, Expected Outcome, Implementation Details, Mockups / Wireframes if they are irrelevant] | ||
|
||
## Goals | ||
- [ ] [Goal 1] | ||
- [ ] [Goal 2] | ||
- [ ] [Goal 3] | ||
- [ ] [Goal 4] | ||
- [ ] [Goal 5] | ||
|
||
## Expected Outcome | ||
[Describe in detail what the final product or result should look like and how it should behave.] | ||
|
||
## Acceptance Criteria | ||
- [ ] [Criteria 1] | ||
- [ ] [Criteria 2] | ||
- [ ] [Criteria 3] | ||
- [ ] [Criteria 4] | ||
- [ ] [Criteria 5] | ||
|
||
## Implementation Details | ||
[List any technical details about the proposed implementation, including any specific technologies that will be used.] | ||
|
||
## Mockups / Wireframes | ||
[Include links 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.] | ||
|
||
--- | ||
|
||
### Project | ||
[Project Name] | ||
|
||
### Organization Name: | ||
[Organization Name] | ||
|
||
### Domain | ||
[Area of governance] | ||
|
||
<!-- Choose area of governance from the following list | ||
| # | Area of governance | | ||
|----|--------------------------------------------| | ||
| 1 | Education | | ||
| 2 | Healthcare | | ||
| 3 | Public Administration | | ||
| 4 | Justice and Law Enforcement | | ||
| 5 | Taxation and Revenue Management | | ||
| 6 | Urban Planning and Infrastructure | | ||
| 7 | Environmental Governance | | ||
| 8 | Social Welfare | | ||
| 9 | E-Governance | | ||
| 10 | Financial Governance | | ||
| 11 | Electoral Systems | | ||
| 12 | Defense and Security | | ||
| 13 | Ethics and Anti-Corruption | | ||
| 14 | Transportation | | ||
| 15 | Energy and Utilities | | ||
| 16 | Agriculture and Rural Development | | ||
| 17 | Trade and Commerce | | ||
| 18 | Science and Technology | | ||
| 19 | Labor and Employment | | ||
| 20 | Culture and Tourism | | ||
| 21 | Communications and Media | | ||
| 22 | Disaster Management and Emergency Services | | ||
| 23 | Indigenous Governance | | ||
| 24 | Sports and Recreation | | ||
| 25 | Water Resource Management | | ||
| 26 | Housing and Urban Development | | ||
| 27 | Immigration and Border Control | | ||
| 28 | Land Management and Real Estate | | ||
| 29 | Regulatory Agencies and Compliance | | ||
| 30 | Others | | ||
--> | ||
|
||
### Tech Skills Needed: | ||
[Required technical skills for the project] | ||
|
||
### Mentor(s) | ||
[@Mentor1] [@Mentor2] [@Mentor3] | ||
|
||
### Complexity | ||
Pick one of [High]/[Medium]/[Low] | ||
|
||
### Category | ||
Pick one or more of [CI/CD], [Integrations], [Performance Improvement], [Security], [UI/UX/Design], [Bug], [Feature], [Documentation], [Deployment], [Test], [PoC] | ||
|
||
### Sub Category | ||
Pick one or more of [API], [Database], [Analytics], [Refactoring], [Data Science], [Machine Learning], [Accessibility], [Internationalization], [Localization], [Frontend], [Backend], [Mobile], [SEO], [Configuration], [Deprecation], [Breaking Change], [Maintenance], [Support], [Question], [Technical Debt], [Beginner friendly], [Research], [Reproducible], [Needs Reproduction]. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
--- | ||
name: C4GT Community Ticket | ||
about: C4GT Community Ticket | ||
title: C4GT | ||
labels: C4GT Community | ||
assignees: '' | ||
|
||
--- | ||
|
||
## Description | ||
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. | ||
|
||
## Goals | ||
- [ ] Add a comment section to each blog post | ||
- [ ] Implement a moderation system for comments | ||
- [ ] Ensure comments are tied to a registered user | ||
- [ ] Implement spam and bot protection for the comments | ||
- [ ] Add notification system for new comments | ||
|
||
## Expected Outcome | ||
- Users must be registered and logged in to leave a comment. | ||
- Each comment should include the user's name, profile picture (if available), comment text, and timestamp. | ||
- Comments should be displayed in chronological order, with the most recent comment at the top. | ||
- An email notification should be sent to the blog post author when a new comment is made. | ||
- Blog post authors and administrators should be able to moderate comments (approve, deny, delete). | ||
|
||
## Acceptance Criteria | ||
- [ ] A registered user can submit a comment on a blog post. | ||
- [ ] The comment appears on the blog post after approval from the post author or administrator. | ||
- [ ] An email notification is sent to the blog post author when a new comment is posted. | ||
- [ ] Comments can be moderated by the blog post author and administrators. | ||
- [ ] Commenting system is resistant to spam and bot attacks. | ||
|
||
## Implementation Details | ||
- Leverage Django's built-in commenting framework (if applicable) | ||
- Use JavaScript and AJAX for real-time comment posting and updates | ||
- Consider integrating with a service like Akismet for spam protection | ||
- Use Django's built-in email function for the notification system | ||
|
||
## Mockups / Wireframes | ||
(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.) | ||
|
||
--- | ||
|
||
### Project | ||
OpenBlog Platform | ||
|
||
### Organization Name: | ||
The name of the organization proposing the project. | ||
|
||
### Domain | ||
The area of governance the project pertains to (ex: agri, healthcare, ed etc). | ||
|
||
### Tech Skills Needed: | ||
Django, Typescript, NextJS, Akismet | ||
|
||
### Mentor(s) | ||
@ChakshuGautam @Shruti3004 @sukhpreetssekhon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters