Product Development Lab Sample Report
Product Development Lab Sample Report
A PROJECT REPORT
Submitted by
SHARMILA A (111523102193)
SONA N (111523102201)
SWETHA J (111523102208)
OCTOBER 2024
R. M. D. ENGINEERING COLLEGE
(An Autonomous Institution)
R.S.M. NAGAR, KAVARAIPETTAI - 601 206.
GUMMIDIPOONDI TALUK, THIRUVALLUR DIST.
Certified that this is a bonafide record work done by SHARMILA A,SONA N, SWETHA J with
CSE department during the academic year 2024- 2025 (Odd semester)
Examiner
TABLE OF CONTENTS
S.NO CONTENTS PAGE NO
1 Abstract 4
2 Introduction 5
3 Objectives 6
3.1. Functionalities
4 Scope 7
5 Program Environment 8
5.1. Hardware Requirements
5.2. Software Requirements
5.3. Tools Required
5.4. Frontend and Backend
6 UML Diagrams 10
6.1. Use Case Diagram
6.2. Activity Diagram
7 Features 15
7.1. Post and manage event
7.2. Register for an event
7.3. Invite family/friends to the event
7.4. Sell tickets for your event
7.5. Conduct virtual events
8 System Testing and Implementation 17
8.1. Testing Objectives
8.2. System Testing
8.3. System Implementation
9 Coding 27
10 Screenshots 46
11 Conclusion 48
12 Future Scope 49
13 References 50
1. ABSTRACT
The rapid expansion of the internet and social media has transformed how information is shared and
consumed, enabling unprecedented access to news and opinions. However, this digital landscape has
also given rise to a significant challenge: the widespread dissemination of fake news. Misinformation
can spread quickly, often outpacing fact-checking efforts and leaving audiences vulnerable to
manipulation. The consequences of fake news are profound, influencing public opinion, distorting
electoral processes, and even inciting social unrest.
This system aims to identify and classify misleading or false information using advanced technologies
such as machine learning and natural language processing (NLP). By analyzing the linguistic
characteristics of news articles, the credibility of sources, and user interactions, our approach seeks to
create a reliable framework for distinguishing between credible and non-credible content.
Through this project, we aim to contribute to the ongoing fight against misinformation, providing both
technological solutions and raising awareness about the importance of evaluating the credibility of
information in today’s information-rich environment.
3. OBJECTIVES OF THE PROJECT
the project aims to provide a comprehensive solution for detecting fake news
while fostering a more informed and critical public discourse.
2) Feature Extraction:
Identify and extract relevant features that contribute to fake news detection, such as
linguistic patterns, sentiment analysis, source credibility, and user engagement metrics.
Multilingual Capability:
While initial development may focus on English-language content, the project
aims to incorporate multilingual capabilities to detect fake news in other
languages, thereby expanding its applicability.
Data Diversity:
The project will consider a diverse range of news topics and genres to ensure that
the detection model is robust and generalizable across different contexts.
5. PROGRAM ENVIRONMENT
Operating System:
Windows, macOS, or Linux
Programming Language:
Python
5.3 Tools Required
● Frontend : HTML/CSS/JS
● Backend : Django(Python)
HTML
CSS
CSS, stands for Cascading Style Sheets, is used to describe how a website should
look like. In other words, CSS allows us to design our web pages. If HTML is
bone, then CSS would be the clothes and skin of webpages. A website with only
HTML and CSS can be awesome and fascinating, but the only problem is that all
the buttons are not functioning or a better way to descript is only HTML built-in
function while the buttons you added on will not function at all even though they
are clickable.
Django
6. UML DIAGRAMS
UML is not a programming language but there are tools that can be used to
generate code in various languages using UML diagrams. UML has a direct
relation with object-oriented analysis and design.
The users can easily post and manage their online or in-person events on the
platform and build a seamless attendee experience that elevates your brand.
The users can register for the event that they find interesting and matches
their goals. The event may be a virtual event or in-person event and the event
organizers might ask the attendees to pay for the event and buy the tickets.
The users can also invite their family and friends to the event that they
would like to attend by sharing the event page to them through social media
platforms.
The event organizers can mention the price of the tickets while posting the
event to the audience on the platform. The tickets can be free of cost too.
7.5 Conduct virtual events
The event organizers can also conduct virtual events for the
audience. When the audience registers for the event, the audience would get the
virtual meet link that directs them to the event on the day of the event.
8. SYSTEM TESTING AND IMPLEMENTATION
During testing we tried to make sure that the product does exactly what it is
supposed to do. Testing is the final verification and validation activity within the
organization itself. In the testing stage, I try to achieve the following goals; to
affirm the quality of the product, to find and eliminate any residual errors from
previous stages, to validate the software as a solution to the original problem, to
demonstrate the presence of all specified functionality in the product, to estimate
the operational reliability of the system. During testing the major activities are
concentrated on the examination and modification of the source code.
Testing Methodologies
Unit Testing
Integration Testing
Integration testing addresses the issues associated with the dual problems
of verification and program construction. After the software has been integrated a
set
of high order tests are conducted. The main objective in this testing process is to
take unit tested modules and build a program structure that has been dictated by
design.
2. Bottom-up Integration
This method begins the construction and testing with the modules at
the lowest level in the program structure. Since the modules are integrated
from the bottom up, processing required for modules subordinate to a given
level is always available and the need for stubs is eliminated. The bottom up
integration strategy may be implemented with the following steps:
● The low-level modules are combined into clusters into clusters
that perform a specific Software sub-function.
● A driver (i.e.) the control program for testing is written
to coordinate test case input and output.
● The cluster is tested.
● Drivers are removed and clusters are combined moving
upward in the program structure.
Usability Testing
The goal of this testing is to satisfy users and it mainly concentrates on the
following parameters of a system:
● The effectiveness of the system
● Efficiency
● Accuracy
● User Friendliness
Output Testing
After performing the validation testing, the next step is output testing of the
proposed system, since no system could be useful if it does not produce the
required output in the specified format. The outputs generated or displayed by the
system under consideration are tested by asking the users about the format required
by them. Hence the output format is considered in two ways – one is on screen and
another in printed format.
Validation Checking
● Text Field
The text field can contain only the number of characters lesser than or
equal to its size. The text fields are alphanumeric in some tables and
alphabetic in other tables. Incorrect entries always flash the error message.
● Numeric Field
A successful test is one that gives out the defects for the inappropriate data
and produces an output revealing the errors in the system.
The above testing is done by taking various kinds of test data. Preparation of
test data plays a vital role in the system testing. After preparing the test data the
system under study is tested using that test data. While testing the system by using
test data errors are again uncovered and corrected by using above testing steps and
corrections are also noted for future use.
Live test data are those that are actually extracted from organization files.
After a system is partially constructed, programmers or analysts often ask users to
key in a set of data from their normal activities. Then, the systems person uses this
data as a way to partially test the system. In other instances, programmers or
analysts extract a set of live data from the files and have them entered themselves.
Artificial test data are created solely for test purposes, since they can be
generated to test all combinations of formats and values. In other words, the
artificial data, which can quickly be prepared by a data generating utility program
in the information systems department, make possible the testing of all login and
control paths through the program.
The most effective test programs use artificial test data generated by persons
other than those who wrote the programs. Often, an independent team of testers
formulates a testing plan, using the system's specifications.
Implementation includes all those activities that take place to convert from
the old system to the new one. The new system may be totally new, replacing an
existing manual or automated system or it may be a major modification to an
existing system. Proper implementation is essential to provide a reliable system to
meet the organization requirements. Successful implementation may not guarantee
improvement in the organization using the new system, but improper installation
will prevent it.
The process of putting the developed system in actual use is called system
implementation. This includes all those activities that take place to convert from
the old system to the new system. The system can be implemented only after
thorough testing is done and if it is found to be working according to the
specifications. The system personnel checks the feasibility of the system.
The most crucial stage is achieving a new successful system and giving
confidence to the new system for the user that it will work efficiently and
effectively. It involves careful planning, investigation of the current system and its
constraints on implementation, design of methods to achieve the changeover. The
more complex the system being implemented, the more involved will be the
system analysis and the design effort required just for implementation. The system
implementation has three main aspects. They are education and training, system
testing and changeover.
● Careful planning.
● Investigation of system and constraints.
● Design of methods to achieve the changeover.
● Training of the staff in the changeover phase.
● Evaluation of the changeover method.
The method of implementation and the time scale to be adopted are found
out initially. Next the system is tested properly and at the same time users are
trained in the new procedures.
Implementation Procedures
Before going ahead and viewing the system, the user must know that for
viewing the result, the server program should be running on the server. If the
server object is not up running on the server, the actual processes won't take place.
User Training
Operational Documentation
Once the implementation plan is decided, it is essential that the user of the
system is made familiar and comfortable with the environment. Education
involves the right atmosphere & motivating the user. A documentation providing
the whole operations of the system is being developed. The system is developed in
such a way that the user can work with it in a well consistent way. The system is
developed user friendly so that the user can work the system from the tips given in
the application itself. Useful tips and guidance is given inside the application itself
to help the user. Users have to be made aware of what can be achieved with the
new system and how it increases the performance of the system. The user of the
system should be given a general idea of the system before he uses the system.
9. CODING
Index.html
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ticko</title>
<!--links-->
<link rel="stylesheet" href="style.css">
<!--Bootstrap-->
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/css/bootstrap.min.c
ss">
</head>
<body>
<!--Navbar-->
</li>
<li class="nav-item">
<a class="nav-link"
href="./loginpage.html">Login</a>
</li>
<li class="nav-item">
<a class="nav-link"
href="./signupPage.html">Signup</a>
</li>
</ul>
</form>
</div>
</div>
</nav>
<div class="container">
<div class="land">
<div class="cta">
<p class="title-1">Discover and organize events</p>
<p class="slog">Reach your audience and sell tickets for your
event</
p> <a href="./createvent.html">Organize an event</a>
<a href="./events.html" class="ghost-btn">Find an event</a>
</div>
<img src="./landing-pic2.png" alt="illustration">
</div>
</div>
<!--Bp Scripts-->
<script
src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"></
script
>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.
min.j s"></script>
<script></script>
</body>
Style.css
body{
font-family: 'Space Grotesk', sans-serif !
important; background-color: rgb(255, 255, 255)
!important;
}
nav.bg{
background-color: rgb(242, 255, 245);
}
a.navbar-brand{
font-weight: 700;
color: rgb(2, 182, 47) !important;
}
.nav-item .nav-link{
color: black !important;
transition: all .2s ease-
in;
}
.navbar-nav .nav-item.active{
color: rgb(2, 182, 47) !important;
.nav-item .nav-link:hover{
color: rgb(2, 182, 47) !important;
}
display: flex;
}
.land .title-1{
margin-top:
50px;
}
.land .slog{
color: grey;
margin-bottom: 70px;
}
.land a{
background-color: rgb(2, 182, 47);
color: #fff;
padding: 12px 24px;
border-radius:
40px; text-
decoration: none;
transition: all .2s ease-in;
}
.land a.ghost-btn{
background-color:
#fff;
border: 1px solid rgb(2, 150, 39);
color: rgb(2, 150,
39); text-
decoration: none;
transition: all .2s ease-
in; margin-left: 10px;
}
.land a:hover{
text-decoration:
none; color: #fff;
background-color: rgb(2, 150, 39);
}
.land img{
width: 500px;
margin-left: 30px;
align-items:
center;
}
/*TEXTS*/
.title-1{
font-size: 80px;
font-weight:
600; line-
height: 80px;
divi.css
.land {
display: flex;
}
.land .title-1 {
margin-top:
50px;
margin-bottom: 30px;
}
.land a {
background-color: rgb(0, 161, 201);
color: #fff;
padding: 12px 24px;
border-radius:
40px; text-
decoration: none;
transition: all .2s ease-in;
}
.land a.ghost-btn {
background-color:
#fff;
border: 1px solid rgb(0, 161, 201);
color: rgb(0, 161, 201);
text-decoration: none;
transition: all .2s ease-
in; margin-left: 10px;
}
.land a:hover {
text-decoration:
none; color: #fff;
background-color: rgb(2, 139, 173);
}
.land img {
width: 500px;
}
/*TEXTS*/
.title-1 {
font-size: 80px;
font-weight:
600; line-
height: 80px;
Createevent.html
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Create event</title>
<!--links-->
<link rel="stylesheet" href="events.css">
<!--Bootstrap-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.c
ss" rel="stylesheet">
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.
min.j s"></script>
</head>
<body>
<div class="container">
<div class="steps">
<div class="step">
<div class="num">
<p class="step-num">1</p>
</div>
<a href="">Basic info</a>
</div>
<div class="step">
<div class="num">
<p class="step-num">2</p>
</div>
<a href="">Schedule</a>
</div>
<div class="step">
<div class="num">
<p class="step-num">3</p>
</div>
<a href="">Details</a>
</div>
<div class="step">
<div class="num">
<p class="step-num">4</p>
</div>
<a href="">Tickets</a>
</div>
</div>
</div>
<div class="container">
<div class="form">
<div class="basic">
<div class="mb-3">
<div class="selection">
<div class="type">
<label class="form-label">Type</label>
<select class="form-select">
<option selected>Select event type</option>
<option value="1">Seminar</option>
<option value="2">Conference</option>
<option value="3">Other</option>
</select>
</div>
<div class="Category">
<label class="form-label">Category</label>
<select class="form-select">
<option selected>Select event category</option>
<option value="1">One</option>
<option value="2">Two</option>
<option value="3">Three</option>
</select>
</div>
</div>
</div>
</div>
<hr>
<div class="location">
<p class="title2">Location</p>
<div class="mb-3">
<input type="radio" class="btn-check" name="options"
id="option1" autocomplete="off" checked>
<label class="btn btn-success" for="option1">Venue</label>
</div>
</div>
<hr>
<div class="datentime">
<p class="title2">Date and Time</p>
<div class="mb-3">
<div class="selection">
<div class="start-date">
<label class="form-label">Event starts</label>
<input type="date" class="form-control"
placeholder="
"> </div>
<div class="Category">
<label class="form-label">Start time</label>
<select class="form-select">
<option selected>Select time</option>
<option value="1">7:00AM</option>
<option value="2">7:30AM</option>
<option value="3">8:00AM</option>
<option value="3">8:30AM</option>
<option value="3">10.00AM</option>
</select>
</div>
</div>
</div>
<div class="mb-3">
<div class="selection">
<div class="start-date">
<label class="form-label">Event ends</label>
<input type="date" class="form-control"
placeholder="
"> </div>
<div class="Category">
<label class="form-label">End time</label>
<select class="form-select">
<option selected>Select time</option>
<option value="1">7:00PM</option>
<option value="2">7:30PM</option>
<option value="3">8:00PM</option>
</select>
</div>
</div>
</div>
</div>
<hr>
</div>
</div>
<!--Bp Scripts-->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min
.js">
</script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
></sc ript>
</body>
</html>
details.html
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Create event</title>
<!--links-->
<link rel="stylesheet" href="events.css">
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<div class="container">
<div class="steps">
<div class="step">
<div class="num">
<p class="step-num"><i data-feather="check"></i></p>
</div>
<a href="">Basic info</a>
</div>
<div class="step">
<div class="num">
<p class="step-num"><i data-feather="check"></i></p>
</div>
<a href="">Schedule</a>
</div>
<div class="step">
<div class="num">
<p class="step-num">3</p>
</div>
<a href="">Details</a>
</div>
<div class="step">
<div class="num">
<p class="step-num">4</p>
</div>
<a href="">Tickets</a>
</div>
</div>
</div>
<div class="container">
<div class="form">
<div class="basic">
<div class="datentime">
<div class="mb-3">
<textarea name="" id="" cols="55" rows="5"></textarea>
</div>
</div>
<hr>
</div>
</div>
<!--Bp Scripts-->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.j
s">
</script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"><
/sc ript>
<script>
feather.replace()
</script>
</body>
</html>
signupPage.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="signupstyle.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?
family=Space+Grotesk:wght@300;400;500;60 0;700&display=swap"
rel="stylesheet">
</head>
<body>
<div class="brand">
<h1>Ticko</h1>
</div>
<div class="signup-form">
<form>
<h2>Sign Up</h2>
<p>Please fill in this form to create an account.</p>
<hr>
<br>
<label>Email</label><br><br>
<input type="text" placeholder="Enter Email" name="email"
required><br>
<label> Password</label><br><br>
<input type="password" placeholder="Enter Password" name="psw"
required><br>
<label>ReEnter Password</label><br><br>
<input type="password" placeholder="Repeat Password" name="psw-
repeat" required>
<button type="submit"><a href="register.html">Sign Up</a></button>
</div>
</form>
</body>
</html>
signupstyle.css
body {
font-family: 'Space Grotesk', sans-serif !important;
.signup-form{
display:
flex;
flex-direction:
column; justify-
content: center;
align-items: center;
}
.brand{
text-align: center;
color: rgb(2, 182,
47);
}
h3 {
color: black;
}
input[type="text"], input[type="password"] {
width: 440px;
height: 40px;
padding-left:
18px; margin-
bottom: 20px;
}
label {
font-weight: bold;
}
button {
background-color:
#04AA6D; color: white;
padding: 14px
20px; margin: 8px
0; border: none;
cursor: pointer;
width: 83%;
}
.psw {
text-align: center;
}
button a{
text-decoration:
none; color: #fff;
font-size: 16px;
}
loginPage.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="loginstyle.css">
</head>
<body>
<div class="brand">
<h1>Ticko</h1>
<h3>Welcome Back!</h3><br>
</div>
<div class="login-form">
<form >
<label>Username</label>
<br><br>
<input type="text" placeholder="Enter Username / Email"
name="uname" required><br>
<label>Password</label>
<br>
<br>
<input type="password" placeholder="Enter Password" name="psw"
required>
<br>
<button type="submit"><a
href="./events.html">Login</a></button><br>
<br>
loginStyle.css
body {
font-family: 'Space Grotesk', sans-serif !important;
.login-form{
display:
flex;
flex-direction:
column; justify-
content: center;
align-items: center;
}
.brand{
text-align: center;
color: rgb(2, 182,
47);
}
h3 {
color: black;
}
input[type="text"],
input[type="password"]{ width: 400px;
height: 40px;
padding-left:
18px; margin-
bottom: 20px;
}
label {
font-weight: bold;
}
button {
margin: 8px 0;
border: none;
cursor:
pointer;
width: 100%;
}
.psw {
text-align: center;
}
button a {
text-decoration:
none; color: #fff;
font-size: 16px;
}
Schedule.html
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Create event</title>
<!--links-->
<link rel="stylesheet" href="events.css">
<!--Bootstrap-->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.c
ss" rel="stylesheet">
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.
min.j s"></script>
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<div class="container">
<div class="steps">
<div class="step">
<div class="num">
<p class="step-num"><i data-feather="check"></i></p>
</div>
<a href="">Basic info</a>
</div>
<div class="step">
<div class="num">
<p class="step-num">2</p>
</div>
<a href="">Schedule</a>
</div>
<div class="step">
<div class="num">
<p class="step-num">3</p>
</div>
<a href="">Details</a>
</div>
<div class="step">
<div class="num">
<p class="step-num">4</p>
</div>
<a href="">Tickets</a>
</div>
</div>
</div>
<div class="container">
<div class="form">
<div class="basic">
<p class="title2">Schedule</p>
<p>Choose the starting and ending date for the event need to
be active on the platform</p>
<div class="datentime">
<div class="mb-3">
<div class="selection">
<div class="start-date">
<label class="form-label">Start Date</label>
<input type="date" class="form-control"
placeholder="
"> </div>
<div class="Category">
<label class="form-label">End Date</label>
<input type="date" class="form-control"
placeholder="
"> </div>
</div>
</div>
</div>
<hr>
</div>
</div>
<!--Bp Scripts-->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.10.2/dist/umd/popper.min.j
s">
</script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.min.js"
></sc ript>
<script>
feather.replace()
</script>
</body>
</html>
10. SCREENSHOTS
Landing Page
Events Page
It can also be enhanced by adding features that help the audience to invite
their colleagues and friends for the event. The application developed is designed in
such a way that any further enhancements can be done with ease. The system has
the capability for easy integration with other systems. The Event Management
System will be enhanced further with bulk mailing services to the customer so that
their favorite events can be notified.
12. FUTURE SCOPE
● https://developer.mozilla.org/en-US/docs/Web/JavaScript
● https://developer.mozilla.org/en-US/docs/Web/HTML
● https://developer.mozilla.org/en-US/docs/Web/CSS
● https://www.djangoproject.com/start/