Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
80d4a8d
Add files via upload
Pathipati14 Nov 13, 2023
a03701d
Add files via upload
dineshdatta99usf Nov 13, 2023
874aa3e
Add files via upload
Banula2208 Nov 13, 2023
b6fb8cb
Merge pull request #1 from Banula2208/master
dineshdatta99usf Nov 13, 2023
445e07c
Merge pull request #2 from Pathipati14/master
Pathipati14 Nov 13, 2023
142ec0f
Add files via upload
Banula2208 Nov 13, 2023
36ce145
Add files via upload
sampreeth68 Nov 13, 2023
291a0c7
Merge pull request #3 from sampreeth68/master
dineshdatta99usf Nov 13, 2023
98fbad7
Add files via upload
dineshdatta99usf Nov 13, 2023
055047a
Add files via upload
Banula2208 Nov 13, 2023
4b12722
Add files via upload
Banula2208 Nov 13, 2023
01ff200
changes
dineshdatta99usf Nov 15, 2023
440deaa
changes 2
dineshdatta99usf Nov 15, 2023
72e5efb
Services change 1
sampreeth68 Nov 15, 2023
f2e9955
services change 2
sampreeth68 Nov 15, 2023
784e0d5
Update form changes 1
sampreeth68 Nov 15, 2023
7a22be0
Dashboard changes 1
Pathipati14 Nov 15, 2023
183eed4
Dashboard changes 2
Pathipati14 Nov 15, 2023
917cd7a
View so changes 1
Pathipati14 Nov 15, 2023
43d3c39
View so changes 2
Pathipati14 Nov 15, 2023
4b1041b
form changes 1
Pathipati14 Nov 15, 2023
2a63055
Form changes 2
Pathipati14 Nov 15, 2023
dc733ed
Update form changes
sampreeth68 Nov 15, 2023
088c54c
Merge branch 'master' of https://github.com/dineshdatta99usf/Assignme…
sampreeth68 Nov 15, 2023
976a581
Add files via upload
dineshdatta99usf Nov 15, 2023
b5ec5c9
Add files via upload
sampreeth68 Nov 15, 2023
e5ae118
Create Git Logs
Pathipati14 Nov 15, 2023
ac01492
About us change
banula007 Nov 17, 2023
9f57822
About us changes 2
banula007 Nov 17, 2023
0769978
Addso changes 1
banula007 Nov 17, 2023
3e599e5
Addso changes 2
banula007 Nov 17, 2023
b2d8a04
Bikes changes 1
banula007 Nov 17, 2023
1140cd1
Bikes changes 2
banula007 Nov 17, 2023
746ef26
Alsos changes
banula007 Nov 17, 2023
f2f1107
AllSos changes 2
banula007 Nov 17, 2023
7837f92
Alsos changes 3
banula007 Nov 17, 2023
6dcc0d5
Alsos changes 4
banula007 Nov 17, 2023
55f008f
Git logs
Banula2208 Nov 18, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,016 changes: 1,016 additions & 0 deletions .vs/Assignment_LookAndFeel/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/Assignment_LookAndFeel/v17/.wsuo
Binary file not shown.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
7 changes: 7 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"ExpandedNodes": [
""
],
"SelectedNode": "\\C:\\Users\\sande\\Source\\Repos\\Assignment_LookAndFeel",
"PreviewInSolutionExplorer": false
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
227 changes: 227 additions & 0 deletions Aboutus.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,227 @@
<!DOCTYPE html>

<html lang="en" xml:lang="en">
<head>
<link rel="stylesheet" href="style.css" />
</head>

<body>
<div>
<header>
<nav>
<a href="Index.html">
<h1 class="logo-label white-font">URBAN BIKE WORKS</h1>
</a>
<ul>
<li>
<a href="Index.html" class="white-font"><b>HOME</b></a>
</li>
<li>
<a href="Services.html" class="white-font"><b>SERVICES</b></a>
</li>
<li>
<a href="Dashboard.html" class="white-font"><b>DASHBOARD</b></a>
</li>
<li>
<a href="Bikes.html" class="white-font"><b>BIKES</b></a>
</li>
<li>
<a href="Aboutus.html" class="white-font"><b>ABOUT US</b></a>
</li>
</ul>
</nav>
</header>

