Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Outline #492

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
79 changes: 77 additions & 2 deletions P2-Project_Outline/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,86 @@ For this assignment, you will submit a high-level outline of your project. This

### Overview
Include overview here

Online Home Service
Table listing all Service Categories
Purpose: People for Home Services -It serves as a free platform for both, who is seeking and rendering services and both are benefitted.
Description:
This platform provides Online home service form, in which
user can register for the service which he provides.
End User who wants service can find and contact the service provider.

### Features
Include Features here
Feature -1

Register Service --->
a)User Register and Login/Logout
1) Fill Service Registration Form
1)First Name, Last Name, Age, Address, Contact Phone Number,Email ID
2) Service Category (DropDown), Service Description
3) Service Cost/Per hour
4) Area in which service is given
5)Update/ Delete Service Registration Form

Feature -2

EndUser/Client/Customer --- 1) List of all Service Categories in the table form
Service Category Name, Area/Location, View
Display Service Registration Form in view/read only mode




### Technologies
Include Technologies here
Technologies Used:
-Java and JavaScript.
- Spring Web MVC for web application
- Spring Data JPA & Hibernate for Data Access layer
- Spring Security for Authentication (Login and Logout)
- Bootstrap (using Web jars) for responsive UI with HTML5 and CSS
- MySQL database server to store user information
The project may use the above technologies.

### What I'll Have to Learn
Include what you will need to learn here
Handling project as a team and executing it.

Technical Requirements
Task 1
Create and name Github Repository with basic requirements
ex:"Hello World"
30 minute
Task 2
Isolate the technical aspect we need to get to for each page
Create users
Authenticate users
Users searching for categories(Graded assignment 4)
CRUD library(Graded assignment 4)
Create categories/database
Create employees(drop down Spa Day)
Create employers(drop down Spa Day)
Job Description (email/phone#.... possible direct messaging)
Accept
Reject
Complete(email completion)
Maybe payment
Task 3
Project task list
Post Skills
Post Jobs
Broad Categories(use label for job ..... employees and employers)
Pick category
employees posting(skills)
Users posting (jobs)
Job acceptance
Job declanation
Final Completion email
Task 4
Find simplistic functional templates(Bootstrap)
Copy paste starter code from other projects
Entrance page

### Project Tracker
Link to your Trello board here

https://trello.com/b/SzwmgoD8/launchcode-myproject-1
Binary file added P3-Project_Planning/Images/Project Outline.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added P3-Project_Planning/Images/Project Outline2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion P3-Project_Planning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,34 @@ For this assignment, you'll create some initial plans for your project.

## Assignment Description
[Project Planning Assignment](https://education.launchcode.org/liftoff/modules/assignments/project-planning)
This platform provides Online home services in which
user can register for the service which he provides.
End User who wants service can find and contact the service provider.

## Submission Instructions

### Wireframes

Include at least 3 wireframes here, adding images or files to your repository as necessary. Format them as a bulleted/unordered list with links to the files.
<!DOCTYPE html>
<html>
<head>Project Outline</head>
<body><div>
<ul>
<li><img src="Images/Project Outline.jpg"></li>
<li><img src="Images/Project Outline1.jpg"></li>
<li><img src="Images/Project Outline2.jpg"></li>
</ul>
</div></body>
</html>


### Project Tracker

Include a link to your public Trello board. Be sure you have user stories added for at least your first 2-week sprint.

https://trello.com/b/SzwmgoD8/launchcode-liftoffproject

### Project Repo Link

Include a link to your project on GitHub.
https://github.com/vaishnavi-sr/Kaboodles/tree/master/LiftOff-Project
2 changes: 1 addition & 1 deletion P4-Project_Setup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ This assignment will get you set up and rolling with a basic project. By the end
## Submission Instructions

### Project Repository
Change this text with a link to your project repository here. Also add a README.md file to your project repository.
https://github.com/vaishnavi-sr/Kaboodles
Binary file not shown.
93 changes: 92 additions & 1 deletion P6-Project_Presentation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,95 @@ We want to you to create a set of presentation slides summarizing your project.
## Submission Instructions

### Presentation
Upload a .PDF of your presentation here for review.
Upload a .PDF of your presentation here for review.
https://docs.google.com/presentation/d/17nnodGQ2V4FSjhhvfUJbrfR8skf199GwuQ007wME-q4/edit#slide=id.g274a2c8ef6_0_0

Kaboodles project presentation.pdf

https://www.linkedin.com/in/vaishnavi-srinivasan-111319227/

https://docs.google.com/presentation/d/17nnodGQ2V4FSjhhvfUJbrfR8skf199GwuQ007wME-q4/edit#slide=id.p





Online Home Services

https://localhost:8080/homeService

Kaboodles -Online Home Service


Problem:
* We are unable to find/access people for Home Services.
* Finding a professional to get the job done within our comfort zone
is difficult nowadays.
* Finding an accessible customer even if we have job skills.

Solution:
This platform provides Online home services in which
user can register for the service which he provides.
End User who wants service can find and contact the service provider.

Technologies Used:
- Spring Web MVC for web application
- Spring Data JPA & Hibernate for Data Access layer
- Spring Security for Authentication (Login and Logout)
- Bootstrap (using Web jars) for responsive UI with HTML5 and CSS
- MySQL database server to store user information


Feature -1

Register Service --->1) User Register and Login/Logout
2) Fill Service Registration Form
1)First Name, Last Name, Age, Address, Contact Phone Number,Email ID
3) Service Category (DropDown), Service Description
4) Service Cost/Per hour
5) Area in which service is given
6) After logging in both customer and pro can view the list of customers and list of pro.
7) The contact details in the List help them to communicate with each other.


Feature -2

EndUser/Client/Customer --- 1) List of all Service Categories in the table form
Service Category Name, Area/Location, View
Display Service Registrtion Form in view/read only mode


Technical Requirements

Task 1
The First page contains list of all the services for suggestion.
Apart from the available list we can add any services according to the services
required.

Task 2
Isolate the technical aspect we need to get to for each page
Create users
Authenticate users searching for categories(Graded assignment 4)
CRUD library(Graded assignment 4)
Create categories/database
Create employees(drop down Spa Day)
Create employers(drop down Spa Day)
Job Description (email/phone#.... possible direct messaging)
Accept
Reject
Complete(email completion)
Maybe payment

Task 3
Project task list
Post Skills
Post Jobs
Broad Categories(use label for job ..... employees and employers)
Pick category
employees posting(skills)
Users posting (jobs)
Job acceptance
Final Completion email