Surya Kasturi
Surya Kasturi
Currently our comments written in restructured text can be previewed before submissions. The restructured text content to html content takes place on the server side. A purely JavaScript based functionality...
Broadly speaking, a auto-comment moderation mechanism is needed. 1. Automatically detect, block users commenting on submissions at very high rate. (i.e., we can put a limit to the number of...
The front-page of the site is taking lot of time than usually expected to load. The probably fixes for improving are 1. The page loads `most-viewed`, `latest submissions`, `top tags`,...
A JavaScript based Image Viewer for images in description
The current image upload form only allows to upload images but not delete them. Usually users want to change the image even though they uploaded before submitting! Controlling the uploaded...
With Twitter Bootstrap 3 release, we also need to upgrade it. The interface looks quite better than v2 http://getbootstrap.com/
We might need a custom middleware to handle submissions that controls 1. database transactions similar to `django.middleware.transaction.TransactionMiddleware` which will get deprecated in `Django 1.6` 2. managing repository actions (create, commit,...
Upon deleting submissions from admin panel, it only deletes data partly that is present in database but not the repository created in static directory. We need to have `hard_delete()` admin...
Although most of the site is dynamic there are some important aspects that are still static in nature. 1. Layout 2. Widgets A CMS like framework provides a dynamic layout...
Usually when ZIP files are uploaded, it is safe to check for antivirus validation before performing actions on it.