Age | Commit message (Collapse) | Author |
|
|
|
Pending Proposal notification - Add try-except, change count calculation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
review
|
|
|
|
|
|
add proposal fetching logic in views.py
|
|
|
|
|
|
allocation of book
|
|
profile page, if the profile does not exist.
|
|
old books
|
|
|
|
|
|
Conflicts:
tbc/views.py
|
|
|
|
|
|
|
|
|
|
|
|
Screenshots will be linked to corresponding chapter
|
|
Any new chapters and screenshots submitted will be linked.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the previous proposed book.
|
|
|
|
|
|
into log_activities_extension
Conflicts:
tbc/views.py
|
|
Activity log extended to log email messages between the reviewer and user.
|
|
|
|
|
|
All the activities for a given proposal is available for the reviewer.
|
|
|
|
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
|