<!-- Main content that should be edited -->
<div class="about-section">
<h3 class="text-style">ABOUT US</h3>
<div class="about-article-container">
<img
src="Arun.jpg"
width="100px"
/>
<h2>Arun Kumar Pathipati</h2>
<p>Experienced System Engineer with three years specializing in PLM Teamcenter at TATA Consultancy Services, adept at optimizing processes and fostering collaboration for the product development lifecycle. Passionate about leveraging data for insightful decision-making, I pursued a master's in Business Analytics at the University of South Florida, solidifying my skills in the dynamic intersection of technology and innovation.

Contributions: I have created a Dashboard page for the service orders which shows the service history of the customer. I have made use of CRUD operations to create a new field "ADD DATA" to enter the new customer details. Also, there is a button to see the additional details of the customer.
</p>
</div>

<div class="about-article-container">
<img
src="Sampreeth.jpg"
width="100px"
/>
<h2>Sampreeth Maturi</h2>
<p>Analytics expert with over 5 years of experience driving insights and optimizing processes for major corporations. Specializes in improving forecasting models and identifying actionable metrics to guide business decisions.
Contributions: On the services page, I have created a dashboard for the services offered and how much we charge. Making use of CRUD operations, we can even add a new service that includes the Name of the service, Bike, and Price of it. Also, Edit and Remove option for existing services.
</p>
</div>

<div class="about-article-container">
<img
src="Dinesh.jpg"
width="100px"
/>
<h2>Dinesh Datta Pendyala</h2>
<p>
Experienced Data professional with a strong background in Analyzing and Visualizing data, and building and optimizing data pipelines. Have five years of experience working Supply chain Analyst and Business Analyst in Amazon and Swiggy India.Bringing strengths in attention-to-detail, interpersonal skills, and process optimization to drive efficient outcomes.

Contributions: I have created a Home page that tells about the company and services offered by the website. I contributed to the navigation aspects of the homepage, including writing the code for the banner components
</p>
</div>

<div class="about-article-container">
<img
src="Sandeep.jpg"
width="100px"
/>
<h2>Sandeep Banula</h2>
<p> I'm a business analyst who figures out how companies can work better. I help teams understand each other, turning business needs into practical steps for improvement. My goal is to make sure decisions are based on data, and I work towards helping the company succeed by finding smart solutions.
Contributions: For the About Us page, have added the information of all team members. Created Entity-Relationship diagram. I have contributed to building a bike page to see their sales orders. Also, built a graph which shows the service percentages of different bikes.
</p>
</div>

</div>
<h3 class="text-style">BIKE TYPE SERVICE PERCENTAGES</h3>
<div class="">
<div class="d3js12 image" style="width: auto;">


<div class="margin-about">
<h3></h3>


<script src="https://d3js.org/d3.v6.min.js"></script>

<svg id="chart" width="auto" height="400" class="chart"></svg>
</div>



</div>
<style>
h3 {
font-size: 1.5em;
text-align: center;
}
.d3js12 {
text-align: center;
}
svg text {
font-size: 16px;
}
</style>
</div>
</div>
<h3 class="text-style">ENTITY RELATION DIAGRAM</h3>


<div class="img-container margin-left-twefi">
<div class="image ">
<img src="erpicd.jpg"></img>
</div>
</div>

</div>
<div>
<h3 class="text-style">GITHUB LINK</h3>
<url class="">
<li>
<label class="">
https://github.com/dineshdatta99usf/Assignment_LookAndFeel
</label>
</li>
<</url>>
</div>
<div class="">
<h3 class="text-style">API ENDPOINTS</h3>
<div class="table-about">
<div class="table-content" id="table-content-purchase">

<ul class="li-about">
<li><b>End Point:</b> https://motorcycles-by-api-ninjas.p.rapidapi.com/v1/motorcycles?make=Kawasaki&model=Ninja</li>

<li><b>KEY</b> d3d998a782mshd5354a54cd09284p1b522ejsn43b7af1e5eee</li>
<li><b>HOST:</b> https://motorcycles-by-api-ninjas.p.rapidapi.com/</li>
</ul>


<div class="table-row">
<div class="table-data"><b></b></div>
<div class="table-data-about"></div>

