0% found this document useful (0 votes)
22 views19 pages

Review 2

The document outlines the development of an 'Issue Tracker Website' aimed at improving communication and collaboration between clients and developers during software development. It details completed modules such as user authentication, issue management, and admin management, as well as upcoming features like client and developer profiles, notification mechanisms, and feedback systems. The document also includes table designs for managing client and developer data, as well as issue tracking information.

Uploaded by

ashamercy220602
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views19 pages

Review 2

The document outlines the development of an 'Issue Tracker Website' aimed at improving communication and collaboration between clients and developers during software development. It details completed modules such as user authentication, issue management, and admin management, as well as upcoming features like client and developer profiles, notification mechanisms, and feedback systems. The document also includes table designs for managing client and developer data, as well as issue tracking information.

Uploaded by

ashamercy220602
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 19

Issue Tracking System

Guide name : Dr.N.JAYAKANTHAN


Submitted By,
POOJA JENIFER C (23MCA041)
Introduction:
•This project is titled as “ISSUE TRACKER WEBSITE“ aims to develop a robust web-
based issue tracking system that enhances communication and collaboration
between clients and developers.

•The system provides a centralized platform for clients to easily report and track
issues encountered during software development.

•Effective Communication: Enable seamless communication between clients and


developers for issue reporting and resolution.

•Automated Workflows: Automate notifications, status updates, and task assignments


to ensure smooth operations.

•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 :

Secure login and registration system for Clients and Developers.

 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 :

This module allows administrators to manage Clients and Developers,


Also
Deletion of Client and Developer account and able to view the users details and the list of issues.

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

name varchar(45) NOT NULL Client's name

email varchar(45) NOT NULL Client's email

pass varchar(45) NOT NULL Client's password

Client's company
cname varchar(45) NOT NULL
name
Table Design : addeveloper Table

Column Name Data Type Constraints Description

PRIMARY KEY,
id int(10) unsigned Unique developer ID
AUTO_INCREMENT

name varchar(45) NOT NULL Developer's name

email varchar(45) NOT NULL Developer's email

Developer's
password varchar(45) NOT NULL
password
Developer's
exp varchar(45) NOT NULL
experience (years)

skills varchar(45) NOT NULL Developer's skills


Table Design : cpostcomp table(Client post Issues)
Column Name Data Type Constraints Description

id int(10) unsigned PRIMARY KEY, Unique complaint ID


AUTO_INCREMENT
name varchar(45) NOT NULL Client's name

cname varchar(45) NOT NULL Client's company name

title varchar(45) NOT NULL Issue title

description varchar(45) NOT NULL Issue description

clfile longtext NOT NULL Attached file for reference

timestramp datetime NOT NULL Date & time of complaint

devname varchar(45) NOT NULL Assigned developer name

status varchar(45) NOT NULL Status


(PENDING/COMPLETE)
Table Design : devpostcomp Table (Developer Update issues)

Column Name Data Type Constraints Description

PRIMARY KEY, Unique developer


id int(10) unsigned
AUTO_INCREMENT complaint ID
clname varchar(45) NOT NULL Client name
devname varchar(45) NOT NULL Developer name
title varchar(45) NOT NULL Issue title
descrpt varchar(45) NOT NULL Issue description
file longtext NOT NULL Attached file
Date & time of issue
timestarmps datetime NOT NULL
submission

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy