forked from devclub-iitd/ReviewSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
navneel99 edited this page Jun 15, 2018
·
5 revisions
-
What is Review System?
-
What is the need of Review System?
-
What does Review System do?
-
How does Review System accomplish its goals?
Review System is a tool for peer review in an organization. It allows anonymous ratings and reviews. Analysis of previous ratings can be seen for each individual.
In a sufficiently large organization, it is important to keep the workers motivated. Review System serves as a model of motivation where peers rate and review each other, anonymously. This keeps a healthy competition going, which in turn increases the productivity and skills of an individual and also the efficiency of the organization.
Review System is designed to do the following:
- Allow a user to give anonymous ratings and reviews.
- Get cumulative ratings over a long time.
- Keep the ratings and reviews secure even in case of database breach.
- Showcase a user's personal contributions to the organization.
- Review System uses Django's inbuilt authentication system for secure User registration and log-in.
- The Ratings and Reviews once submitted gets encrypted and stored in the database.
- When showing to the user, the Ratings and Reviews get decrypted.
- This model allows no data leaks even if the database gets breached