Review Cycle is a C++ application designed for the 2024 OOPs assignment of the Information Management Group (IMG). It provides a comprehensive system for students to manage their pending assignments, view assigned tasks, and track their completion status. Additionally, it allows reviewers to create new assignments, view and update the completion status for all students.
- View pending assignments
- View assigned tasks for each assignment
- View completion status for each assignment
- Submit assignment submission links
- Create new assignments
- View completion status for all students
- Update completion status for individual students
- View submission links and assign tasks for each assignment to individual students
To use the Review Cycle app, you will need:
- A C++ compiler (e.g., GCC, Clang, or Visual C++)
- Clone the repository:
git clone https://github.com/your-username/review-cycle.git
- Navigate to the project directory:
cd review-cycle
- Compile using cmake:
mkdir build
cmake ./
cd build
cmake --build ../
- The application will prompt you to select whether you are a student or a reviewer.
- Follow the on-screen instructions to perform the desired actions, such as viewing assignments, updating completion status, or creating new assignments.