Review 2
Review 2
•The system provides a centralized platform for clients to easily report and track
issues encountered during software development.
•Enhanced Tracking: Provide a structured approach for tracking issues and their
resolution over time.
•Real-Time Collaboration: Allow for real-time updates, enabling both clients and
developers to stay informed about changes and resolutions.
Completed Modules
User Authentication :
Client login:
Allows Clients to securely log in to their accounts, providing access to personalized features
and services tailored to their needs.
Developer login:
Grants access to the Developer dashboard, providing tools and functionalities needed to manage
the
website effectively.
.
Completed Modules
Issue Management:
Allows clients to report issues with detailed descriptions, screenshots, and categorize them as
bugs or change requests.
Admin Management :
This module allows administrators to login through the portal and can able to add the client and
developers.
MileStone : (Modules to be completed)
Client Profiles:
Clients can view their personal information, list of their issues and view their issue status
updation .
Developer Profiles:
Developers can view their profile as well as list of issues they have completed and check on their
status. Displays submitted issues for developers, allowing them to manage and update issues.
Notification Mechanism :
Notification mechanism sends email notifications for issue updates, new submissions, and status
changes. The email notification will be sent to the developer when client submits the issue report, Also the
client will receive notifications when developer make changes or updates the issue status.
Admin Management :
Feedback Mechanism :
This module allows users to provide feedback on the issue resolution process and
the platform’s usability. Feedback forms for clients to rate issue resolution (e.g., satisfaction
ratings, comments).
Forms Design :
Admin Login Page :
Developer Login Page :
Client Login Page :
Admin Dashboard Page :
Developer Dashboard Page :
Client Dashboard Page:
Client Issue List :
Table Design : addclient Table
Description
Column Name Data Type Constraints
PRIMARY KEY,
id int(10) unsigned Unique client ID
AUTO_INCREMENT
Client's company
cname varchar(45) NOT NULL
name
Table Design : addeveloper Table
PRIMARY KEY,
id int(10) unsigned Unique developer ID
AUTO_INCREMENT
Developer's
password varchar(45) NOT NULL
password
Developer's
exp varchar(45) NOT NULL
experience (years)