Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chiragjn/diskus
A Minimal Forums Django App
https://github.com/chiragjn/diskus
Last synced: 28 days ago
JSON representation
A Minimal Forums Django App
- Host: GitHub
- URL: https://github.com/chiragjn/diskus
- Owner: chiragjn
- Created: 2015-12-03T16:07:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-03T16:22:27.000Z (about 9 years ago)
- Last Synced: 2024-02-12T11:31:43.744Z (11 months ago)
- Language: JavaScript
- Homepage: http://diskusforums.herokuapp.com/
- Size: 10.5 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DiskusForums
A Minimal Forums Django AppSee it Live here : http://diskusforums.herokuapp.com/
#### Things Done:
* Login/Register/Forgot Password
* Profile Page and Edit
* Categories
* Threads
* Posts
* Awesome WYSIWYG Editor using SummerNote.js(https://github.com/summernote/summernote/)#### Things Pending (Can be done by django admin panel, but not on Front End) :
* Add Avatar Image to Profile during Registration and Profile View
* New Category(admin only)
* Report Post
* Delete Thread
* Lock Thread
* Pin Thread
* Profile Page (View All posts and Threads, currently only top 5 are shown)#### Improvements:
* Permalink ( For now, it just takes you to the thread page number on which the post is and doesn't scroll to the post)
* Moderator,Super Admin management#### Bugs:
* Post made by a user(not moderator and not super admin) is not editable in future
* If a post is quoted in another and if quoted post gets deleted it still stays in latter.(i.e. There is no post quote tracking)
* No hard deletion allowed yet#### Features to add:
* Search
* Messages
* Private Messages/Threads
* reCaptcha
* Like a Post#### Note:
* All Images are uploaded to ultraimg.com as heroku gives me no server space :|