</div>
<div class="table-row">
<div class="table-data"><b></b></div>
<div class="table-data-about"></div>
</div>
</div>
</div>
<div>

</div>
</div>

</div>
</body>
</html>

<script
type="text/javascript"
src="https://code.jquery.com/jquery-1.7.1.min.js"
></script>
<script>


$(document).ready(function () {
const data = [
{ rating: "Sport", percentage: 60.0 },
{ rating: "Sport Touring", percentage: 40.0 }
];

const chart = d3.select("#chart");

const margin = { top: 20, right: 50, bottom: 100, left: 50 }; // Adjusted right and left margins
const width = 500 - margin.left - margin.right;
const height = 400 - margin.top - margin.bottom;

const xScale = d3
.scaleBand()
.domain(data.map((d) => d.rating))
.range([0, width])
.padding(0.1);

const yScale = d3.scaleLinear().domain([0, 100]).range([height, 0]); // Reversed the range for yScale

// Create the x and y axes
const xAxis = d3.axisBottom(xScale); // Changed to xScale
const yAxis = d3.axisLeft(yScale);

// Create a new group for the chart
const g = chart
.append("g")
.attr("transform", `translate(${margin.left}, ${margin.top})`);

// Create the columns (changed "rect" to "rect")
g.selectAll(".column")
.data(data)
.enter()
.append("rect") // Changed to "rect"
.attr("class", "column") // Changed to "column"
.attr("x", (d) => xScale(d.rating)) // Use xScale for x position
.attr("y", (d) => yScale(d.percentage)) // Use yScale for y position
.attr("width", xScale.bandwidth())
.attr("height", (d) => height - yScale(d.percentage)); // Adjusted the height calculation

// Add the x and y axes
g.append("g")
.attr("class", "axis")
.attr("transform", `translate(0, ${height})`)
.call(xAxis);
g.append("g").attr("class", "axis").call(yAxis);

})
</script>


96 changes: 96 additions & 0 deletions AddSO.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!DOCTYPE html>

<html lang="en" xml:lang="en">
<head>
<title>URBAN BIKE WORKS</title>

<link rel="stylesheet" href="style.css" />
</head>

<body>
<header>
<nav>
<a href="Index.html">
<h1 class="logo-label white-font">URBAN BIKE WORKS</h1>
</a>
<ul>
<li>
<a href="Index.html" class="white-font"><b>HOME</b></a>
</li>
<li>
<a href="Services.html" class="white-font"><b>SERVICES</b></a>
</li>
<li>
<a href="Dashboard.html" class="white-font"><b>DASHBOARD</b></a>
</li>
<li>
<a href="Bikes.html" class="white-font"><b>BIKES</b></a>
</li>
<li>
<a href="Aboutus.html" class="white-font"><b>ABOUT US</b></a>
</li>
</ul>
</nav>
</header>

<!-- Main content that should be edited -->
<main>
<div class="sign-container">
<div class="signform">
<h2 class="signform-heading">Add Service Order</h2>
<div class="signform-group">
<label for="username">CustomerName</label>
<input type="text" id="username" name="name" required />
</div>
<div class="signform-group">
<label for="email">Service</label>
<input type="text" id="quantity" name="quantity" required />
</div>
<div class="signform-group">
<label for="password">Bike</label>
<input type="text" id="location" name="location" required />
</div>
<div class="signform-group">
<label for="password">VHR Number</label>
<input type="text" id="location" name="location" required />
</div>
<div class="signform-group">
<label for="password">Received Date</label>
<input type="text" id="location" name="location" required />
</div>
<div class="signform-group">
<label for="password">Delivery Date</label>
<input type="text" id="location" name="location" required />
</div>
<div class="signform-group">
<label for="password">Price</label>
<input type="text" id="location" name="location" required />
</div>
<div class="popup">
<h2>Request submitted successfully!</h2>
<button id="close-popup" class="signform-submit-btn-green">
Ok
</button>
</div>

<div class="signform-btn">
<button class="signform-submit-btn">
<a href="Dashboard.html">Cancel</a>
</button>
<button
class="signform-submit-btn-green"
id="signform-submit-btn-green"
type="submit"
>
create
</button>
</div>
</div>
</div>
</main>

<footer>
<p>&copy; 2023 URBAN BIKE WORKS</p>
</footer>
</body>
</html>
Loading