summaryrefslogtreecommitdiff
path: root/tbc/views.py
AgeCommit message (Collapse)Author
2015-01-28corrected spelling in mail addresshardythe1
2015-01-28Pending Proposal notification - Add try-except, change count calculation methodankitjavalkar
2015-01-28automated updation of books under progress linkhardythe1
2015-01-28fixed minor errors for submit book(old) and mail notification for proposal ↵hardythe1
review
2015-01-23redirected to login page if not logged for old book submissionhardythe1
2015-01-21Pending Proposal notification - fix minor bugs, tooltip formattingankitjavalkar
2015-01-20Add Feature - Pending Proposal notification badge - views.pyankitjavalkar
add proposal fetching logic in views.py
2015-01-12edited message for proposal reviewhardythe1
2015-01-12Merge branch 'master' of https://github.com/FOSSEE/Python-TBC-Interfacehardythe1
2015-01-12added mail notification for proposal approval & edited message for ↵hardythe1
allocation of book
2014-12-24Profile made mandatory. Proposal or code submission links will redirect to ↵prathamesh
profile page, if the profile does not exist.
2014-12-23added chapter links for old books & corrected a minor error for approving ↵hardythe1
old books
2014-12-02added accidentally removed line of codehardythe1
2014-11-28minor changehardythe1
2014-11-28Merge branch 'master' into certificate_generationprathamesh
Conflicts: tbc/views.py
2014-11-28added gender check to print 'He' or 'She' in the certificateprathamesh
2014-11-26added exception for books without proposalhardythe1
2014-11-24Certifiate Generation Implementedprathamesh
2014-11-19added template for certifacteshardythe1
2014-11-19added views & templates for certificate generationhardythe1
2014-11-18Merge pull request #5 from prathamesh920/link_chapters_imagesHardik Ghaghada
Screenshots will be linked to corresponding chapter
2014-11-14Screenshots will be linked to corresponding chapterprathamesh
Any new chapters and screenshots submitted will be linked.
2014-10-31categorised aicte books & corrected a minor error for jqueryhardythe1
2014-10-30adding links to submit book (before automated proposal)hardythe1
2014-10-30Conflict Resolvedhardythe1
2014-10-30all the required changes for deploying Alpha Automated Proposalhardythe1
2014-10-09added about tbc back from python.fossee.inhardythe1
2014-10-09removed no of chapters while submitting the proposalhardythe1
2014-10-04changed BookDetails chapter ordering field to pkJayaram R Pai
2014-09-30reverting back to order_byhardythe1
2014-09-30trying to implement natural sortinghardythe1
2014-09-30sorting the chapter names based on idhardythe1
2014-09-30sorting the chapter names based on idhardythe1
2014-09-25Fixed minor problems before deploying the automated proposalhardythe1
2014-09-24resolved merge conflictshardythe1
2014-09-24Modification to submit another proposal after completingprathamesh
the previous proposed book.
2014-09-23sorting the chapter names so they appear in an orderhardythe1
2014-09-12minor changeprathamesh
2014-09-12Merge branch 'Proposal' of https://github.com/FOSSEE/Python-TBC-Interface ↵prathamesh
into log_activities_extension Conflicts: tbc/views.py
2014-09-12Activity log extended.prathamesh
Activity log extended to log email messages between the reviewer and user.
2014-08-28added status for sample disapprovalhardythe1
2014-08-27conflict resolvedhardythe1
2014-08-27Model added for activity log. Model is inheriting admins log modelprathamesh
All the activities for a given proposal is available for the reviewer.
2014-08-25added changes to put the AICTE books listhardythe1
2014-08-19Tracking all the activities of the user.prathamesh
LogEntryManager of django admin is used here. log_action method takes time, user, objects, action type and message as its arguments. For every action, the log_action is called. So that each user activity is logged. The logging can be further modified as per our requirement
2014-08-18Modification to proposal and sample notebook flowprathamesh
After the proposal is rejected, user will again submit the proposal. So the proposal form is filled with the initial values of the rejected proposal. Sample notebook can be submitted only if the proposal is approved else will display a message saying 'not permitted' User after sample notebook submission can anytime edit it. Modified the template for the reviewer to see the new and old proposal. Since the ids where same for the collapse element in the loop so there was problem in javascript. Profile view modified. First checks for the user profile. If exists then updates or else creates a new profile for the user. This will prevent multiple profile for a single user.[Alternatively, we can give one-to-one relation between user and profile in models]
2014-08-11added changes to submit codes directly for a book & to overwrite the ↵hardythe1
previous data for sample notebooks
2014-07-30added changes to check matching books while submitting proposalhardythe1
2014-07-30added changes to reject proposalhardythe1
2014-07-25added changes to submit sample notebook & approve/dispprove sample notebookhardythe1